← Back to team overview

gwibber-bugs team mailing list archive

[Bug 799313] [NEW] gwibber crashing on startup with KeyEerror

 

Public bug reported:

when I start gwibber on the command line I get this:

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'

[1]+  Exit 1                  gwibber


my system is ubuntu 11.04 natty narwhal  

I also have gwibber services running they seem to be fine

** Affects: gwibber
     Importance: Undecided
         Status: New


** Tags: 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/799313

Title:
  gwibber crashing on startup with KeyEerror

Status in Gwibber:
  New

Bug description:
  when I start gwibber on the command line I get this:

  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'

  [1]+  Exit 1                  gwibber

  
  my system is ubuntu 11.04 natty narwhal  

  I also have gwibber services running they seem to be fine

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


Follow ups

References