Page 1 of 1
completed downloads moved to wrong folder in 19rc2
Posted: October 15th, 2014, 7:15 am
by aptalca
I just updated to 19rc2 and realized that the completed downloads are moved to the wrong folder. My target folder is under a hidden folder that starts with a period in the name. It is set correctly in the web interface. But the files are being moved to a folder that has the same path except it is missing the period in the name.
Somehow the moving script is removing the period from the path
It took me a while before I realized where the files were ending up at
My path: /mnt/cache/.apps/sabnzbd/complete
sab moves to path: /mnt/cache/apps/sabnzbd/complete
Notice the period before apps
Thanks
Re: completed downloads moved to wrong folder in 19rc2
Posted: October 15th, 2014, 7:24 am
by shypike
Is this new to 19RC2?
Could be, I just uncovered another problem with path handling.
How does the path come about (the .app path I mean)?
From Config->Categories or from the Sort function (if you use that)?
Re: completed downloads moved to wrong folder in 19rc2
Posted: October 15th, 2014, 11:45 am
by shypike
Never mind, it's not a new issue.
However, it will be solved in the next release.
Re: completed downloads moved to wrong folder in 19rc2
Posted: October 15th, 2014, 6:41 pm
by aptalca
Thanks, just to clarify, the hidden folder was only used for the temporary download and the completed download folders under config/folders
It was a new issue for me on the rc2. I am using jcfp's ubuntu branch and it auto updates. I'm not sure what version I was on before this (maybe rc1?), but it was the last release before this and it did not have this bug
Thanks
Re: completed downloads moved to wrong folder in 19rc2
Posted: October 16th, 2014, 1:42 am
by shypike
In fact the bug was present all the time in the path-cleanup function.
Only there was yet another bug that prevented the path-cleanup from being run on the final destination path.
RC2 solved the second bug, allowing the first bug to rear its head.
Re: completed downloads moved to wrong folder in 19rc2
Posted: October 16th, 2014, 9:00 pm
by aptalca
Ah. . . Haha I guess I never would have guessed that.
Is that considered two bugs with one stone? lol
Thanks