Ticket #671: 1.1-RC-gtk-deluge.log

File 1.1-RC-gtk-deluge.log, 2.4 KB (added by jd@…, 15 years ago)

deluge.log

Line 
1Exception in thread Thread-1:
2Traceback (most recent call last):
3  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
4    self.run()
5  File "/var/lib/python-support/python2.5/deluge/core/preferencesmanager.py", line 438, in run
6    + "&plugins=" + quote_plus(self.config["enabled_plugins"])
7  File "/usr/lib/python2.5/urllib.py", line 1213, in quote_plus
8    return quote(s, safe)
9  File "/usr/lib/python2.5/urllib.py", line 1205, in quote
10    res = map(safe_map.__getitem__, s)
11KeyError: 'Blocklist'
12
13Traceback (most recent call last):
14  File "/usr/bin/deluged", line 8, in <module>
15    load_entry_point('deluge==1.1.0-RC1', 'console_scripts', 'deluged')()
16  File "/var/lib/python-support/python2.5/deluge/main.py", line 200, in start_daemon
17    Daemon(options, args)
18  File "/var/lib/python-support/python2.5/deluge/core/daemon.py", line 44, in __init__
19    self.core = Core(options.port).run()
20  File "/var/lib/python-support/python2.5/deluge/core/core.py", line 223, in run
21    component.start()
22  File "/var/lib/python-support/python2.5/deluge/component.py", line 186, in start
23    _ComponentRegistry.start()
24  File "/var/lib/python-support/python2.5/deluge/component.py", line 106, in start
25    self.start_component(component)
26  File "/var/lib/python-support/python2.5/deluge/component.py", line 119, in start_component
27    self.components[name]._start()
28  File "/var/lib/python-support/python2.5/deluge/component.py", line 51, in _start
29    if self._update():
30  File "/var/lib/python-support/python2.5/deluge/component.py", line 79, in _update
31    self.update()
32  File "/var/lib/python-support/python2.5/deluge/core/autoadd.py", line 92, in update
33    component.get("TorrentManager").add(filedump=filedump, filename=filename)
34  File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 366, in add
35    torrent = Torrent(handle, options, state, filename, magnet)
36  File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 187, in __init__
37    self.set_options(self.options)
38  File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 218, in set_options
39    for (key, value) in options.items():
40  File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 73, in items
41    i.append((k, self.__getitem__(k)))
42  File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 97, in __getitem__
43    if self.default_keys[key] in self.config.config:
44TypeError: list objects are unhashable