gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00924
[Bug 773794] Re: Gwibber crashed on startup
This looks like you might have updated to 3.0.0.1 from the ppa and tried
launching the client and the service was still running from the old
version. Try restarting to make sure they are in sync. Also verify the
versions of gwibber and gwibber-service packages match.
** Changed in: gwibber
Status: New => Incomplete
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/773794
Title:
Gwibber crashed on startup
Status in Gwibber:
Incomplete
Bug description:
I launched gwibber from the Internet menu but nothing happened, so I
launched gwibber from the terminal, and this is what I got:
$ gwibber
Traceback (most recent call last):
File "/usr/bin/gwibber", line 87, in <module>
client.Client()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 623, in __init__
self.w = GwibberClient()
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 60, in __init__
if len(json.loads(self.accounts.List())) == 0:
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.UnknownMethod: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 649, in _message_cb
(candidate_method, parent_method) = _method_lookup(self, method_name, interface_name)
File "/usr/lib/pymodules/python2.6/dbus/service.py", line 244, in _method_lookup
raise UnknownMethodException('%s is not a valid method of interface %s' % (method_name, dbus_interface))
UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: List is not a valid method of interface com.Gwibber.Accounts
This is my system:
Ubuntu 10.04
gwibber_3.0.0.1-0lucid3_all from ppa:gwibber-team/ppa
References