Page 1 of 1
Watch-folder UTF-8 problem
Posted: Tue May 08, 2012 12:48 am
by mcbag
Hello,
When I add the torrent (久譲).torrent to my watch-folder deluge won't load it.
If I change the filename to ().torrent
it would load the torrent.
What should I do?
Ps1: I run Deluge (1.3.3) on linux
Ps: I already added LC_ALL="en_US.UTF-8" to my .bashrc file.
mcbag
Re: Watch-folder UTF-8 problem
Posted: Tue May 08, 2012 7:18 am
by Cas
The first thing to do is install the latest version, 1.3.5.
Re: Watch-folder UTF-8 problem
Posted: Sat May 12, 2012 11:13 am
by mcbag
I updated to 1.3.5 now but I still have the same problem.
Re: Watch-folder UTF-8 problem
Posted: Sat May 12, 2012 1:28 pm
by Cas
You may need to also export LANG as well.
Code: Select all
export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'
How are you running deluge/deluged?
Re: Watch-folder UTF-8 problem
Posted: Sun May 13, 2012 9:48 am
by mcbag
I did but it still does not work.
I control the remote deluge daemon with my local deluge client.
Ps: I'm using libtorrent 0.15.10 cause 0.16.0.0 has performance issues (But it also did not work with 0.16)
Re: Watch-folder UTF-8 problem
Posted: Sun May 13, 2012 10:05 am
by Cas
How are you starting deluged? If you are starting it with a different user or from init/cron that also needs to have an utf8 locale.
Re: Watch-folder UTF-8 problem
Posted: Mon Apr 01, 2013 8:56 pm
by mcbag
I access the thin client on Windows 7 x64 with the admin account.
These are the settings btw:
Client: 1.3.6
Server: 1.3.6
libtorrent: 0.15.10.0
My remote box has Debian GNU/Linux 6.0 installed.