cannot start deluge

General support for problems installing or using Deluge
shinichi77

Re: cannot start deluge

Post by shinichi77 »

Hi. I've got the same problem. Running normally until yesterday, but it started outputting the following errors this morning.

Using version of Deluge 0.5.9.3 on Debian 2.6.26-2-686.

> deluge
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 WebUi
Initialising plugin WebSeed
Initialising plugin BlocklistImport
Initialising plugin NetworkGraph
Initialising plugin NetworkHealth
Initialising plugin FlexRSS
Initialising plugin TorrentPeers
Initialising plugin DesiredRatio
Initialising plugin Search
Initialising plugin TorrentNotification
Initialising plugin EventLogging
Initialising plugin TorrentCreator
Initialising plugin TorrentFiles
Initialising plugin Scheduler
Initialising plugin SpeedLimiter
Initialising plugin MoveTorrent
Applying preferences
Starting DHT...
Traceback (most recent call last):
File "/usr/bin/deluge", line 132, in <module>
start_deluge()
File "/usr/bin/deluge", line 115, in start_deluge
interface = deluge.interface.DelugeGTK(config_dir=deluge.common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/interface.py", line 164, in __init__
unique_ID = self.manager.get_torrent_unique_id(torrent)
File "/var/lib/python-support/python2.5/deluge/core.py", line 545, in get_torrent_unique_id
return self.state.torrents[torrent]
KeyError: <deluge.core.torrent_info instance at 0xa06a92c>
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: cannot start deluge

Post by johnnyg »

1.2 has just been released, I would recommend downloading and installing that: http://dev.deluge-torrent.org/wiki/Download
shinichi77

Re: cannot start deluge

Post by shinichi77 »

Upgraded to 1.2 but I got another error.

(deluge:2853): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'

(deluge:2853): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'

(deluge:2853): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'

(deluge:2853): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
/usr/lib/pymodules/python2.5/deluge/core/core.py:502: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.5/deluge/core/core.py:508: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 397, in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 190, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 181, in addCallbacks
self._runCallbacks()
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 323, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 410, in _continueFiring
callable(*args, **kwargs)
File "/usr/lib/pymodules/python2.5/deluge/ui/gtkui/gtkui.py", line 297, in _on_reactor_start
component.start()
File "/usr/lib/pymodules/python2.5/deluge/component.py", line 210, in start
_ComponentRegistry.start()
File "/usr/lib/pymodules/python2.5/deluge/component.py", line 118, in start
self.start_component(component)
File "/usr/lib/pymodules/python2.5/deluge/component.py", line 125, in start_component
self.start_component(depend)
File "/usr/lib/pymodules/python2.5/deluge/component.py", line 131, in start_component
self.components[name].start()
File "/usr/lib/pymodules/python2.5/deluge/core/torrentmanager.py", line 200, in start
deluge.core.oldstateupgrader.OldStateUpgrader()
File "/usr/lib/pymodules/python2.5/deluge/core/oldstateupgrader.py", line 76, in __init__
self.upgrade05()
File "/usr/lib/pymodules/python2.5/deluge/core/oldstateupgrader.py", line 104, in upgrade05
shutil.copyfile(torrent_path, os.path.join(get_config_dir(), "state", str(torrent_info.info_hash()) + ".torrent"))
exceptions.AttributeError: 'NoneType' object has no attribute 'info_hash'
Post Reply