deluged error
Posted: Fri Jul 31, 2009 4:36 am
When running deluged on my server I get:
what can i do? I think maybe the new kernel upgrade in Ubuntu may have caused this.
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'