wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.22k stars 348 forks source link

Always automatically exits after downloading for about an hour. #289

Open wangqiang9 opened 9 months ago

wangqiang9 commented 9 months ago

Provide environment information

3%|███▏ | 796M/29.3G [18:49<21:32:53, 368kB/s] 6%|██████▎ | 1.63G/29.3G [1:00:36<17:06:09, 450kB/s]

This is not by chance. I've tried five or six times, and it's always like this.

What OS are you using?

Ubuntu 20.04.4

Describe the Bug

3%|███▏ | 796M/29.3G [18:49<21:32:53, 368kB/s] 6%|██████▎ | 1.63G/29.3G [1:00:36<17:06:09, 450kB/s]

This is not by chance. I've tried five or six times, and it's always like this.

Expected Behavior

No response

To Reproduce

No response

zxk19981227 commented 9 months ago

Same problem, any solutions?

wkentaro commented 8 months ago

It's hard to reproduce and debug without error due to the type of issue.

If you don't mind retrying, you can use gdown --continue, which should start from the previous exit. (you can probably use with while loop)