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
Hi,
I encountered a timeout error while attempting to download a file using the download_heavy_files.py script from bertagnoli.ddns.net. The script prompts for the file download and starts the process, but after several retries, it fails to connect to the server.
Here’s the error message I received:
Traceback (most recent call last):
File "C:\Path\To\Python\Lib\site-packages\urllib3\connection.py", line 198,in _new_conn
sock = connection.create_connection(
File "C:\Path\To\Python\Lib\site-packages\urllib3\util\connection.py", line 85,in create_connection
raise err
File "C:\Path\To\Python\Lib\site-packages\urllib3\util\connection.py", line 73,in create_connection
sock.connect(sa)
TimeoutError: [WinError10060] Connection failed. Incorrect response from connected party after time interval or no response from connected host
The above exception was the direct cause of the following exception:
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x000001DBBC7489A0>,'Connection to bertagnoli.ddns.net timed out. (connect timeout=None)')
The script fails to connect to the server and times out with a ConnectTimeoutError. Could you please verify that the URL is correct and that the server is properly configured to accept requests?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I encountered a timeout error while attempting to download a file using the
download_heavy_files.py
script from bertagnoli.ddns.net. The script prompts for the file download and starts the process, but after several retries, it fails to connect to the server.Here’s the error message I received:
The script fails to connect to the server and times out with a
ConnectTimeoutError
. Could you please verify that the URL is correct and that the server is properly configured to accept requests?Thank you.
The text was updated successfully, but these errors were encountered: