deluge 1.3.6 won't import blocklist

Suggest, post, or discuss plugins for Deluge
Post Reply
cb474
Member
Member
Posts: 19
Joined: Sun Sep 16, 2007 12:53 am

deluge 1.3.6 won't import blocklist

Post by cb474 »

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:

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'
deluge001
Member
Member
Posts: 37
Joined: Fri Sep 12, 2008 8:36 am

Re: deluge 1.3.6 won't import blocklist

Post by deluge001 »

try downgrading twisted to 13.0.0 ... see https://bugs.archlinux.org/task/36298?p ... ng=twisted
cb474
Member
Member
Posts: 19
Joined: Sun Sep 16, 2007 12:53 am

Re: deluge 1.3.6 won't import blocklist

Post by cb474 »

Thanks! That fixed it for me. Don't know why that bug report didn't show up in my searches on the error.

Any idea if the problem is with Deluge or Twisted? Someone in the bug report suggests Deluge is probably causing the problem.
Tita_fkd

Re: deluge 1.3.6 won't import blocklist

Post by Tita_fkd »

This fix is not good enough for me; it's bullshit; I have other things that depend on the latest Twisted versions.

This is why I always have Deluge AND Transmission installed. While Deluge is theoretically nicer, every version comes with some intolerable bug, and the dev team sits around for a year jacking off while the bug gathers dust. Meanwhile Transmission is leaner, less full-featured, but always in working order. That's why I always keep it as a backup. Welp, guess what, I'm done. I've decided that Transmission's decreased features are more than made up for by the added reliability. Screw you, Deluge. I just uninstalled you and all your config files. Forever. I've suffered through four years of your bullcrap and I ain't havin' it anymore.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge 1.3.6 won't import blocklist

Post by Cas »

Post Reply