Comment 19 for bug 521569

Revision history for this message
Joseph Fenell (josephfennellster) wrote :

I'm facing this error as well, here's what I get when running 'gwibber-service' and gwibber from command-line respectively

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')

and

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

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

** (gwibber:6604): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Updating...
/usr/bin/gwibber:68: GtkWarning: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed
  gtk.main()

** (gwibber:6604): CRITICAL **: murrine_style_draw_box: assertion `width >= -1' failed

I've went to network.py, which is dead in the middle of 'CurlDownloader:' from looking at everyone else's problems it begins with CurlDownloader. Sorry my programming skills are sub-par or I would see what I could do.