Comment 5 for bug 1171282

Revision history for this message
Pablo Piaggio (papibe) wrote :

Same problem, here. Location: Dallas, Texas.

It occurs either if you choose Yahoo or Google as provider.

When run from the command line there are two concerning messages. This one when the program is started:

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject

And this one when the 'Apply' button is pressed:

Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1883, in on_apply
    (location_code, location_details) = self.location.export_location_details()
  File "/usr/bin/indicator-weather", line 405, in export_location_details
    return (self.location_code, self.location_details)
AttributeError: Location instance has no attribute 'location_code'

The last one looks like the reason it is not possible to set a location.

Kind Regards.