Forums

MaxRetryError(_pool, url, error or ResponseError(cause))

Hi,

Im getting the following error when running on python anywhere:

File "/usr/local/lib/python2.7/dist-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot845595592:AAFsXFxFM75_o_NF0rdeIkhoJ2ejyi0lZGU/sendMessage (Caused by NewConnectionEr ror('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fcf77f2a490>: Failed to establish a new connection: [Errno 101] Network is unreachable',))

I dont have this issue when running locally on my machined. Would you be able to assist?

Thanks

REne 09:19 ~ $

Make sure that whatever telegram library you are using, it is configured to access the proxy server.