-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ClientConnectorError: Cannot connect to host python.org:80 ssl:None [Network is unreachable] #3171
Comments
Try |
Issue author doesn't respond, closing |
I can confirm that this is still sometimes present when using
|
@bsolomon1124 what if you disable |
@webknjaz I will try that. Would you recommend keeping |
No recommendations. True should be good. But I need that for diagnostic purposes. |
NOTE
I know similar issues have been reported! I have tried the mentioned fixes but these did not seem to work please see steps to reproduce
Long story short
I can easily request a page (e.g. python.org) using a laptop (ubuntu). However when running the exact same code on a RedHat server I get a ClientConnectorError. Running this on a server is important for storage capacity as we retrieve terabytes of data.
Expected behaviour
Being able to send http requests
Actual behaviour
A
ClientConnectorError: Cannot connect to host python.org:80 ssl:None [Network is unreachable]
is raisedSteps to reproduce
Running this on my laptop works fine
Running this on the server produces:
Main1
Main2
Main3
Works fine
Main4
Your environment
Laptop
Our Server
The text was updated successfully, but these errors were encountered: