Open LiliaCx330 opened 6 months ago
请问你也是在云端吗?用的是什么云?
请问你也是在云端吗?用的是什么云?
Google云端,好像是
did you solve it?
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'))
Same error for me
Same error for me
How to solve it?
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