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
Labels
bug
for issue
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
The text was updated successfully, but these errors were encountered: