ComicStreamer
ComicStreamer copied to clipboard
UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)
Get this error when running ./comicstreamer
Afaik i have all deps installed - i'm running Ubuntu 12.04.5 LTS
Thanks
Full traceback:
Traceback (most recent call last):
File "comicstreamer.py", line 5, in
Check the settings file in ~/.ComicStreamer/settings. It seems not correctly utf-8 encoded. Eventually try deleting/moving it, comicstreamer will try to recreate it in that case.
Found the issue. Somehow i managed to install an older version of configobj..
Sorry about that!
I Tried to install ComicStreamer yesterday and received the same error. Smyther's info about the old version of configobj made me think and so:
In my Linux Mint 17.2, the package confobj.py is installed by the system and it is stuck in version 4.7.2. I had to download version 5.0.6 from the pypi.python site and put it in /opt/comicstreamer/libs/ to make it work.