Ticket #196 (closed bug: fixed)
Adding torrent problem, 'No such unique_ID.'
| Reported by: | tallica@… | Owned by: | andar |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | core | Version: | 0.5.9.0 |
| Keywords: | adding torrent | Cc: |
Description
Hello,
after adding new torrent to deluge I get:
Raising error: No such unique_ID. Unable to add torrent: 'No such unique_ID.' Raising error: No such unique_ID. Unable to save fastresume: 'No such unique_ID.' Raising error: No such unique_ID. Unable to scrape tracker 'No such unique_ID.'
and torrent doesn't show up in the gui list...
Here is what I get after restart Deluge:
Raising error: No such unique_ID. Unable to prioritize files: 'No such unique_ID.' Raising error: No such unique_ID. Traceback (most recent call last):
File "/usr/bin/deluge", line 133, in ?
start_deluge()
File "/usr/bin/deluge", line 116, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 108, in init
self.apply_prefs()
File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 916, in apply_prefs
self.manager.apply_prefs()
File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 1156, in apply_prefs
self.apply_prefs_per_torrent(unique_ID)
File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 1160, in apply_prefs_per_torrent
self.get_pref("max_connections_per_torrent"))
File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 1230, in set_max_connections_per_torrent
max_connections)
deluge.core.DelugeError?: 'No such unique_ID.'
I use Gentoo x86_64
