wkentaro / gdown

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

Failed to establish a new connection: [Errno 110] Connection timed out' #204

Closed TinaJin0228 closed 1 year ago

TinaJin0228 commented 2 years ago

Provide environment information

Python 3.9.12 gdown 4.5.1

What OS are you using?

CentOS Linux release 7.6.1810 (Core)

Describe the Bug

I am running the gdown command to download a google drive document as:

gdown 1jUB5yD7DP97-EqqU2A9mmr61JpNwZBVK

but failed, and the error information is:

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1jUB5yD7DP97-EqqU2A9mmr61JpNwZBVK (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f181deca940>: Failed to establish a new connection: [Errno 110] Connection timed out'))

Expected Behavior

No response

To Reproduce

No response

wkentaro commented 2 years ago

Can you try gdown --no-check-certificate?

Jill0001 commented 1 year ago

I tried with --no-check-certificate but it still doesn't work

wkentaro commented 1 year ago

Cannot reproduce..

image