Page 1 of 1

deluged error

Posted: Fri Jul 31, 2009 4:36 am
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.

Re: deluged error

Posted: Fri Jul 31, 2009 8:23 am
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.

Re: deluged error

Posted: Fri Jul 31, 2009 8:32 am
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!

Re: deluged error

Posted: Fri Jul 31, 2009 8:43 am
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.

Re: deluged error

Posted: Fri Jul 31, 2009 8:46 am
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?