Deluge Crashing.....

General support for problems installing or using Deluge
Post Reply
mabco

Deluge Crashing.....

Post by mabco »

Here is what I get.....anyone can help? Deluge started to act like that after the first crash on LinuxMint(Ubuntu Gutsy).
Latest version 0.5.7.1-1

-------------------------------------------------
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: libtorrent reports this is a duplicate torrent
Traceback (most recent call last):
File "/usr/bin/deluge", line 136, in <module>
start_deluge()
File "/usr/bin/deluge", line 117, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__
common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/core.py", line 276, in __init__
self.sync(True)
File "/var/lib/python-support/python2.5/deluge/core.py", line 873, in sync
raise e
deluge.core.DuplicateTorrentError: 'libtorrent reports this is a duplicate torrent'
-------------------------------------------------------
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge Crashing.....

Post by markybob »

mabco wrote:Here is what I get.....anyone can help? Deluge started to act like that after the first crash on LinuxMint(Ubuntu Gutsy).
Latest version 0.5.7.1-1

-------------------------------------------------
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: libtorrent reports this is a duplicate torrent
Traceback (most recent call last):
File "/usr/bin/deluge", line 136, in <module>
start_deluge()
File "/usr/bin/deluge", line 117, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__
common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/core.py", line 276, in __init__
self.sync(True)
File "/var/lib/python-support/python2.5/deluge/core.py", line 873, in sync
raise e
deluge.core.DuplicateTorrentError: 'libtorrent reports this is a duplicate torrent'
-------------------------------------------------------
http://deluge-torrent.org/faq.php#6n30
XChesser
New User
New User
Posts: 4
Joined: Sun Dec 16, 2007 9:12 am

Re: Deluge Crashing.....

Post by XChesser »

I faced the same error.
Yes, deleting "persistent.state" allows to run Deluge again, but problem is that so error occures. When I open a torrent file, that exists in a torrentlist of Deluge, Deluge tries to open it again instead of merging trackers! After that program continues working but the next time Deluge can't run (appears error described above).
When I translated Deluge on launchpad.net I saw the string:
"Torrent already detected in Deluge, would you like to merge the tracker lists?"
Perhaps Deluge must display this question in such situation.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge Crashing.....

Post by markybob »

yes, this has already been fixed
Post Reply