wkentaro / gdown

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

HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1_PtHk2KNG_sYyFyT31hchz3R2ZO6tNwr (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe3dfe46490>: Failed to establish a new connection: [Errno 101] Network is unreachable')) #367

Open Bibgithhub opened 3 months ago

Bibgithhub commented 3 months ago

Provide environment information

python=3.8.13

What OS are you using?

win10

Describe the Bug

HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1_PtHk2KNG_sYyFyT31hchz3R2ZO6tNwr (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe3dfe46490>: Failed to establish a new connection: [Errno 101] Network is unreachable'))

Expected Behavior

No response

To Reproduce

No response

RuqiShi12 commented 2 months ago

I encountered the same error...

zouyingcao commented 2 months ago

Have someone fix this error? I encountered the same error in Mac M3 pro:

SOCKSHTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=14Kb5SPBk_jfdLZ_CDBNitW98QLDlKR5O (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1135)')))

YoucanBaby commented 2 weeks ago

same error

zzq2747 commented 1 week ago

How to solve it