Ticket #672 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Reported by: dlbogdan@… Owned by: andar
Priority: blocker Milestone:
Component: other 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

Changed 4 years ago by anonymous

same here

Changed 4 years ago by dlbogdan@…

i want to add that deluge 1.0.7 works perfectly.

Changed 4 years ago by andar

  • status changed from new to closed
  • resolution set to fixed

This has been fixed in [4461]

Note: See TracTickets for help on using tickets.