Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (634 - 636 of 2449)

Ticket Resolution Summary Owner Reporter
#2853 WontFix Adding torrents with existing data may error with timestamp difference Calum
Description

Need to check a potential issue that adding torrents with existing data can set torrent to error state if fastresume_rejected_alert is raised due to file timestamp differences.

Would need to decide if error state is the correct outcome or if we should just let the torrent be rechecked.

This is a result of the error-out-torrent changes for #1032.

#2857 Fixed [Notification] Unable to set email port in GTKUI Calum
Description

http://forum.deluge-torrent.org/viewtopic.php?f=7&t=49847

#2860 WorksForMe WebUI plugin crashes deluge Calum
Description

If an incorrect default_daemon is set in web.conf and the WebUI plugin is enabled, Deluge is unable to continue opening.

[ERROR   ] 13:19:57 init:50 Unable to enable plugin!
[ERROR   ] 13:19:57 init:51 'NoneType' object has no attribute 'send_request'
Traceback (most recent call last):
  File "/home/ubuntu/deluge-1.3-git/deluge/plugins/init.py", line 48, in enable
    self.plugin.enable()
  File "build/bdist.linux-i686/egg/webui/gtkui.py", line 56, in enable
    client.webui.get_config().addCallback(self.cb_get_config)
  File "/home/ubuntu/deluge-1.3-git/deluge/ui/client.py", line 504, in __call__
    return self.daemon.call(self.base, *args, **kwargs)
  File "/home/ubuntu/deluge-1.3-git/deluge/ui/client.py", line 308, in call
    self.protocol.send_request(request)
AttributeError: 'NoneType' object has no attribute 'send_request'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.