Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (205 - 207 of 2449)

Ticket Resolution Summary Owner Reporter
#2755 WorksForMe UnicodeWarning: torrentmanager.py (download_location" != "move_completed_path" bro
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"]:
#2771 WorksForMe Status Tab KeyError in terminal on shutdown Cas
Description

An annoying error that would like to fix. It will randomly happen on shutdown and seems to be a status call after the core has shutdown but odd that the keyerror is only for 'progress'.

Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/torrentdetails.py", line 380, in update
    self.tabs[name].update()
  File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/status_tab.py", line 120, in update
    selected, status_keys).addCallback(self._on_get_torrent_status)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 298, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, in addCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/status_tab.py", line 152, in _on_get_torrent_status
    fraction = status["progress"] / 100
exceptions.KeyError: 'progress'
#2774 WorksForMe Deluge wont start when run from .desktop or commandline bugmenot
Description

OS: Arch using latest server and client with webinterface

Webinterface works

Client will open up but not load anything and hang

Error from commandline

% deluge
/usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py:250: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion 'header != NULL' failed
  self.treeview.get_model().set_sort_column_id(column_state.sort, column_state.sort_order)
Note: See TracQuery for help on using queries.