← Back to team overview

gwibber-bugs team mailing list archive

[Bug 525453] Re: Gwibber doesn't open

 

This is my terminal output:


mika@mika-laptop:~$ gwibber

** (gwibber:5535): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:5535): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:5535): 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 52, in <module>
    from gwibber.microblog.util import log
ImportError: No module named gwibber.microblog.util
mika@mika-laptop:~$ sudo gwibber

** (gwibber:5794): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:5794): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:5794): 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 52, in <module>
    from gwibber.microblog.util import log
ImportError: No module named gwibber.microblog.util
mika@mika-laptop:~$ 

Running Ubuntu 10.10 Netbook Edition.

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

Title:
  Gwibber doesn't open

Status in Gwibber:
  Invalid

Bug description:
  It might be a bug, I'm not sure. I'm posting here the terminal output. If it is not a bug, don't worry and close it.
If you need more information, just let me know.

malev@malev-laptop:~/code/microdisco$ gwibber

Application is gwibber
WARNING:root:desktopcouch is not available. .  falling back to gconf

** (gwibber:4944): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'

** (gwibber:4944): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'

** (gwibber:4944): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
Traceback (most recent call last):
  File "/usr/bin/gwibber", line 57, in <module>
    client.Client()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 107, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 208, in __init__
    self.refresh()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 762, in refresh
    self.microblog.perform_scheduled_operations()
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.KeyError: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.6/dist-packages/gwibber/server.py", line 302, in perform_scheduled_operations
    self.opmanager.perform_scheduled_operations()
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/__init__.py", line 243, in perform_scheduled_operations
    self.perform_scheduled_operation(o)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/__init__.py", line 246, in perform_scheduled_operation
    if o.operation.check(o.account):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/op.py", line 17, in check
    return (self.__name__ in features(account) and \
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/__init__.py", line 51, in features
    return PROTOCOLS[account["protocol"]].PROTOCOL_INFO["features"]
KeyError: None