-
Notifications
You must be signed in to change notification settings - Fork 202
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
Transdrone reports wrong ETA from aria2c #574
Comments
Hmm. This is calculated: transdroid/app/src/main/java/org/transdroid/daemon/adapters/aria2c/Aria2Adapter.java Line 376 in 6f07529
and I don't really see any bug there... at the same time in your screenshot you need still about 0,19GB which at 984,5KB/s should complete in very roughly 3 minutes... so I'm not sure yet what's going on here. Needs to be debugged. |
I have aria2c's speed capped at 1200kb/s. The above was probably a random drop. I had not calculated the exact amount of time it would take to complete, I just relied on what ariang showed a few minutes ago. The rest of aria2c's settings
---edit The file mentioned above is a w10 iso from here Feel free to close the issue if it does not reproduce on your side. |
I downloaded the x64 iso earlier and I got the same issue. e.g. Lets say that a 4gb file will take 1 hour to complete at my full speed of 1.2MB/s. If the speed drops, regardless when or how much of the file is already downloaded, the ETA will rise to a larger value, and the other way round. However, it will never drop below that 1 hour. On the other hand, the above may be caused by something which is serverside... so no wonder it has happened only with downloads from ms so far. |
Hello everyone. It is not that I have stopped downloading stuff from ms since 2022, but the pc on which I was running aria2c as a download manager with ariang, died last year and I do not plan to recreate it anytime soon. |
If I even get the chance to work on this a bit I will check your issue. |
So, I have set up aria2c to run as a deamon and I control it via ariang from a web browser or via transdrone from my android phones. Ariang reports the right eta, but transdrone does not.
E.g, in the image below, the eta for the file being downloaded was like 15-20 minutes max. However, transdrone reported 1+ hour! And it is a direct download, not a torrent one!
Aria2c 1.35.0, transdrone 2.5.19, installed from the play store on a nokia 5 running android 9.
The text was updated successfully, but these errors were encountered: