← Back to team overview

gwibber-bugs team mailing list archive

[Bug 814662] [NEW] gwibber wont start at Ubuntu Lucid

 

Public bug reported:

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..

** Affects: gwibber
     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/814662

Title:
  gwibber wont start at Ubuntu Lucid

Status in Gwibber:
  New

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


Follow ups

References