Opened 15 years ago

Closed 15 years ago

#672 closed bug (Fixed)

Deluge compiled from 1.1.0_RC1 sources doesn't add any torrents, quietly.

Reported by: dlbogdan@… 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

Change History (3)

comment:1 Changed 15 years ago by anonymous

same here

comment:2 Changed 15 years ago by dlbogdan@…

i want to add that deluge 1.0.7 works perfectly.

comment:3 Changed 15 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

This has been fixed in [4461]

Note: See TracTickets for help on using tickets.