[SOLVED] Deluge doesn't start on Ubuntu 7.10 (Python 2.5)
Posted: Fri Mar 21, 2008 9:47 am
OS: Ubuntu 7.10
Deluge Version: 0.5.8.6-1
Deluge doesn't start when i try to open it.
Here there is the error:
How i can fix it?
Deluge Version: 0.5.8.6-1
Deluge doesn't start when i try to open it.
Here there is the error:
Code: Select all
garret@server:~$ deluge
checking for ubuntu...
found and fixing ubuntu
garret@server:~$ checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error:
Unable to add torrent: ''
Raising error: libtorrent reports this is a duplicate torrent
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentPeers
Initialising plugin WebSeed
Initialising plugin NetworkGraph
Initialising plugin NetworkHealth
Initialising plugin EventLogging
Initialising plugin DesiredRatio
Initialising plugin SpeedLimiter
Initialising plugin TorrentNotification
Initialising plugin FlexRSS
Initialising plugin MoveTorrent
Initialising plugin Search
Initialising plugin TorrentFiles
Initialising plugin TorrentCreator
Initialising plugin BlocklistImport
Initialising plugin Scheduler
Initialising plugin WebUi
Applying preferences
Starting DHT...
Traceback (most recent call last):
File "/usr/bin/deluge", line 145, in <module>
start_deluge()
File "/usr/bin/deluge", line 128, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 160, in __init__
unique_ID = self.manager.get_torrent_unique_id(torrent)
File "/var/lib/python-support/python2.5/deluge/core.py", line 548, in get_torrent_unique_id
return self.state.torrents[torrent]
KeyError: <deluge.core.torrent_info instance at 0x84a308c>