[SOLVED][Karmic x86][1.2 rc3] "weird" thing going on...

General support for problems installing or using Deluge
Post Reply
Catastrophe

[SOLVED][Karmic x86][1.2 rc3] "weird" thing going on...

Post by Catastrophe »

its plain weird.... every button in the toolbar is grayed out, so i cant add torrents normally, but drag and drop and firefox's "open with" sort of works, sort of because it will add them as paused and no matter what i try they will never start.
when i quit the app fully and restart there wont be any torrent, at all.

already tried reinstall multiple times with no result...

this is what i get when running from terminal:

Code: Select all

/usr/lib/pymodules/python2.6/deluge/ui/gtkui/statusbar.py:108: DeprecationWarning: Use the new widget gtk.Tooltip
  self.tooltips = gtk.Tooltips()
/usr/lib/pymodules/python2.6/deluge/core/core.py:502: DeprecationWarning: Use get_session_status().
  warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:508: DeprecationWarning: Use get_session_status().
  warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/ui/gtkui/statusbar.py:229: DeprecationWarning: Use the new widget gtk.Tooltip
  self.tooltips.set_tip(item.get_eventbox(), tooltip)
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 374, in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 195, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 186, in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 387, in _continueFiring
    callable(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 291, in _on_reactor_start
    component.start()
  File "/usr/lib/pymodules/python2.6/deluge/component.py", line 193, in start
    _ComponentRegistry.start()
  File "/usr/lib/pymodules/python2.6/deluge/component.py", line 111, in start
    self.start_component(component)
  File "/usr/lib/pymodules/python2.6/deluge/component.py", line 118, in start_component
    self.start_component(depend)
  File "/usr/lib/pymodules/python2.6/deluge/component.py", line 124, in start_component
    self.components[name].start()
  File "/usr/lib/pymodules/python2.6/deluge/core/torrentmanager.py", line 203, in start
    self.load_state()
  File "/usr/lib/pymodules/python2.6/deluge/core/torrentmanager.py", line 579, in load_state
    resume_data=resume_data.get(torrent_state.torrent_id))
  File "/usr/lib/pymodules/python2.6/deluge/core/torrentmanager.py", line 366, in add
    self.legacy_delete_resume_data(state.torrent_id)
  File "/usr/lib/pymodules/python2.6/deluge/core/torrentmanager.py", line 301, in legacy_delete_resume_data
    path = os.path.join(self.config["state_location"],
  File "/usr/lib/pymodules/python2.6/deluge/config.py", line 232, in __getitem__
    return self.get_item(key)
  File "/usr/lib/pymodules/python2.6/deluge/config.py", line 250, in get_item
    return self.__config[key]
exceptions.KeyError: 'state_location'

please help!!
im stuck with azureus (or vuze...booze, however its called now) and that SUCKS :lol:
Last edited by Catastrophe on Tue Nov 10, 2009 10:47 pm, edited 1 time in total.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: [Karmic x86][1.2 rc3] "weird" thing going on...

Post by andar »

This has been fixed in svn.. For the time being you could add a 'state_location' key to your core.conf that points to ~/.config/deluge/state
Catastrophe

Re: [Karmic x86][1.2 rc3] "weird" thing going on...

Post by Catastrophe »

indeed, compiled from svn and works again, many thanks

*proceeds to uninstall azureus* :D
Post Reply