0.7.3 - 0.7.16 + python2.7 + --repair-all unicode broken
Posted: November 30th, 2013, 11:06 am
Hi sabnzbd'ler
just what the topic says...
some sys specs:
xubuntu 13.x, tmux inside xfce terminal, 4gb ram
language config:
command called:
sudo service sabnzbdplus stop
sabnzbdplus --repair-all
breaks with nzbqueue.py and encoding.py if you got a file with an "umlaut" for example "ä" "ö" or "ü".
fix would be defining utf8 or unicode and escape the title and path strings (i.e. using urlencode)
fastfix for noncoders:
sudo service sabnzbdplus stop
remove all folders with weird chars from ~/.sabnzbd/incomplete or ~/.sabnzbd/incoming
sabnzbdplus --repair-all
ctrl+c
sudo service sabnzbdplus start
just what the topic says...
some sys specs:
xubuntu 13.x, tmux inside xfce terminal, 4gb ram
language config:
Code: Select all
LANG=de_DE.UTF-8
LANGUAGE=de_DE:en
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
sudo service sabnzbdplus stop
sabnzbdplus --repair-all
breaks with nzbqueue.py and encoding.py if you got a file with an "umlaut" for example "ä" "ö" or "ü".
fix would be defining utf8 or unicode and escape the title and path strings (i.e. using urlencode)
fastfix for noncoders:
sudo service sabnzbdplus stop
remove all folders with weird chars from ~/.sabnzbd/incomplete or ~/.sabnzbd/incoming
sabnzbdplus --repair-all
ctrl+c
sudo service sabnzbdplus start
