Unable to load torrent

General support for problems installing or using Deluge
Post Reply
f5ferrari

Unable to load torrent

Post by f5ferrari »

Hey people,
Been using deluge for a little bit now.. unfortunately after a system update (expat v2) I had to reinstall a few packages due to ABI breakage from the move from expat 1 to 2.

The effect to deluge is that I am unable to load a torrent into the program, running from a shell I get the following:

Code: Select all

Raising error: libtorrent reports this is a duplicate torrent
Error: 'libtorrent reports this is a duplicate torrent'
Raising error: No such unique_ID.
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 1133, in add_torrent_clicked
    self.interactive_add_torrent(single)
  File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 1077, in interactive_add_torrent
    self.interactive_add_torrent_path(torrent, path)
  File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 1101, in interactive_add_torrent_path
    is_duplicate = self.manager.test_duplicate(torrent, unique_id)
  File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 345, in test_duplicate
    return deluge_core.test_duplicate(torrent, unique_id)
deluge.core.DelugeError: 'No such unique_ID.'

I've already tried recompiling deluge and it doesn't seem to solve the issue. (using gentoo linux built using portage)
f5ferrari

Re: Unable to load torrent

Post by f5ferrari »

Must be something up with gentoo build system.. just compiled from tarball, working fine :) I'll post bug on gentoo's bugtracker
Post Reply