just installed the new Version (0.5.8.2) and wanted to try the new Blocklist options. If I try to enable the Plugin nothing happens. This is the Terminaloutput. using Ubuntu 7.10
Code: Select all
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/dialogs.py", line 317, in plugin_toggled
self.plugins.enable_plugin(plugin_name)
File "/var/lib/python-support/python2.5/deluge/plugins.py", line 80, in enable_plugin
self.enabled_plugins[name] = plugin.enable(self.core, self.interface)
File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 29, in enable
return BlocklistImport(path, core, interface)
File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 67, in __init__
self.loadlist(fetch=self.config.get('load_after_days'))
File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 94, in loadlist
if now_timestamp >= (list_timestamp + (86400 * days_update)):
TypeError: unsupported operand type(s) for *: 'int' and 'NoneType'