-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Retry download not continue download #114
Comments
Hello, thanks for the report. I will try to replicate but I suspect I won't be able to fix it if it comes from aria2 itself. |
Do you want any specific test on my side? |
It may be a bug in file api.py line 421.
the function "remove" is in line 426
the parameter of "clean" in line 421 is the parameter "force" in line 426. It will make clean=True in line 421 and delete the .aria2 files accidently. Then, when you retry the download, it will be complete at once instead of continue downloading them.
|
Wow, good catch @Links662! That's an argument in favor of keyword-only parameters! Let me fix that right now. And thank you for your patience! |
Describe the bug
if you download a link (has some progress for example 50%) than get error or failed retry them with
r
orR
than aria2p save them as 100% and complete instead of continue download themTo Reproduce
Steps to reproduce the behavior:
R
orr
to retry downloadExpected behavior
if a file get failed or error,
retry
continue downloading instead of save them as complete.System (please complete the following information):
aria2p
version: [0.11.2]Additional context
if I restart that download with other client for example motrix than it is correctly continue download
The text was updated successfully, but these errors were encountered: