You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR https_everywhere.adapter:adapter.py:124 handle_error requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='ttygroup.org', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7fb191ddc580>, 'Connection to ttygroup.org timed out. (connect timeout=15)'))ERROR https_everywhere.adapter:adapter.py:124 handle_error requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='ttygroup.org', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7fb191ddc580>, 'Connection to ttygroup.org timed out. (connect timeout=15)'))
While it is useful for the library to be able to skip past those problems, the tests should highlight them so they can be raised upstream.
Another more critical one would be TooManyRedirects.
The text was updated successfully, but these errors were encountered:
gertty
currently causes logWhile it is useful for the library to be able to skip past those problems, the tests should highlight them so they can be raised upstream.
Another more critical one would be TooManyRedirects.
The text was updated successfully, but these errors were encountered: