Ticket #2039 (closed bug: fixed)
torrentmanager.py line 1023, in on_alert_tracker_warning - UnicodeDecodeError
| Reported by: | non7top | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4.0 |
| Component: | core | Version: | master (git branch) |
| Keywords: | Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
