Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 2449)

Ticket Resolution Summary Owner Reporter
#2860 WorksForMe WebUI plugin crashes deluge Cas
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'
#497 Fixed webui plugin api : templates and images using pkg_resources mvoncken mvoncken
Description

better api for webui plugins , templates and images using pkg_resources

#1141 Fixed webui: please reorder the display when changing queue positions damoxc kd3
Description

Say I have 5 torrents in queue to download and I've got the webui explicitly sorting on the queue position column. Should I change the position of a torrent (say, moving the last in the queue to the first), the rows don't resort, resulting in a list like the following:

2 3 4 5 1

This works fine in the GTKui and presumably the console (haven't checked).

Note: See TracQuery for help on using queries.