Is your Deluge-Web not working? TypeError: unhashable type: 'MethodicalState'

General support for problems installing or using Deluge
Post Reply
hossdawg
New User
New User
Posts: 1
Joined: Fri Apr 06, 2018 7:10 pm

Is your Deluge-Web not working? TypeError: unhashable type: 'MethodicalState'

Post by hossdawg »

Took a little poking around but I'm using CentOS and discovered that a python update package python2-attrs-17.4.0-3.el7.noarch was causing errors with start-up of Deluge-Web, getting "TypeError: unhashable type: 'MethodicalState'". Rolled back to python2-attrs-16.3.0-1.el7.noarch and the issue was resolved. Seen a few posts about web not loading and wanted to help.
jxr182
New User
New User
Posts: 2
Joined: Thu Apr 05, 2018 9:18 pm

Re: Is your Deluge-Web not working? TypeError: unhashable type: 'MethodicalState'

Post by jxr182 »

Thank you for the help. When I run python -V i get a 2.7.14+ so i'm clearly not looking at the right file.
janmet
New User
New User
Posts: 1
Joined: Fri May 04, 2018 1:26 pm

Re: Is your Deluge-Web not working? TypeError: unhashable type: 'MethodicalState'

Post by janmet »

Thank you hossdawg for figuring this out.

It took me a while to figure out how to get from python2-attrs-17.4.0-3.el7.noarch to python2-attrs-16.3.0-1.el7.noarch as python2-attrs-16.3.0-1.el7.noarch was no longer in the repository so "yum history undo" didn't do the trick.

This got Deluge working on CentOS 7 again:

rpm -Uvh --oldpackage ftp://ftp.icm.edu.pl/vol/rzm6/linux-ora ... noarch.rpm
Post Reply