Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 2447)

Ticket Resolution Summary Owner Reporter
#2733 Fixed torrentmanager.py : on_alert_performance - UnicodeDecodeError Bro
Description

The commit Fix #1466 : Performance warning: Send Buffer Watermark produces this error

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/logging/__init__.py", line 882, in emit
    stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 95: ordinal not in range(128)
Logged from file torrentmanager.py, line 1212
#2039 Fixed torrentmanager.py line 1023, in on_alert_tracker_warning - UnicodeDecodeError Vladimir Berezhnoy
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

#2165 Fixed Torrent list manual sorting not being retained bartman2589
Description

From forum post:

The problem I am having is that when I shutdown and restart Deluge to do system updates or for whatever reason, the list is not in the order it was when I shut down Deluge, for some reason Deluge is no longer saving my custom sorted download list.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.