-
Notifications
You must be signed in to change notification settings - Fork 66
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
How to sole the problem of "ConnectionRefusedError: [Errno 111] Connection refused" #64
Comments
Hey, |
Thanks, and the error message is as follows (I am in China): Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
The above is the error message that I used a proxy software to access the Internet from foreign servers. I'm in China. The below error message is the error message that I didn't use the proxy software. Traceback (most recent call last): 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: urllib3.exceptions.ProxyError: ('Unable to connect to proxy', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f826471ab10>: Failed to establish a new connection: [Errno 111] Connection refused')) 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): |
Thank you very much. I have good news for you. When I used proxy software with the foreign servers and ran the coding again, it worked without any errors! |
Great! Happy it works now! |
When I run the code, I can't connect the url " /records/14445620/files/release_v1.5.0.zip?download=1". How to solve this problem? Can I download the corresponding files using other ways?
The text was updated successfully, but these errors were encountered: