Search found 2 matches

by gala
26 Oct 2014, 18:43
Forum: Help and Support
Topic: Help with Malformed input or input contains unmappable chac
Replies: 6
Views: 13246

Re: Help with Malformed input or input contains unmappable

Code: Select all

pi@raspberrypi /code $ export LC_ALL="en_US.UTF-8"
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
To fix it I used

Code: Select all

sudo dpkg-reconfigure locales
And then it worked! Many many thanks!
by gala
26 Oct 2014, 17:31
Forum: Help and Support
Topic: Help with Malformed input or input contains unmappable chac
Replies: 6
Views: 13246

Re: Help with Malformed input or input contains unmappable

Hi I'm using filebot 4.5 on raspberry and I have problems with accented characters. The two fix described in the thread (export LANG and encoding UTF-8) are already in /opt/share/filebot/bin/filebot, but I still get the error "InvalidPathException". Below: - content of /opt/share/filebot/bin/filebot ...