Page 1 of 1

Unrar problem

Posted: October 28th, 2013, 9:44 am
by cytec
Hi,

Seems like there is a problem with some characters in password. I've got a password like this: UR-DriR2evAq2B2e4P35W7ยง

log:

Code: Select all

2013-10-26 01:34:08,364::DEBUG::[nzbstuff:473] META-DATA = {u'password': [u'UR-DriR2evAq2B2e4P35W7\xa7']}
2013-10-26 01:34:01,778::DEBUG::[newsunpack:568] Running unrar ['/usr/syno/bin/unrar', 'x', '-idp', '-o-', '-or', u'-pUR-DriR2evAq2B2e4P35W7\xa7', '/volume1/downloads/incomplete/G91DxJK6qo5maWtV45FKx2tRK04.part01.rar', '/volume1/downloads/complete/_G91DxJK6qo5maWtV45FKx2tRK04/']
2013-10-26 01:34:02,060::ERROR::[newsunpack:512] Unrar failed. Archiv needs Password. (G91DxJK6qo5maWtV45FKx2tRK04.part01.rar)
2013-10-26 01:34:02,061::INFO::[newsunpack:212] Unrar finished on /volume1/downloads/incomplete/G91DxJK6qo5maWtV45FKx2tRK04
so it seems like unrar cant handle unicode strings for password?

Re: Unrar problem

Posted: October 28th, 2013, 10:20 am
by jcfp
There was a recent discussion about this. iirc, unicode passwords won't work until sab 0.8 - that's assuming unrar can handle it.

Re: Unrar problem

Posted: October 28th, 2013, 3:09 pm
by shypike
Full Unicode will always be an issue, because SABnzbd uses a command line interface.
Possibly it may work on OSX and Linux, but on Windows it's unlikely.