Watch-folder UTF-8 problem

General support for problems installing or using Deluge
Post Reply
mcbag
New User
New User
Posts: 7
Joined: Mon May 07, 2012 1:47 pm

Watch-folder UTF-8 problem

Post 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
Last edited by mcbag on Tue Apr 02, 2013 6:47 pm, edited 1 time in total.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Watch-folder UTF-8 problem

Post by Cas »

The first thing to do is install the latest version, 1.3.5.
mcbag
New User
New User
Posts: 7
Joined: Mon May 07, 2012 1:47 pm

Re: Watch-folder UTF-8 problem

Post by mcbag »

I updated to 1.3.5 now but I still have the same problem.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Watch-folder UTF-8 problem

Post 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?
mcbag
New User
New User
Posts: 7
Joined: Mon May 07, 2012 1:47 pm

Re: Watch-folder UTF-8 problem

Post 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)
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Watch-folder UTF-8 problem

Post 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.
mcbag
New User
New User
Posts: 7
Joined: Mon May 07, 2012 1:47 pm

Re: Watch-folder UTF-8 problem

Post 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.
Post Reply