wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.21k stars 348 forks source link

Gdown always stops after 1 hour of download #329

Open dqj5182 opened 7 months ago

dqj5182 commented 7 months ago

Provide environment information

.

What OS are you using?

.

Describe the Bug

.

Expected Behavior

No response

To Reproduce

No response

haoze0123 commented 7 months ago

HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1rjBn8Fl1E_9d0EMVtL24S9aNQOJAveR5&confirm=t (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000025C33F12450>, 'Connection to drive.google.com timed out. (connect timeout=None)'))

LittletreeZou commented 3 months ago

Meet the same issue, download terminated after 1 hour

wkentaro commented 3 months ago

You may find the --continue option useful, which resumes from partially downloaded files.