Supa
Patron
- Joined
- Jan 10, 2014
- Messages
- 204
2015-11-11 22:28:06 POSTPROCESSER :: Exception generated in thread POSTPROCESSER: ascii : /media/tv/xxxx.mkv : error 56 : error 57 : ordinal not in range(128)
I'll get something like that and then the postprocessor will turn off and it won't turn back on unless I restart the plugin.
utf-8/unicode chars aren't correctly transmitted to python functions
I think I might have to do this: https://sickrage.tv/forums/forum/he...le-s-are-set-properly-to-avoid-unicode-issues
But I don't really understand it.
Where do I find ~/.bashrc and ~/.profile ?
Basically once I find those files I just add these lines of code:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
And then run this command:
source ~/.bashrc
I'll get something like that and then the postprocessor will turn off and it won't turn back on unless I restart the plugin.
utf-8/unicode chars aren't correctly transmitted to python functions
I think I might have to do this: https://sickrage.tv/forums/forum/he...le-s-are-set-properly-to-avoid-unicode-issues
But I don't really understand it.
Where do I find ~/.bashrc and ~/.profile ?
Basically once I find those files I just add these lines of code:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
And then run this command:
source ~/.bashrc
Last edited: