#2039: torrentmanager.py line 1023, in on_alert_tracker_warning -
UnicodeDecodeError
---------------------+------------------------------------------------------
Reporter: non7top | Owner:
Type: bug | Status: new
Priority: minor | Milestone: Future
Component: other | Version: other (please specify)
Keywords: |
---------------------+------------------------------------------------------
{{{
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/main.py", line 253, in
start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 160,
in __init__
reactor.run()
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line
1162, in run
self.mainLoop()
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line
1171, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line
793, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/site-packages/deluge/core/torrentmanager.py",
line 1023, in on_alert_tracker_warning
tracker_status = '%s: %s' % (_("Warning"), str(alert.message()))
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in
position 0: ordinal not in range(128)
}}}
Looks like a wrong utf conversion
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2039>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.