You are not logged in.

#1 2013-07-26 22:09:53

semi225599
Member
Registered: 2012-06-17
Posts: 16

[Solved] Newest version of Twisted breaks Deluge?

Is anyone else having this problem?  I have Deluge 1.3.6 and just upgraded from Twisted 13.0 to 13.1.  It looks like the blocklist downloading specifically is broken with this new update.  I downgraded Twisted and everything is in working order again, but I want to get an idea if this is a global problem or just a problem with my system.

I don't have the full output from running it, but I remember I got got a Python traceback in some twisted library and a

'module' object has no attribute _parse

at the end of the error.  Also if I opened up the GUI during this time, every torrent would appear paused and if you open up the Preferences and look at the blocklist download status, it would be stuck at zero.

Please post if you have the same/similar issues, if this is a big problem then someone should submit a bug to Deluge.

EDIT:
See here for solution: http://dev.deluge-torrent.org/ticket/2355

Last edited by semi225599 (2013-08-15 13:31:46)

Offline

#2 2013-07-27 06:57:39

trinux
Member
From: ~/Spain/Cordova
Registered: 2013-07-04
Posts: 8

Re: [Solved] Newest version of Twisted breaks Deluge?

I'm also affected by this bug!

Offline

#3 2013-07-27 12:36:55

semi225599
Member
Registered: 2012-06-17
Posts: 16

Re: [Solved] Newest version of Twisted breaks Deluge?

Maybe not as many people use blocklists as I thought... Regardless I've submitted a bug to Deluge, so we'll see what happens.

Offline

#4 2013-07-27 22:16:26

fhdrin
Member
Registered: 2012-05-10
Posts: 26

Re: [Solved] Newest version of Twisted breaks Deluge?

Same here, downgrading to twisted 13.0 fixes the problem.

Offline

#5 2013-07-28 02:24:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: [Solved] Newest version of Twisted breaks Deluge?

As an aside, pgl-cmd is a better way and is system wide.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#6 2013-07-28 05:23:33

semi225599
Member
Registered: 2012-06-17
Posts: 16

Re: [Solved] Newest version of Twisted breaks Deluge?

graysky wrote:

As an aside, pgl-cmd is a better way and is system wide.

Thanks for the tip

Offline

#7 2013-07-28 20:52:44

semi225599
Member
Registered: 2012-06-17
Posts: 16

Re: [Solved] Newest version of Twisted breaks Deluge?

Here's the full output:

Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/plugins/init.py", line 48, in enable
    self.plugin.enable()
  File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.2-py2.7.egg/blocklist/core.py", line 116, in enable
    
  File "/usr/lib/python2.7/site-packages/twisted/internet/task.py", line 173, in start
    self()
  File "/usr/lib/python2.7/site-packages/twisted/internet/task.py", line 218, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <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'

I haven't seen any acknowledgement on the bug I submitted, so I'm not sure if it's noticed or not.  If anyone has a solution, it's open source, so you should be able to just submit it somewhere.

Offline

#8 2013-08-02 23:09:17

el_psycho
Member
From: Vancouver, Canada
Registered: 2012-04-30
Posts: 24

Re: [Solved] Newest version of Twisted breaks Deluge?

Just a me too post. Downgraded to twisted 13.0.0-1 as a workaround.

Offline

#9 2013-08-15 12:43:27

JLucien
Member
Registered: 2011-06-26
Posts: 30

Re: [Solved] Newest version of Twisted breaks Deluge?

I also experienced this bug and solved it by downgrading Twisted.

Offline

#10 2013-08-15 13:31:27

semi225599
Member
Registered: 2012-06-17
Posts: 16

Re: [Solved] Newest version of Twisted breaks Deluge?

Offline

Board footer

Powered by FluxBB