← Back to team overview

gwibber-bugs team mailing list archive

[Bug 773794] [NEW] Gwibber crashed on startup

 

Public bug reported:

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

** Affects: gwibber
     Importance: Undecided
         Status: New


** Tags: gwibber lucid ubuntu

** Description changed:

  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)
+   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))
+   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

-- 
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:
  New

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


Follow ups

References