It can be solved by code bt adding a test on line 254 of client.py:
self.update_menu_availability()
for stream in streams:
- if stream["stream"]:
+ if "stream" in stream and stream["stream"]:
gobject.idle_add(lambda:
self.service.UpdateIndicators(stream["stream"]))
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/731630
Title:
gwibber crashed with KeyError in setup_ui(): 'stream'
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs