Comment 6 for bug 349474

Revision history for this message
Andy Duffell (andy-duffell) wrote :

Also seeing this same crash myself, except 100% reproducible. Blank window opens then crashes after a few seconds every time. I'm not able to get Gwibber 0.8-0ubuntu5 to run at all.

Command line output:

/usr/lib/python2.6/dist-packages/gwibber/microblog/support/facelib.py:47: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
console message: @1: ReferenceError: Can't find variable: addMessages
console message: @22: ReferenceError: Can't find variable: setGtkConfig
console message: @1: ReferenceError: Can't find variable: setAccountConfig
console message: @1: ReferenceError: Can't find variable: addMessages
console message: @22: ReferenceError: Can't find variable: setGtkConfig
console message: @1: ReferenceError: Can't find variable: setAccountConfig
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 991, in process
    self.manage_indicator_items(view.message_store, tab_num=self.tabs.page_num(tab))
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 948, in manage_indicator_items
    if not self.is_gwibber_active():
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 945, in is_gwibber_active
    return self.window.xid == screen.get_active_window().get_xid()
AttributeError: 'NoneType' object has no attribute 'get_xid'