Page 1 of 1

0.7.17 RC1 Password Detection

Posted: February 9th, 2014, 2:28 pm
by DauYing
Hi,

i have a few problems with long filenames and passwords.

I set the folder_max_length = 64 to avoid problems due to long filenames. Unfortunatly this kills some passwords if the filenamen is longer then 64 chars.
Example:
"This is a Filename longer than allowed{{12345678910111213!"§$§%$&%&§§"$$"$"$"§"§FSGGDgfjdgbn}}.nzb"
Sabnzbd cuts the file somewhere in the middel of the password phrase. So the password isnt distinguished.


Also the Unrar errors which are reported are wrong:
i get an "harddisk full error?" when the extraction faild because of too long file names (windows)

cheers,
dauying

Re: 0.7.17 RC1 Password Detection

Posted: February 9th, 2014, 5:31 pm
by shypike
The password should be extracted before trimming.
So this would be an error.
I'll have a look at this.

Re: 0.7.17 RC1 Password Detection

Posted: February 18th, 2014, 2:49 pm
by shypike
There were two problems.
One is that the passwords were indeed trimmed.
Second is that the double quote characters weren't supported for the entry boxes on the job detail page.
Both will be fixed in the next release.
Thanks for reporting.