You are not logged in.

#1 2012-04-15 23:17:09

dtomasiewicz
Member
Registered: 2011-10-19
Posts: 18

[SOLVED] Deluge broken after downgrading to libtorrent-rasterbar-0.15

After doing a pacman -Syu this morning, I ran into the same Deluge issues that others have (e.g. being unable to add torrents via magnet links). A few people suggested to downgrade to libtorrent-rasterbar-0.15. After doing so, Deluge gives the following errors on start-up and most interface elements fail to load.

(deluge:2179): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 413, in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 301, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 290, in addCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 426, in _continueFiring
    callable(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 336, in _on_reactor_start
    self.__start_non_classic()
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 376, in __start_non_classic
    reactor.simulate()
exceptions.AttributeError: 'Gtk2Reactor' object has no attribute 'simulate'

Upgrading back to libtorrent-rasterbar-0.16 does NOT fix the errors, so I'm in a much worse place than when I started. I also tried...

- downgrading Deluge (gets rid of the dbus error but nothing actually works any better)
- downgrading gtk2-xfce-engine (no effect)

Any ideas?

Last edited by dtomasiewicz (2012-04-19 05:58:24)

Offline

#2 2012-04-16 06:59:55

sonoran
Member
From: sonoran desert
Registered: 2009-01-12
Posts: 192

Re: [SOLVED] Deluge broken after downgrading to libtorrent-rasterbar-0.15

Did you downgrade to libtorrent-rasterbar-0.15.10-1, as per the bug report comments? That fixed the magnet link, Classic Mode gui, and python errors for me. https://bugs.archlinux.org/task/29414?

I thought I had downgraded to the previous version of libtorrent-rasterbar, but my bash history showed I had tried 0.15.9, which did not help. 0.15.10-1 works with everything else current.

Offline

#3 2012-04-17 04:11:24

dtomasiewicz
Member
Registered: 2011-10-19
Posts: 18

Re: [SOLVED] Deluge broken after downgrading to libtorrent-rasterbar-0.15

Thanks for the reply.

Yeah, I'm pretty sure I downgraded to the wrong version. Upgrading back to 0.15.10 fixes the Gfvs error, however the other error remains and prevents the interface from loading correctly...

EDIT: Solved. Apparently there was no DBUS daemon running, despite it being in my DAEMONS array. I started deluge with:

dbus-launch deluge

And it worked (the second time!) after prompting me to select a DBUS server. I have no idea if it will continue to work after rebooting; if not, I suppose there's something wrong with my start-up config.

Last edited by dtomasiewicz (2012-04-19 06:01:36)

Offline

Board footer

Powered by FluxBB