Changes between Initial Version and Version 1 of Ticket #2484


Ignore:
Timestamp:
07/27/2014 04:08:10 PM (11 years ago)
Author:
Calum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2484 – Description

    initial v1  
    11I have found a problem with blocklist. I couldn't get the whitelist to work. I tried to add an IP and this popped up:
    22
     3{{{
    34Traceback (most recent call last):
    45File "c:\users\xxosurfer3xx\deluge\deluge\ui\gtkui\pluginmanager.py", line 116, in run_on_apply_prefs
     
    1617
    1718exceptions.AttributeError: 'Core' object has no attribute 'blocklist'
     19}}}
    1820
    19 Unhandled Error
    20 Traceback (most recent call last):
    21 File "c:\users\xxosurfer3xx\deluge\deluge\ui\gtkui\pluginmanager.py", line 116, in run_on_apply_prefs
    22 function()
    23 File "build\bdist.win32\egg\deluge\plugins\blocklist\gtkui.py", line 151, in _on_apply_prefs
    24 
    25 File "c:\users\xxosurfer3xx\deluge\deluge\ui\client.py", line 534, in __call__
    26 return self.daemon.call(self.base, *args, **kwargs)
    27 File "c:\users\xxosurfer3xx\deluge\deluge\ui\client.py", line 486, in call
    28 m, *copy.deepcopy(args), **copy.deepcopy(kwargs)
    29 --- <exception caught here> ---
    30 File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 140, in maybeDeferred
    31 result = f(*args, **kw)
    32 File "build\bdist.win32\egg\deluge\plugins\blocklist\core.py", line 206, in set_config
    33 
    34 exceptions.AttributeError: 'Core' object has no attribute 'blocklist'