← Back to team overview

gwibber-bugs team mailing list archive

[Bug 778885] [NEW] Gwibber doesn't want to start, KeyError: 'stream'

 

*** This bug is a duplicate of bug 778889 ***
    https://bugs.launchpad.net/bugs/778889

Public bug reported:

When I try to start Gwibber, it returns the following traceback:

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'

I'm running Ubuntu 11.04.

** 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/778885

Title:
  Gwibber doesn't want to start, KeyError: 'stream'

Status in Gwibber:
  New

Bug description:
  When I try to start Gwibber, it returns the following traceback:

  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'

  I'm running Ubuntu 11.04.


Follow ups

References