Page 1 of 1

Password in meta-data not used

Posted: August 28th, 2013, 7:03 pm
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

Re: Password in meta-data not used

Posted: August 29th, 2013, 5:26 am
by shypike
Which version of SABnzbd are you using?

Re: Password in meta-data not used

Posted: August 29th, 2013, 4:35 pm
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?

Re: Password in meta-data not used

Posted: August 30th, 2013, 9:12 am
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.

Re: Password in meta-data not used

Posted: August 31st, 2013, 4:37 pm
by pleged
Sent a .nzb via mail. Hope you can reproduce it :)