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
Complete file remains in Incomplete Downloads folder #1019
Comments
Could you try the unstable version, and see if the problem persists (https://github.com/Nicotine-Plus/nicotine-plus/blob/master/doc/RUNFROMGIT.md)? Download queuing was mostly changed recently. |
What a clever way to betatest. After having aborted my current downloads (they were going very slowly) so I could exit Nicotine and start it from the git repo, I was greeted by the following errors when going back into the Downloads tab:
Throughout the time I have been typing this comment, I have accumulated 7 or 8. I will try again in a moment. Edit: Nevermind, the problem has nothing to do with the Downloads tab. It is an unavoidable error that happens anywhere from 5-10 seconds after starting Nicotine. |
Thanks, looks like there's an error creating the target folder to move the downloads to. I'll investigate later today. |
Sounds good. Please let me know when it gets figured out so we can continue to figure out the initial issue. |
I'm guessing the download folder is on an external drive? The error message is quite vague, so I'm not entirely sure what's going on. Is the target location writable? I get the same stacktrace when I disconnect the drive where the download location is set, but the error is "[Errno 13] Permission denied" in this case. |
The drive is mounted & I have write perms. |
Is this an NTFS or FAT drive? In that case, the colon in the folder path could explain the issue. |
FAT32 |
The issue should be fixed in this branch: https://github.com/mathiascode/nicotine-plus/tree/pathcharacterfix Could you test it by downloading a folder name containing invalid characters ([? : > < | * "])? |
This new branch seems to be working well. No Error 22, file with colon in the path downloads fine. However, the download progress bar displays no text when it should say "0 %". Thanks for your help. |
|
Thanks, this seems to happen if the list was previously empty, and none of the downloads have progressed past 0% yet. As soon as a single download reaches 1%, every percentage bar becomes visible. Likely a regression in GTK, but I'll have to investigate. |
Nicotine+ version: 3.0.2
Operating System/Distribution: Arch Linux
Describe the bug
When files finish downloading (reach 100%), instead of finalizing the download and obtaining the "finished" status, file will sometimes remain in the download queue and stagnate at 100%. If you abort the download, the file will remain aborted as expected. When you retry the download, it will indefinitely be "waiting for download". File remains in Incomplete Downloads folder, with complete metadata, despite being fully downloaded & valid as a music file.
Expected behavior
File finished downloading, moves to destination folder with name changed & status changed to "finished".
Steps to reproduce the bug
Download a file & wait for it to finish.
Additional context
Screenshots, logs, stacktraces or relevant information.


File idling in Downloads tab
Complete file idling in Incomplete Downloads folder
The text was updated successfully, but these errors were encountered: