Re: IP blocklist support patch
Posted: Sun Jun 24, 2007 5:12 pm
i fixed this in 736shirish wrote:I do not know what happened but this is the error which has come up with the latest svn 735. The error is persistent. I even removed the deluge config file (just in case) also but still the same error happens :-
Code: Select all
shirish@ubuntu:~$ deluge no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1 Applying preferences Starting DHT... No DHT file to resume /usr/lib/python2.5/site-packages/deluge/core.py:757: DeprecationWarning: integer argument expected, got float PREF_FUNCTIONS[pref](self.get_pref(pref)) Scanning plugin dir /usr/share/deluge/plugins Loading module ExamplePlugin Initialising plugin ExamplePlugin Loading module TorrentCreator Initialising plugin TorrentCreator Loading module TorrentSearch Initialising plugin TorrentSearch Loading module BlocklistImport Traceback (most recent call last): File "/usr/bin/deluge", line 93, in <module> start_deluge() File "/usr/bin/deluge", line 67, in start_deluge interface = deluge.interface.DelugeGTK() File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 65, in __init__ self.plugins.scan_for_plugins() File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 60, in scan_for_plugins mod = __import__(modname, globals(), locals(), ['']) File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 75 filename, headers = urllib.urlretrieve(self.config.get('url'), ^ IndentationError: expected an indented block