deluge 1.3.6 won't import blocklist
Posted: Sat Aug 03, 2013 3:08 am
I'm running Deluge 1.3.6 on a Manjaro system. It won't import a blocklist that I know works (I can download it fine directly in my browser). Deluge just gets stuck at "Downloading 0.00%." The blocklist is: http://www.bluetack.co.uk/config/level1.gz
When I run Deluge from a terminal, I get these errors, when I hit the "Force Download and Import" button:
When I run Deluge from a terminal, I get these errors, when I hit the "Force Download and Import" button:
Code: Select all
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/internet/_glibbase.py", line 301, in run
self._run()
File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.2-py2.7.egg/blocklist/gtkui.py", line 148, in _on_button_check_download_clicked
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 504, in __call__
return self.daemon.call(self.base, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 457, in call
return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs))
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 137, in maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.2-py2.7.egg/blocklist/core.py", line 151, in check_import
File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.2-py2.7.egg/blocklist/core.py", line 260, in download_list
File "/usr/lib/python2.7/site-packages/deluge/httpdownloader.py", line 195, in download_file
scheme, host, port, path = client._parse(url)
exceptions.AttributeError: 'module' object has no attribute '_parse'