Search found 8 matches
- April 11th, 2016, 4:30 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
found the newsunpack.py here /usr/local/lib/python2.7/site-packages/sabnzbd changed the lines as you said, looked like this afterwards if workdir_complete: import locale logging.debug("SJ: locale.getdefaultlocale() is %s", locale.getdefaultlocale()) logging.debug("SJ: workdir_complete...
- April 11th, 2016, 3:30 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
from sabnzbd.ini: download_dir = Downloads/incomplete complete_dir = Downloads/complete absolute path looks like this: # pwd /usr/local/sabnzbd/Downloads/complete no umlauts or scharfes-S being (ß) used in the directory but only in the downloaded file, which I can't avoid. Let me know if you need mo...
- April 11th, 2016, 3:06 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
@sander I've done the following. I'm using de_DE: locale -a ... de_DE.UTF-8 ... my locale # locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES=&...
- April 11th, 2016, 2:41 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
Set the system to UTF-8, restarted the processes, even rebooted the whole system but had still no luck: # locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8"...
- April 11th, 2016, 2:13 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
It has touch, but the Unicode mixed it up. I meant the UTF-8 issue not the missing touch command. I'm setting the whole system to UTF-8 and will let you know the outcome. It's not a NAS, just a plain 10.2 install. # freebsd-version 10.2-RELEASE-p14 # uname -a FreeBSD server 10.2-RELEASE-p9 FreeBSD 1...
- April 11th, 2016, 1:36 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
Thanks for your help. $ locale LANG= LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= touch is not even possible! $ " - - touch " -bash: - - touch : command not found Could this be the...
- April 11th, 2016, 11:15 am
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
Sorry, but how do I find it out? I use UFS. I can only assume that's its not UTF-8 encoded.
- April 10th, 2016, 1:44 pm
- Forum: Beta Releases
- Topic: Bugs: UnicodeDecodeError: invalid continuation byte
- Replies: 67
- Views: 38388
Re: Bugs: UnicodeDecodeError: invalid continuation byte
Hi folks, hit this bug today when upgrading my FreeBSD Sabnzbd 0.7.20 to 1.0.0 [a58bb38]. Logfile says: 2016-04-10 15:01:33,799::INFO::[newsunpack:233] Unrar finished on /usr/local/sabnzbd/Downloads/incomplete/MAG.Computerwelt.-.April.2016 2016-04-10 15:01:33,799::ERROR::[postproc:518] Post Processi...