Unicode in 0.9.08
Posted: Wed Sep 10, 2008 6:42 pm
System Stats:
Ubuntu 8.04.1 x64, running 0.9.08 RC
I am currently trying to add this torrent file,
When I try to open it in Deluge, the ü becomes u, and then when i put it to save in a certain folder
Which exists fine
it is giving me the following in deluged.log in ~/.config/deluge/
With this, the file never shows up in the deluge client.
If you need any more information let me know.
Ubuntu 8.04.1 x64, running 0.9.08 RC
I am currently trying to add this torrent file,
Code: Select all
Messer Für Frau Müller - Hyper Utesov Presents.torrent
Code: Select all
/media/Music/Music/Messer Für Frau Müller
Code: Select all
rockerboo@Belefonte:/media/Music/Music/Messer Für Frau Müller$ pwd
/media/Music/Music/Messer Für Frau Müller
Code: Select all
[DEBUG ] 14:34:29 torrentmanager:310 options: {'max_download_speed_per_torrent': -1.0, 'add_paused': False, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1.0, 'auto_managed': True, 'max_connections_per_torrent': -1, 'download_location': u'/media/Music/Music/Messer F\xfcr Frau M\xfcller', 'compact_allocation': False, 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'default_private': False, 'max_upload_slots_per_torrent': 4}
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/core.py", line 390, in _add_torrent_file
torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 319, in add
add_torrent_params["save_path"] = str(options["download_location"])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 27: ordinal not in range(128)
If you need any more information let me know.