gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #02877
[Bug 814662] Re: gwibber wont start at Ubuntu Lucid
Thank you for taking the time to report this bug and helping to make Ubuntu better,
* can you reproduce it ?
* if so than which version are you on ?
** 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/814662
Title:
gwibber wont start at Ubuntu Lucid
Status in Gwibber:
Incomplete
Bug description:
I wanted to upgrade my gwibber from 2.3.x to newest stable. I found
the new packages sources at:
https://launchpad.net/~gwibber-team/+archive/ppa
And added following to my apt-get source.list
deb http://ppa.launchpad.net/gwibber-team/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/gwibber-team/ppa/ubuntu lucid main
The installation process goes well, but when starting the program i
got following error.
# 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
Don't know why this is caused, or how to fix it..
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/814662/+subscriptions
References