For a couple of weeks, I was running a script for a online game that would basically send notifications through Telegram. However, I now want to run it 24/7 so I decided to try pythonanywhere for 1 month.
The problem is that when I can run it locally perfectly but I get the following error when trying to run it on pythonanywhere:
I tried to put response.text to see what is the response and it seems to be empty...
When printing response.status_code and response.raise_for_status() I get 409 and requests.exceptions.HTTPError: 409 Client Error: Conflict for url: https://gameforge.com/api/v1/auth/thin/sessions respectively.
Shall I understand that pythonanywhere does not allow the connection to gameforge? I thought that by upgrading to a paid account there will be no whitelisting anymore.
Many thanks in advance,
Legends1337
Sorry, we have had to rate-limit your feedback sending. Please try again in a few moments...
Thanks for the feedback! Our tireless devs will get back to you soon.