Custom Query (2447 matches)
Results (421 - 423 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2733 | Fixed | torrentmanager.py : on_alert_performance - UnicodeDecodeError | ||
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 |
|||
#2732 | WontFix | "Stop seeding" value has inconsistent constraints in different context | ||
Description |
The "Stop seeding when share ratio..." value is inconsistent over the application, based on the context. In the general preferences, I can choose values with a minimum of 0.5. When I instead set the per-torrent preferences, such value has no minimum. If, for example, I'd want to set the value as general preference, to 0.1, right now I can't - I have to set it for each torrent. The version I'm using is the "1.3.10-2ubuntu0.1", which is bundled with Ubuntu 14.10. |
|||
#2731 | Fixed | GTK UI: Add Torrent dialog does not appears | ||
Description |
Clicking on magnet link or opening torrent file does not bring Add Torrent dialog unless Client window is opened. When "focus on window when adding torrent" option is disabled, clicking on magnet link (or opening torrent file) does nothing. If this option is enabled and window is closed, clicking on magnet link (or opening torrent file) opens Deluge window but does not open torrent add dialog. It works correctly only if Deluge window was opened before clicking on magnet link (or opening torrent file). Steps to reproduce: 1). Have a Deluge running, main window should be closed 2). Click a Magnet URL or open torrent file Expected results:
Actual results:
Tested on 1.3.11 with GTK UI, both split and classic modes are affected, openSUSE 13.2 x86_64 with Gnome-Shell 3.14 is used. Traceback is attached |