gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #01327
[Bug 808644] Re: Gwibber 3.1.0 (Fedora 14 x86_64, Python 2.7) crashes when started
The same happens in Fedora 15, with gwibber.noarch 1:3.1.0-2.fc15
package.
Could someone comment on the bug and expected solution, if ever?
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/808644
Title:
Gwibber 3.1.0 (Fedora 14 x86_64, Python 2.7) crashes when started
Status in Gwibber:
New
Bug description:
After Gwibber has been updated to version 3.1.0, the following is
displayed when it tries to start:
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
Traceback (most recent call last):
File "/usr/bin/gwibber", line 98, in <module>
client.Client()
File "/usr/lib/python2.7/site-packages/gwibber/client.py", line 699, in __init__
self.w = GwibberClient()
File "/usr/lib/python2.7/site-packages/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/usr/lib/python2.7/site-packages/gwibber/gwui.py", line 51, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
I have tried to install the 3.1.0 tarball available at LaunchPad, it
also crashes with:
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
Traceback (most recent call last):
File "/usr/bin/gwibber", line 98, in <module>
client.Client()
File "/usr/lib/python2.7/site-packages/gwibber/client.py", line 697, in __init__
self.w = GwibberClient()
File "/usr/lib/python2.7/site-packages/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/usr/lib/python2.7/site-packages/gwibber/gwui.py", line 50, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/808644/+subscriptions
References