Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 2449)

Ticket Resolution Summary Owner Reporter
#901 WorksForMe Segmentation fault on startup in svn r5146 andar tim.kornhammar@…
Description

Started deluge from command line with no arguments and got a lot of errors which eventually gave a segmentation fault.

#902 Fixed Can not remove torrents in svn r5146 andar tim.kornhammar@…
Description

It does nothing when trying to remove, this error is in the output:

Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/deluge/ui/gtkui/menubar.py", line 299, in on_menuitem_remove_activate
    RemoveTorrentDialog().run()
TypeError: __init__() takes exactly 2 arguments (1 given)
#943 Fixed r5292: exceptions.AttributeError: 'NoneType' object has no attribute 'port' andar tim.kornhammar@…
Description

Cannot start deluge, error is below.

$ deluge
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 374, in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 195, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 186, in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 387, in _continueFiring
    callable(*args, **kwargs)
  File "/var/lib/python-support/python2.6/deluge/ui/gtkui/gtkui.py", line 238, in _on_reactor_start
    client.start_classic_mode()
  File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 529, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 406, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/var/lib/python-support/python2.6/deluge/core/daemon.py", line 153, in __init__
    "%s;%s\n" % (os.getpid(), options.port if options.port else 58846))
exceptions.AttributeError: 'NoneType' object has no attribute 'port'
Note: See TracQuery for help on using queries.