Ticket #1811 (closed bug: worksforme)
Encoding problem within deluge console
| Reported by: | curtis69 | Owned by: | nick |
|---|---|---|---|
| Priority: | minor | Milestone: | Future |
| Component: | new_console | Version: | master (git branch) |
| Keywords: | Cc: |
Description
A problem occur when after adding some french torrents It seems linked to torrent's files names, containing chars like "é" or "è"
Error getting torrent info: [Failure instance: Traceback: : 'ascii' codec can't encode character u'\xe0' in position 62: ordinal not in range(128) /usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:460:doRead /usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/client.py:186:dataReceived /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:280:callback /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:354:_startRunCallbacks --- --- /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:371:_runCallbacks /usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/commands/info.py:127:on_torrents_status /usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/commands/info.py:160:show_info /usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/main.py:352:write ]
Once such torrent is added, torrents info command return this call stack.
If I had them to deluge desktop or deluge web ui, they works (but deluge console will still bug)
Deluge version : 1.3.900_dev
