Opened 16 years ago
Closed 16 years ago
#672 closed bug (Fixed)
Deluge compiled from 1.1.0_RC1 sources doesn't add any torrents, quietly.
Reported by: | dlbogdan@yahoo.com | Owned by: | andar |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Unknown | Version: | 1.1.0_RC1 |
Keywords: | crash quiet | Cc: |
Description
Platform: x86 Dual Core @3.2Ghz, 4GB Ram OS: Ubuntu Server 8.10
First installed the .deb for 8.10 for soon to discover the stated behaviour (web ui only tested). Got the sources and compiled them. The same. There is no way to add a torrent with any web ui theme, daemon ran as root or anything else.
got the output when trying to add from a firefox/safari client:
root@nightshift:~# deluged -d Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/core.py", line 369, in _add_torrent_file
torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrentmanager.py", line 366, in add
torrent = Torrent(handle, options, state, filename, magnet)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 187, in init
self.set_options(self.options)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 218, in set_options
for (key, value) in options.items():
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 73, in items
i.append((k, self.getitem(k)))
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 97, in getitem
if self.default_keys[key] in self.config.config:
TypeError: list objects are unhashable
same here