Comment 9 for bug 700667

Revision history for this message
Biafra (paulo-a-ferreira) wrote :

Hi,

I'm still with this issue. It started after upgrading to 11.04.

$ gwibber
Traceback (most recent call last):
  File "/usr/bin/gwibber", line 87, in <module>
    client.Client()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 623, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 71, in __init__
    self.setup_ui()
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 251, in setup_ui
    self.stream_view.set_state(streams)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 410, in set_state
    self.update()
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 397, in update
    self.messages.update(self.navigation.selected_stream)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 751, in update
    self.messages = self.message_view.render([selected_stream], count)
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 774, in render
    msgs = json.loads(self.model.streams.Messages(streams[0]["stream"] or "all", streams[0]["account"] or "all", time, streams[0]["transient"] or "0", streams[0].has_key("recipient") and streams[0]["recipient"] or "0", orderby, order, limit))
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

gwibber 3.0.0.1-0ubuntu3
gwibber-service 3.0.0.1-0ubuntu3

The service seams to be running:

$ ps axf|grep gwi
 8522 pts/3 S+ 0:00 | \_ grep --color=auto gwi
 8090 ? SLl 2:03 /usr/bin/python /usr/bin/gwibber-service
 8101 ? S 0:00 \_ /usr/bin/python /usr/bin/gwibber-service
 8102 ? S 0:00 \_ /usr/bin/python /usr/bin/gwibber-service

What kind of debug should I do to help ?