Activity log for bug #1100680

Date Who What changed Old value New value Message
2013-01-17 08:57:12 Mike McClurg bug added bug
2013-01-17 09:06:02 Mike McClurg description 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? 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'
2013-01-17 09:21:25 Mike McClurg description 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' 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' Python 2.7.3 indicator-weather version: 12.07.30-0ubuntu1
2013-01-17 09:50:37 Mike McClurg attachment added Debdiff with a fix for this bug. https://bugs.launchpad.net/indicator-weather/+bug/1100680/+attachment/3485985/+files/parse-error-return-int.debdiff
2013-01-17 23:56:36 Adam Conrad marked as duplicate 821233