I am running deluged remotely on a raspberry pi with a newish version of jessie. I followed steps on these pages to install:
http://www.howtogeek.com/142044/how-to- ... rrent-box/
http://dev.deluge-torrent.org/wiki/User ... buntuInitd
When i attempt to auto-add a torrent with a non-ascii filename (for example: Aníbal Velásquez y Su Conjunto - Mambo Loco.torrent), deluge fails to add anything and deluged.log returns:
When I attempt to add the torrent remotely (via the deluge client on my mac), nothing is added and i can't seem to find a trace of the action in my logfile. If i remove the offending characters from the name of the file (for example: test.torrent), neither the auto-add nor the manual add work, and nothing is logged (likely because some of the torrent's files have non-ascii filenames). Here are the pages i have looked over while debugging:Unable to auto add torrent due to improper filename encoding: 'ascii' codec can't decode byte 0xf1 in position 45: ordinal not in range(128)
http://forum.deluge-torrent.org/viewtopic.php?t=42821
http://dev.deluge-torrent.org/ticket/1981
http://dev.deluge-torrent.org/ticket/1983
http://dev.deluge-torrent.org/ticket/2301
Most of those pages are several years old, and in most cases the issue was resolved, so i am hopeful! The main take-away from those pages is that the OS is not running in UTF-8. I have confirmed that mine is, however:
Code: Select all
$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8