Skip to content
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

Timeout Error While Trying to Download Files (1.blend and 2.blend) #3

Open
ilGalghi opened this issue Nov 24, 2024 · 0 comments
Open

Comments

@ilGalghi
Copy link

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: [WinError 10060] 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant