Custom Query (2449 matches)
Results (496 - 498 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2755 | WorksForMe | UnicodeWarning: torrentmanager.py (download_location" != "move_completed_path" | ||
| Description |
Got this on develop (9726481fb4a31a20ab9b79b804ae20aa72cafc7a) /home/bro/programmer/deluge/workdirs/develop-running/deluge/core/torrentmanager.py:917: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal torrent.options["download_location"] != torrent.options["move_completed_path"]: |
|||
| #2802 | Fixed | GTKUI classic mode shutdown procedure is broken | ||
| Description |
In thin client mode, the shutdown routine does not have to do much, but in classic mode, all the components have to be shut down properly before closing. There are two separate issues as far as I've found. GTKUI component shutdown after reactor is stopped
When closing GTKUI main window (mainwindow.py#L227 ) the reactor is stopped.
The result is that this call to
The call to
The reason the shutdown procedure in classic mode works anyways as that the daemon has SIGINT stops reactor breaking components shutdownRunning GTKUI in terminal and trying to close with CTRL-C does not work very good. The process hangs and needs multiple signals to close, and sometimes doesn't even close at all and needs explicit call to kill.
The problem is that the reactor closes ( |
|||
| #2900 | Fixed | Error loading torrent: invalid bencoded value | ||
| Description |
Loading some torrents gives the error "invalid bencoded value (data after valid prefix)" caused by upstream fix to bencoding.py (https://github.com/deluge-torrent/deluge/commit/b193d874990e8c572719346e352a2b48c48de723#diff-05121b30645f235ea5b628b984da8dbeR73) The attached torrent will produce this error. |
|||
