BlocklistImporter doesn't work

General support for problems installing or using Deluge
Post Reply
peter_pan

BlocklistImporter doesn't work

Post by peter_pan »

Hi,

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'
kramed
Member
Member
Posts: 11
Joined: Sat Nov 03, 2007 1:36 pm
Location: Ontario, Canada

Re: BlocklistImporter doesn't work

Post by kramed »

You'll need to remove ~/.config/deluge/blocklist.conf in Linux or C:\Documents and Settings\[User Name]\Deluge\blocklist.conf in Windows before starting Deluge.
peter_pan

Re: BlocklistImporter doesn't work

Post by peter_pan »

thanks for the quick response
Post Reply