gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #01090
[Bug 792355] Re: gwibber don't start after the latest update
Hello,
On Oneiric, Gwibber doesn't work if we doesn't use NetworkManager. I guess my problem is linked to this bug report
This is the traceback:
$ gwibber-service
Loading plugin Facebook version 1.1
Loading plugin StatusNet version 1.1
Loading plugin Twitter version 1.0
Loading plugin Identi.ca version 1.1
Traceback (most recent call last):
File "/usr/bin/gwibber-service", line 77, in <module>
connection_monitor = dispatcher.ConnectionMonitor()
File "/usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py", line 825, in __init__
if str(self.nm.Get(NM_DBUS_INTERFACE, "Version")) >= "0.8.998":
I think I've fixed this bug in this bzr branch: https://code.launchpad.net/~matttbe/gwibber/fixes-lp-792355
I've proposed this branch for merging into the trunk: https://code.launchpad.net/~matttbe/gwibber/fixes-lp-792355/+merge/63976
I hope it will help you!
** Changed in: gwibber
Status: New => Confirmed
** Also affects: gwibber (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/792355
Title:
gwibber don't start after the latest update
Status in Gwibber:
Confirmed
Status in “gwibber” package in Ubuntu:
New
Bug description:
After I updated Gwibber from the daily-ppa to the latest version I
couldn't start Gwibber anymore
ppa: deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu lucid main
Version: 3.1.0~bzr992-0ubuntu1~daily1~lucid
bernd@peavey:~$ gwibber --debug
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
Traceback (most recent call last):
File "/usr/bin/gwibber", line 98, in <module>
client.Client()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 697, in __init__
self.w = GwibberClient()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 50, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/792355/+subscriptions
References