gwibber-accounts crashed with ImportError in <module>()

Bug #529703 reported by Oded Arbel
242
This bug affects 55 people
Affects Status Importance Assigned to Milestone
gwibber (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: gwibber

I tried to access "broadcast accounts" from the new indicator applet in Lucid after upgrading from 9.10 to Lucid Alpha 3. There was no response that I could see but later I got this crash report on apport.

ProblemType: Crash
Architecture: amd64
Date: Sun Feb 28 13:35:54 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/gwibber-accounts
InterpreterPath: /usr/bin/python2.6
Package: gwibber 2.29.90.1-0ubuntu1
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/gwibber-accounts
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
PythonArgs: ['/usr/bin/gwibber-accounts']
SourcePackage: gwibber
Title: gwibber-accounts crashed with ImportError in <module>()
Traceback:
 Traceback (most recent call last):
   File "/usr/bin/gwibber-accounts", line 58, in <module>
     from gwibber.microblog.util import log
 ImportError: No module named gwibber.microblog.util
Uname: Linux 2.6.31-11-generic x86_64
UserGroups: adm admin audio cdrom dialout dip fuse lpadmin netdev plugdev sambashare vboxusers video

Revision history for this message
Oded Arbel (oded-geek) wrote :
tags: removed: need-duplicate-check
Oded Arbel (oded-geek)
visibility: private → public
Revision history for this message
Victor Vargas (kamus) wrote :

Please can you run in a terminal gwibber --debug and attach output to your report? probably this issue is a duplicate of bug 525302, Thanks in advance!

Changed in gwibber (Ubuntu):
status: New → Incomplete
Revision history for this message
Oded Arbel (oded-geek) wrote :

It ran for about a minute, and then I had this:

---8<---
$ gwibber --debug

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

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

** (gwibber:32731): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
ERROR:dbus.proxies:Introspect error on :1.338:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/gwibber", line 36, in <module>
    cdb.getPort()
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  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.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
---8<---

I'm not sure if its the same problem as the original report because after gwibber stopped, I got a crash dialog and the detailed report says: gwibber crashed with DBusException in call_blocking()

Revision history for this message
bardic (bardic-knowledge) wrote :

I had the same initial error and ran debug as well and received a slightly different output :

 gwibber --debug

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

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

** (gwibber:30137): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
ERROR:dbus.proxies:Introspect error on :1.97:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/gwibber", line 70, in <module>
    client.Client()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 439, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 28, in __init__
    self.model = gwui.Model()
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 42, in __init__
    self.settings = util.SettingsMonitor()
  File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 95, in __init__
    DEFAULT_SETTINGS)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 64, in __init__
    self.database = CouchDatabase(dbname, create=True)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py", line 53, in __init__
    port = desktopcouch.find_port(ctx=ctx)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 57, in find_port
    return proxy.getPort()
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  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.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Revision history for this message
Victor Vargas (kamus) wrote :

Please could you run an apt-get update and apt-get upgrade for update your system, because yesterday was released a new version of desktopcouch that fixed lot of problems related to gwibber, Thanks!

Changed in gwibber (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Oded Arbel (oded-geek) wrote :

Stuff works for me now - I can post stuff using the session status applet and see my stuff using the gwibber UI

Revision history for this message
Victor Vargas (kamus) wrote :

@Oded, please can you try to reproduce this issue in latest version of gwibber 2.29.92 and check if this issue is still affecting you? Thanks!

Revision history for this message
Oded Arbel (oded-geek) wrote :

I works not for me after today's update in Lucid - I can access broadcast accounts, run gwibber and even post stuff.

Changed in gwibber (Ubuntu):
status: Incomplete → Fix Released
Revision history for this message
Mårten Woxberg (maxmc) wrote :

I got this error right now, on my first upstart since upgrading.

Shouldn't the fix be installed for me?

Revision history for this message
Gustavo Goncalves (gus-goncalves) wrote :

I have the same error, and when i run gwibber --debug I get:

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

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

** (gwibber:6757): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
** Message: couldn't connect to dbus session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Revision history for this message
Jack Leigh (leighman) wrote :

Just got this on Maverick
gwibber --debug
** (gwibber:15331): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

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

** (gwibber:15331): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
`menu_proxy_module_load': /usr/bin/python: undefined symbol: menu_proxy_module_load
/usr/lib/python2.6/dist-packages/gwibber/client.py:306: GtkWarning: Failed to load type module: (null)

  refresh = ui.get_widget('/menubar_main/menu_gwibber/refresh')
`menu_proxy_module_load': /usr/bin/python: undefined symbol: menu_proxy_module_load
`menu_proxy_module_load': /usr/bin/python: undefined symbol: menu_proxy_module_load
`menu_proxy_module_load': /usr/bin/python: undefined symbol: menu_proxy_module_load
`menu_proxy_module_load': /usr/bin/python: undefined symbol: menu_proxy_module_load

Changed in gwibber (Ubuntu):
status: Fix Released → New
Revision history for this message
Omer Akram (om26er) wrote :

leighman please report a new bug you issue is very different from this one.

Changed in gwibber (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.