How much time could take to analyze this bug and comment on the plans of its handling?
-- 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 _______________________________________________ Mailing list: https://launchpad.net/~gwibber-bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~gwibber-bugs More help : https://help.launchpad.net/ListHelp

