-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
When Metalink item fails and gets retried, "name" attribute is ignored #750
Comments
When you retry a task, AriaNg would submit the download url and all original task options (including the file name set by user) to aria2. So it is very useful when retrying the task which downloads http url. |
So "retrying" feature for Metalink is not a first class citizen in aria2. Maybe we can 1. get old task's info 2. delete old task 3. submit new task with the same info? |
Or should I open an issue in aria2 repo? If you think there is no robust solution to this usecase, you can close the issue. |
aria2 itself does not support "retrying task". The "retrying task" feature of AriaNg is based on the existing api of aria2. I think you can ask aria2 why the download path specified in the metalink file is not set to the task options of aria2, but I think aria2 may not make the adjustment. |
I'm using AriaNg Native and I don't know if this issue belongs to AriaNg, AriaNg Native or aria2.
If an item in a Metalink file fails, the GUI provides a button to retry it. However using that button causes the download destination to be completely ignored.
Sample Metalink:
If the download succeeds at first try, then the file successfully get saved as "lorem/ipsum.zip" (mind the subfolder). However if it fails and then I "retry",
<file name="lorem/ipsum.zip" >
becomes completely ignored as if I manually added a new URL.The text was updated successfully, but these errors were encountered: