You are not logged in.
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
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
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 delugeAnd 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