-
-
Notifications
You must be signed in to change notification settings - Fork 92
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 I download multiple files at the same time, more than five #68
Comments
Hello, thank you for the bug report 🙂 I'll investigate ASAP! |
I cannot reproduce with more than 5 active Linux torrent downloads. Is it possible for you to share the downloads links/magnets/torrents that causing the issue? You can send them to me privately at [email protected] if you want. It will help for debugging this. You can also only share the aria2 download info. Copy the GID of the download causing the issue, then run this command: aria2p call tellstatus -P GID ...and paste the output here. |
I still cannot reproduce, but I'll catch that exception anyway. |
I finally reproduced this bug. The aria2p show command needs to be executed in the download directory |
Ah, great, thank you! I'll see and fix that asap |
Just ran into this bug as well. Didn't realize it was caused by running aria2p within the download destination directory. |
Dang I forgot about this 😑 I will try to find some time soon to fix it (and I saved this in my notifications this time, to not forget). |
So, finally I' trying to solve this, apologies about the long wait... |
When running There is this line of code inside file_path = str(self.files[0].path.absolute()) It should be the complete path to the file, and it is when running with I don't know why exactly this happens, but it only happens when instantly trying to get the name after starting the download. Hope this helps. |
Can't replicate so I simply catch the error. The name will remain empty until aria2c returns the right information. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
aria2p
version: [e.g. 0.9.1]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: