wkentaro / gdown

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

Error: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1AbN9fCf9IexMxEKXLQY2KYBlb-IhSEea (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000018D7DC96250>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。')) #358

Open LiliaCx330 opened 6 months ago

LiliaCx330 commented 6 months ago

Provide environment information

python=3.8

What OS are you using?

Win10

Describe the Bug

When I run this line of code "python demoTalkNet.py --videoName 001", it will report this error: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc id=1AbN9fCf9IexMxEKXLQY2KYBlb-IhSEea (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001D7FC255340>: Failed to establish a new connection: [WinError 10060] The connection attempt failed because the connected party did not reply correctly after some time or the connected host did not respond. ')). It seems to be due to the inability to connect to the files on Google Drive, can you tell me how to solve this?

Expected Behavior

No response

To Reproduce

No response

fantasy-fish commented 6 months ago

请问你也是在云端吗?用的是什么云?

LiliaCx330 commented 6 months ago

请问你也是在云端吗?用的是什么云?

Google云端,好像是

Jll0716 commented 4 months ago

did you solve it?

Bibgithhub commented 4 months ago

Me too 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'))

RuqiShi12 commented 3 months ago

Same error for me

liuqi8827 commented 2 months ago

Same error for me

zzq2747 commented 1 month ago

How to solve it?