Comment 0 for bug 1100680

Revision history for this message
Mike McClurg (mike-mcclurg) wrote :

I just installed the weather indicator and tried to set up a location. The location I've tried to set up was "Cambridge, England," but other locations didn't work either. When I set up a location, the GUI allows me to proceed through the entire wizard process. After I press the "Apply" button, nothing happens in the GUI, but I get a stack trace on the CLI:

/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
Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1892, 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'

Has some dependency changed it's API?