You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 . Pause All Not Working. It only pauses the first download in the list.
2. At that time, the pause buttons on the individual download did not change to the play button.
3. The Cancel button does not remove the incomplete downloaded files from the disk. (filling disk space). It only removes the list. It should remove the incomplete file data if the download is not complete.
4. Some downloads struck with no response forever.
Screencast.from.2023-12-07.18-39-50.webm
The text was updated successfully, but these errors were encountered:
The Pause All function iterates through all downloads and pauses them one by one, so what I think happened here is that since the first download you added bugged out, the function was quitting with an error. I have no idea why the first Manjaro download glitched though, I tried it myself to see if there was something with the link or anything like that, but it just started downloading. On your end it seems like it didn't even try to add it with aria2c.
What I will do is that I will add more print commands on certain steps so if it bugs out the problem will be easier to triage, which is what I should've done in the first place actually.
1 . Pause All Not Working. It only pauses the first download in the list.
2. At that time, the pause buttons on the individual download did not change to the play button.
3. The Cancel button does not remove the incomplete downloaded files from the disk. (filling disk space). It only removes the list. It should remove the incomplete file data if the download is not complete.
4. Some downloads struck with no response forever.
Screencast.from.2023-12-07.18-39-50.webm
The text was updated successfully, but these errors were encountered: