RePaint icon indicating copy to clipboard operation
RePaint copied to clipboard

cant connect to google drive

Open DuskSwan opened this issue 2 years ago • 2 comments

I failed in running "download.sh", so I run the command in the .sh line by line. wget https://openaipublic.blob.core.windows.net/diffusion/jul-2021/256x256_diffusion.pt : That succeed gdown https://drive.google.com/uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX : That failed with


raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fcbea09b8e0>: Failed to establish a new connection: [Errno 11] Resource temporarily unavailable'))


What should I do ?

DuskSwan avatar Nov 23 '22 02:11 DuskSwan

I failed in running "download.sh", so I run the command in the .sh line by line. wget https://openaipublic.blob.core.windows.net/diffusion/jul-2021/256x256_diffusion.pt : That succeed gdown https://drive.google.com/uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX : That failed with

raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fcbea09b8e0>: Failed to establish a new connection: [Errno 11] Resource temporarily unavailable'))

What should I do ?

请问您解决这个问题了吗 我也遇到同样的问题了

zhongguadepi avatar Jan 02 '24 17:01 zhongguadepi

I failed in running "download.sh", so I run the command in the .sh line by line. wget https://openaipublic.blob.core.windows.net/diffusion/jul-2021/256x256_diffusion.pt : That succeed gdown https://drive.google.com/uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX : That failed with raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fcbea09b8e0>: Failed to establish a new connection: [Errno 11] Resource temporarily unavailable')) What should I do ?

请问您解决这个问题了吗 我也遇到同样的问题了

use vpn or local download and upload to environment

FakeEyes2Wo avatar Feb 19 '24 12:02 FakeEyes2Wo