deluged error

General support for problems installing or using Deluge
Post Reply
kindofabuzz
Member
Member
Posts: 14
Joined: Tue Apr 15, 2008 6:02 am

deluged error

Post by kindofabuzz »

When running deluged on my server I get:

Code: Select all

jason@server1:~$ deluged
jason@server1:~$ Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/var/lib/python-support/python2.6/deluge/core/preferencesmanager.py", line 451, in run
    + "&plugins=" + quote_plus(self.config["enabled_plugins"])
  File "/usr/lib/python2.6/urllib.py", line 1228, in quote_plus
    return quote(s, safe)
  File "/usr/lib/python2.6/urllib.py", line 1220, in quote
    res = map(safe_map.__getitem__, s)
KeyError: 'Blocklist'
what can i do? I think maybe the new kernel upgrade in Ubuntu may have caused this.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluged error

Post by johnnyg »

That's been fixed in 1.1.0_RC: http://dev.deluge-torrent.org/changeset/5416
It shouldn't stop deluge from working though.
kindofabuzz
Member
Member
Posts: 14
Joined: Tue Apr 15, 2008 6:02 am

Re: deluged error

Post by kindofabuzz »

Evidently it's not fixed, deluged will not run at all for me now. using 1.1.9

edit: now i get Fatal Python error: PyImport_GetModuleDict: no module dictionary!
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluged error

Post by johnnyg »

Being fixed in 1.1.0_RC means it will be in the next 1.1.x release (if there even is one).
I never said it was fixed in 1.1.9.
That latter error sounds more like the source of your problems.
kindofabuzz
Member
Member
Posts: 14
Joined: Tue Apr 15, 2008 6:02 am

Re: deluged error

Post by kindofabuzz »

1.1.0? I'm on 1.1.9. According to my math 1.1.0 comes before 1.1.9. Well how can I go about fixing this? How can I turn off blocklist without deleting my whole config?
Post Reply