Password in meta-data not used
Posted: August 28th, 2013, 7:03 pm
Hello there,
somehow a password in the meta-data doesn't get.. saved? This is before "<file" in my nzb-file:
sab seems to detect it:
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?)
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
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>
Code: Select all
DEBUG::[nzbstuff:473] META-DATA = {u'category': [u'tv'], u'password': [u'SECRETPASSWORD']}
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
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