Package: deluge-torrent Version: 0.5.6.2-1 I have the blocklist plugin enabled. When Deluge starts, it tries to download
http://www.bluetack.co.uk/config/nipfilter.dat.gz This URL eventually results in a 403 Forbidden error and Deluge exits with the following traceback: > Traceback (most recent call last): > File "/usr/bin/deluge", line 121, in ? > start_deluge() > File "/usr/bin/deluge", line 110, in start_deluge > interface.start(get_cmd_line_torrents()) > File "/var/lib/python-support/python2.4/deluge/interface.py", line 949, in > start > self.plugins.enable_plugin("Blocklist Importer") > File "/var/lib/python-support/python2.4/deluge/plugins.py", line 76, 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 66, in > __init__ > self.loadlist(fetch=self.config.get('load_on_start')) > File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 110, in > loadlist > ips = reader.next() > File "/usr/share/deluge/plugins/BlocklistImport/text.py", line 31, in next > txt = self.fd.readline() > File "/usr/lib/python2.4/gzip.py", line 391, in readline > c = self.read(readsize) > File "/usr/lib/python2.4/gzip.py", line 225, in read > self._read(readsize) > File "/usr/lib/python2.4/gzip.py", line 261, in _read > self._read_gzip_header() > File "/usr/lib/python2.4/gzip.py", line 162, in _read_gzip_header > raise IOError, 'Not a gzipped file' > IOError: Not a gzipped file -- Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]