Page 1 of 1

[SOLVED] Deluge doesn't start on Ubuntu 7.10 (Python 2.5)

Posted: Fri Mar 21, 2008 9:47 am
by Garret
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:

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>
How i can fix it?

Re: Deluge doesn't start on Ubuntu 7.10 (Python 2.5)

Posted: Sat Mar 22, 2008 12:58 am
by loki

Re: Deluge doesn't start on Ubuntu 7.10 (Python 2.5)

Posted: Sat Mar 22, 2008 12:41 pm
by Garret
Now i have another error:

Code: Select all

garret@server:~$ rm ~/.config/deluge/persistent.state
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
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...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
  what():  Address already in use

Re: Deluge doesn't start on Ubuntu 7.10 (Python 2.5)

Posted: Sat Mar 22, 2008 12:58 pm
by mvoncken

Re: Deluge doesn't start on Ubuntu 7.10 (Python 2.5)

Posted: Mon Mar 24, 2008 3:23 am
by loki
For future reference you could try reading the entire FAQ...

Re: Deluge doesn't start on Ubuntu 7.10 (Python 2.5)

Posted: Mon Mar 24, 2008 7:24 am
by Garret
Ya now deluge works :D