-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requests.exceptions.ConnectionError,how to deal with it? #375
Comments
Can you provide a reproducible example that gives this error? |
Thank you for getting back to me! I've prepared a reproducible example to demonstrate the issue. Here is the code and the steps to reproduce it::
The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Please let me know if additional details are needed or if there's anything else I should clarify. Thanks again for your help! |
I am running this code on the server and trying to run it at different times, but I still encounter the above error and cannot solve it yet. Can this problem be resolved?(Not using a proxy) |
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ecmwf-forecasts.s3.eu-central-1.amazonaws.com', port=443): Max retries exceeded with url: /20240202/06z/0p25/oper/20240202060000-0h-oper-fc.index (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f551fb6fa90>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
The text was updated successfully, but these errors were encountered: