Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (571 - 573 of 2447)

Ticket Resolution Summary Owner Reporter
#2044 Fixed [Execute] Cannot re-enable plugin Calum
Description

Enabled, disable then attempt to enable again results in this error:

--------------------------------------------------------------------------------
[ERROR   ] 22:03:12 client:395 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.enable_plugin(Execute)
--------------------------------------------------------------------------------
  File "/home/ubuntu/deluge.git/deluge/core/rpcserver.py", line 298, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/home/ubuntu/deluge.git/deluge/core/core.py", line 511, in enable_plugin
    return None
  File "/home/ubuntu/deluge.git/deluge/core/pluginmanager.py", line 82, in enable_plugin
    super(PluginManager, self).enable_plugin(name)
  File "/home/ubuntu/deluge.git/deluge/pluginmanagerbase.py", line 151, in enable_plugin
    component.start([instance.plugin._component_name])
  File "/home/ubuntu/deluge.git/deluge/component.py", line 278, in start
    if self.components[name]._component_depend:

KeyError: CorePlugin.Execute
--------------------------------------------------------------------------------

The only clue to the issue is that removing all the exported RPC methods from core.py stopped the error occurring.

#2046 Fixed Issue with prefs pages when enabling/disabling plugins in webui Damien Churchill Calum
Description

Noticed that pages are not adding or removing for some reason when enabling or disabling a plugin and can even sometimes end up with multiple pages. Refreshing browser solves the issue though.

#2071 Fixed KeyError with file priorities in ui when value has been set to '3' in core Calum Calum
Description

Forwarded from: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/970689

Transdroid sets the value '3' but the valid values for priorities in the uis are the following:

    0: "Do Not Download",
    1: "Normal Priority",
    5: "High Priority",
    7: "Highest Priority",

The solution is to add 3,4,6 (assigned "High Priority") to FILE_PRIORITY in common.

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