I'm using a fresh install of Gutsy. The torrent I had running previous to the install (old /home) is still downloading fine, but I'm unable to add anything new.
Running it from the command, and then adding a torrent gives me this:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1132, in add_torrent_clicked
self.interactive_add_torrent(single)
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1076, in interactive_add_torrent
self.interactive_add_torrent_path(torrent, path)
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1094, in interactive_add_torrent_path
self.config.get('use_compact_storage'))
File "/var/lib/python-support/python2.5/deluge/core.py", line 339, in add_torrent
self.add_torrent_ns(filename, save_dir, compact)
File "/var/lib/python-support/python2.5/deluge/core.py", line 801, in add_torrent_ns
self.state.torrents.append(new_torrent)
AttributeError: 'dict' object has no attribute 'append'
Any help would be great, as I rely of deluge quite a bit.
Can't add torrents to 0.5.4.1
Re: Can't add torrents to 0.5.4.1
I got 0.5.4.1 from the gutsy repos, but uninstalling it and installing the 0.5.6.2 .deb form the site fixed my problem. Perhaps it's a bug already fixed.