← Back to team overview

gwibber-bugs team mailing list archive

[Bug 857868] Re: Program is running, won't open window

 

I just want to say that I have this same bug as well or something very
similar. Gwibber is running in the messaging menu, showing OSD
notifications on replies, but when I click any of the items under
broadcast gwibber fails to open. I've restarted computer, killed and
restarted gwibber, tried running gwibber from terminal, from main menu,
nothing works. This is my output from  gwibber -d

jay@jay-stratapro13:~$ gwibber -d
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 254, in setup_ui
    if stream["stream"]:
KeyError: 'stream'

3.0.0.1-0ubuntu3 (gwibber)

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/857868

Title:
  Program is running, won't open window

Status in Gwibber:
  New

Bug description:
  OSD shows updates, but I am unable to open up the gwibber window.
  Tried restart too. Ran gwibber --debug received the following:

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/857868/+subscriptions


References