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=1vKWDuJQbrU2Fd9LdiXRyh3oVcqqDBiXT (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000025180C6C1F0>, 'Connection to drive.google.com timed out. (connect timeout=None)')) #322

Closed EINDICE closed 7 months ago

EINDICE commented 8 months ago

Provide environment information

python3.10

!gdown https://drive.google.com/uc?id=1vKWDuJQbrU2Fd9LdiXRyh3oVcqqDBiXT

What OS are you using?

Win10

Describe the Bug

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

Expected Behavior

No response

To Reproduce

No response

wkentaro commented 7 months ago

@EINDICE Is google drive accessible from China? If not, you probably need to use VPN.

image
EINDICE commented 7 months ago

No it can't be used, I use vpn after that and it works.Thanks!!-------- 原始邮件 --------发件人: Kentaro Wada @.>日期: 2024年2月7日周三 11:18收件人: wkentaro/gdown @.>抄送: EINDICE @.>, Mention @.>主 题: Re: [wkentaro/gdown] HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1vKWDuJQbrU2Fd9LdiXRyh3oVcqqDBiXT (Caused by ConnectTimeoutError( 0x0000025180C6C1F0>, 'Connection to drive.google.com timed out. (connect timeout=None)')) (Issue #322) @EINDICE Is google drive accessible from China? If not, you probably need to use VPN. image.png (view on web)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

EINDICE commented 7 months ago

No it's not accessible. I've used VPN after that, and it works. Thank you!

wkentaro commented 7 months ago

Great. Thanks for letting me know.

Closing this.