Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (544 - 546 of 2447)

Ticket Resolution Summary Owner Reporter
#1819 Fixed Cannot open connection manager with clean config s0undt3ch Calum
Description

Switched from classic the thinclient but cannot open connection manager to connect.

Traceback (most recent call last):
  File "deluge/ui/gtkui/toolbar.py", line 175, in on_toolbutton_connectionmanager_clicked
    component.get("MenuBar").on_menuitem_connectionmanager_activate(data)
  File "deluge/ui/gtkui/menubar.py", line 291, in on_menuitem_connectionmanager_activate
    component.get("ConnectionManager").show()
  File "deluge/ui/gtkui/connectionmanager.py", line 187, in show
    self.__load_hostlist()
  File "deluge/ui/gtkui/connectionmanager.py", line 271, in __load_hostlist
    for host in self.config["hosts"]:
AttributeError: 'ConnectionManager' object has no attribute 'config'
#1860 Fixed Files Tab "TypeError could not parse subscript as a tree path" Calum
Description

Have not investigated how to repeat yet but must have occurred while renaming torrents.

`Unhandled error in Deferred:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 460, in doRead
    return self.protocol.dataReceived(data)
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/client.py", line 183, in dataReceived
    d.callback(request[2])
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 361, in callback
    self._startRunCallbacks(result)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/files_tab.py", line 496, in _on_get_torrent_status
    self.update_folder_percentages()
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/files_tab.py", line 442, in update_folder_percentages
    if self.treestore[root][5] != -1:
exceptions.TypeError: could not parse subscript as a tree path`
#1861 Fixed [AutoAdd] warning: column number is a boolean Calum Calum
Description

This will always appear in console on startup with the autoadd plugin enabled.

(deluge-gtk:15781): WARNING **: column number is a boolean, but will be interpreted as an integer; this is likely not what you intended

It is related to activatable=True in this gtkui.py line

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