This bug steal appears when installing gwibber from ppa:gwibber-daily/ppa. Installing the correct backend (gwibber-service-*, e.g. gwibber-service-twitter) and restarting the service fixes the bug, as Māris Fogels said. I think the dependencies of gwibber or gwibber-service are not complete and must be changed.
-- You received this bug notification because you are a member of Gwibber Bug Heros, which is a direct subscriber. https://bugs.launchpad.net/bugs/670748 Title: KeyError: u'twitter' Status in Gwibber: Invalid Bug description: gwibber: Installed: 2.91.0~bzr917-0ubuntu1~daily1~maverick $ gwibber ** (gwibber:5399): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (gwibber:5399): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (gwibber:5399): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' Traceback (most recent call last): File "/usr/bin/gwibber", line 87, in <module> client.Client() File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 615, in __init__ self.w = GwibberClient() File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 71, in __init__ self.setup_ui() File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 246, in setup_ui self.stream_view.set_state(streams) File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 409, in set_state self.update() File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 396, in update self.messages.update(self.navigation.selected_stream) File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 727, in update self.messages = self.message_view.render([selected_stream], count) File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 789, in render accounts=accounts) File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 256, in render content = template.render(theme=util.get_theme_colors(), util=util, resources=resources, _=_, **kwargs) File "/usr/lib/pymodules/python2.6/mako/template.py", line 189, in render return runtime._render(self, self.callable_, args, data) File "/usr/lib/pymodules/python2.6/mako/runtime.py", line 403, in _render _render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data)) File "/usr/lib/pymodules/python2.6/mako/runtime.py", line 434, in _render_context _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) File "/usr/lib/pymodules/python2.6/mako/runtime.py", line 457, in _exec_template callable_(context, *args, **kwargs) File "memory:0xa68976c", line 170, in render_body File "/usr/lib/pymodules/python2.6/mako/runtime.py", line 278, in <lambda> return lambda *args, **kwargs:callable_(self.context, *args, **kwargs) File "base_mako", line 192, in render_messages File "memory:0xa68976c", line 127, in message File "/usr/lib/pymodules/python2.6/mako/runtime.py", line 278, in <lambda> return lambda *args, **kwargs:callable_(self.context, *args, **kwargs) File "base_mako", line 458, in render_sidebar File "/usr/lib/pymodules/python2.6/mako/runtime.py", line 278, in <lambda> return lambda *args, **kwargs:callable_(self.context, *args, **kwargs) File "base_mako", line 266, in render_image File "base_mako", line 207, in profile_url File "base_mako", line 774, in render_profile_url KeyError: u'twitter' _______________________________________________ Mailing list: https://launchpad.net/~gwibber-bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~gwibber-bugs More help : https://help.launchpad.net/ListHelp

