Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdown connection broken #350

Open
tungyen opened this issue Apr 30, 2024 · 2 comments
Open

gdown connection broken #350

tungyen opened this issue Apr 30, 2024 · 2 comments
Labels
bug for issue

Comments

@tungyen
Copy link

tungyen commented Apr 30, 2024

Provide environment information

python 3.9.19; gdown 5.1.0

What OS are you using?

Ubuntu 22.04.4

Describe the Bug

My download process ended without finishing with a warning when I tried to download a file from Google Drive
("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))

Expected Behavior

The download should be complete without error since I already typed the correct link.

To Reproduce

pip install gdown
gdown 'https://drive.google.com/uc?id=1TrLUst-nKusa7S-AeQWX5_3bc6q4H64-'

@tungyen tungyen added the bug for issue label Apr 30, 2024
@wkentaro
Copy link
Owner

@tungyen Looks like it is an internet disconnection. You can resume the download by gdown --continue.

@lefteryx
Copy link

lefteryx commented Jun 3, 2024

My downloads keep stopping at 3605 seconds (they give the same error).
Could this be a default timeout issue? Is there a method to override this somehow? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for issue
Projects
None yet
Development

No branches or pull requests

3 participants