Password in meta-data not used

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
pleged
Newbie
Newbie
Posts: 3
Joined: August 28th, 2013, 6:28 pm

Password in meta-data not used

Post by pleged »

Hello there,

somehow a password in the meta-data doesn't get.. saved? This is before "<file" in my nzb-file:

Code: Select all

<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"><head><meta type="category">tv</meta><meta type="password">SECRETPASSWORD</meta></head>
sab seems to detect it:

Code: Select all

DEBUG::[nzbstuff:473] META-DATA = {u'category': [u'tv'], u'password': [u'SECRETPASSWORD']}
Surprisingly, this is the only occurence of "password" in the whole log. It doesn't show up in the unrar-command either, so that fails (silently?)

Code: Select all

DEBUG::[newsunpack:568] Running unrar ['/usr/bin/unrar', 'x', '-idp', '-o-', '-or', '-p-', "/path/to/file.part01.rar", "/dest/_UNPACK_Jobname/"]
INFO::[newsunpack:707] 0 Datei(en)/Ordner entpackt in 0 Sekunden
DEBUG::[newsunpack:441] rar_unpack(): Rars: []
DEBUG::[newsunpack:442] rar_unpack(): Newfiles: []
INFO::[newsunpack:212] Unrar finished on /.....
DEBUG::[newsunpack:1382] build_filelists(): joinables: []
DEBUG::[newsunpack:1383] build_filelists(): zips: []
DEBUG::[newsunpack:1384] build_filelists(): rars: ["/path/to/file.part09.rar", "/path/to/file.part11.rar", ... andsoon]
DEBUG::[newsunpack:1385] build_filelists(): ts: []
INFO::[postproc:342] unpack_magic finished on Jobname
Thats.. all. The Interface lists it as finished, in the result-mail , it just says "0 Datei(en)/Ordner entpackt in 0 Sekunden " - english "0 files/folders extracted in 0 seconds". In my destionation dir, I then have the rar-files, unextracted.
Is the metadata-password not yet used? And, why fails extracting silently?
Using debian wheezy, "UNRAR 5.00 beta 8 freeware Copyright (c) 1993-2013 Alexander Roshal" (unrar -v says this)

Thanks,
pleged
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Password in meta-data not used

Post by shypike »

Which version of SABnzbd are you using?
pleged
Newbie
Newbie
Posts: 3
Joined: August 28th, 2013, 6:28 pm

Re: Password in meta-data not used

Post by pleged »

Still 0.7.13 because I'm using debian's debs. Checked the changelog and found nothing relevant to this. Did 0.7.14 fixed something in this direction?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Password in meta-data not used

Post by shypike »

Rings no bell. I see that the password isn't passed to unrar, so that would be an issue.
BTW: Unrar 5.00 hasn't been tested by us. That could explain the silent behavior (due to incompatibility).
Needs further investigation.
Can you email the NZB (with the embedded password) to [email protected] ?
Please add the URL of this message.
pleged
Newbie
Newbie
Posts: 3
Joined: August 28th, 2013, 6:28 pm

Re: Password in meta-data not used

Post by pleged »

Sent a .nzb via mail. Hope you can reproduce it :)
Post Reply