Settings not saving in WebGUI
Posted: Tue Apr 17, 2012 1:18 pm
Hi all, I'm currently having some issues saving settings using the WebGui. After applying port settings or enabling a plugin they don't take effect and when going back to the settings panel I can briefly see the values I set before they revert to the defaults. I've tried changing the config files manually and this works for a port change but only when the service isn't running. Here's a log of the error when trying to enable flexRss:
Its running on a headless Debian testing machine.
deluged: 1.3.3
libtorrent: 0.15.10.0
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/pluginmanagerbase.py", line 143, in enable_plugin
cls = entry_point.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/home/fluffy/.config/deluge/plugins/flexRSS-0.1.egg/flexrss/__init__.py", line 40, in <module>
ImportError: cannot import name PluginBase
deluged: 1.3.3
libtorrent: 0.15.10.0