Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 2447)

Ticket Resolution Summary Owner Reporter
#902 Fixed Can not remove torrents in svn r5146 andar tim.kornhammar@gmail.com
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@gmail.com
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'
#962 Fixed "Segmantation fault" when removing several torrents from disk andar tim.kornhammar@gmail.com
Description

SVN: r5356 Using GTK gui. Problem: Crashes when removing several torrents from disk. Reproduce: Select several torrents, remove from disk.

$ deluge -L debug
[DEBUG   ] 23:40:27 filtertreeview:254 pixbuf_new_from_file_at_size() argument 1 must be string, not None
[DEBUG   ] 23:40:29 torrentview:437 on_button_press_event
[DEBUG   ] 23:40:30 menubar:306 on_menuitem_remove_activate
[DEBUG   ] 23:40:31 core:299 Removing torrent ['33504b79a577a9a5ab3787ccaf2c1b04e1b690b9', 'bd33914b35a49508f7271c72cd9a1991f9e237db', '48bfad034c4593f4e73b4d85ff1355fa21a5cbe4'] from the core.
[DEBUG   ] 23:40:31 rpcserver:379 intevents: {}
[DEBUG   ] 23:40:31 torrent:786 Deleting fastresume file: /home/tim/.config/deluge/state/33504b79a577a9a5ab3787ccaf2c1b04e1b690b9.fastresume
[DEBUG   ] 23:40:31 torrent:813 Deleting torrent file: /home/tim/.config/deluge/state/33504b79a577a9a5ab3787ccaf2c1b04e1b690b9.torrent
[DEBUG   ] 23:40:31 torrentmanager:566 Saving torrent state file.
[DEBUG   ] 23:40:31 rpcserver:379 intevents: {}
[DEBUG   ] 23:40:31 torrentview:458 on_selection_changed
Segmenteringsfel
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.