0.7.17 RC1 Password Detection

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
DauYing
Newbie
Newbie
Posts: 3
Joined: April 8th, 2013, 2:34 pm

0.7.17 RC1 Password Detection

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 0.7.17 RC1 Password Detection

Post by shypike »

The password should be extracted before trimming.
So this would be an error.
I'll have a look at this.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 0.7.17 RC1 Password Detection

Post 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.
Post Reply