weather indicator displaying weather from a week ago

Asked by Andrew K

For over a week Weather-Indicator has been displaying the same weather conditions and says refreshing: please wait... it does not notify of a crash, nor does it ever actually refresh. Have tried un-installing and re-installing the indicator but it still reacts the same, and will not fetch weather for any other locations that I enter, nor does it make any difference to select yahoo instead of google. Is this an application problem or google/yahoo issue? Ubuntu 12.04 LTS 32-bit.
Update: in the log it seems that there is a error in connecting to 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467' ??? an ideas?

Question information

Language:
English Edit question
Status:
Solved
For:
Weather Indicator Edit question
Assignee:
No assignee Edit question
Solved by:
Jared Silva
Solved:
Last query:
Last reply:
Revision history for this message
Andrew K (andyk1166) said :
#1

The full log as follows:

[Fetcher] 2012-07-27 03:17:05,675 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 03:17:05,676 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 03:17:05,676 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 03:17:05,681 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 03:17:05,681 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 03:27:05,739 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 03:27:05,740 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 03:27:05,740 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 03:27:05,741 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 03:27:05,742 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 03:27:05,742 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 03:27:05,743 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 03:27:05,755 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 03:27:05,767 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 03:27:05,993 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 03:27:17,888 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 03:27:17,888 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 03:27:17,889 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 03:27:17,889 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 03:27:17,895 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 03:27:17,896 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 03:37:17,906 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 03:37:17,906 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 03:37:17,907 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 03:37:17,908 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 03:37:17,909 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 03:37:17,909 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 03:37:17,910 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 03:37:17,927 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 03:37:17,934 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 03:37:38,627 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 03:37:44,735 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 03:37:44,735 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 03:37:44,735 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 03:37:44,736 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 03:37:44,740 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 03:37:44,741 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 03:47:44,777 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 03:47:44,778 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 03:47:44,778 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 03:47:44,779 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 03:47:44,780 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 03:47:44,780 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 03:47:44,781 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 03:47:44,793 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 03:47:44,803 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 03:47:45,014 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 03:47:50,819 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 03:47:50,820 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 03:47:50,820 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 03:47:50,820 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 03:47:50,825 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 03:47:50,826 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 03:57:50,837 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 03:57:50,838 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 03:57:50,840 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 03:57:50,840 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 03:57:50,842 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 03:57:50,844 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 03:57:50,854 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 03:57:50,853 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 03:57:50,866 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 03:57:51,082 - DEBUG - Weather: current condition: '20', '('weather-fog', 'weather-fog', False, 'Foggy')'
[Fetcher] 2012-07-27 03:58:54,342 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 03:58:54,342 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 03:58:54,343 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 03:58:54,343 - DEBUG - Weather: day, show 'weather-fog' icon
[Fetcher] 2012-07-27 03:58:54,347 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 03:58:54,348 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 04:08:54,392 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:08:54,393 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 04:08:54,395 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:08:54,395 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 04:08:54,395 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 04:08:54,398 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 04:08:54,399 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 04:08:54,409 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 04:08:54,420 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 04:08:54,627 - DEBUG - Weather: current condition: '20', '('weather-fog', 'weather-fog', False, 'Foggy')'
[Fetcher] 2012-07-27 04:09:05,513 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 04:09:05,514 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 04:09:05,514 - DEBUG - Indicator: updateWeather: got condition 'Foggy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 04:09:05,515 - DEBUG - Weather: day, show 'weather-fog' icon
[Fetcher] 2012-07-27 04:09:05,526 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 04:09:05,527 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 04:19:05,583 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:19:05,584 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 04:19:05,585 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 04:19:05,586 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 04:19:05,586 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 04:19:05,586 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 04:19:05,589 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 04:19:05,600 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 04:19:05,618 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 04:19:05,823 - DEBUG - Weather: current condition: '20', '('weather-fog', 'weather-fog', False, 'Foggy')'
[Fetcher] 2012-07-27 04:19:14,043 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 04:19:14,044 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 04:19:14,044 - DEBUG - Indicator: updateWeather: got condition 'Foggy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 04:19:14,045 - DEBUG - Weather: day, show 'weather-fog' icon
[Fetcher] 2012-07-27 04:19:14,049 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 04:19:14,050 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 04:29:14,053 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:29:14,054 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 04:29:14,056 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 04:29:14,056 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 04:29:14,056 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 04:29:14,057 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 04:29:14,069 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 04:29:14,070 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 04:29:14,093 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 04:29:14,305 - DEBUG - Weather: current condition: '20', '('weather-fog', 'weather-fog', False, 'Foggy')'
[Fetcher] 2012-07-27 04:29:19,945 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 04:29:19,945 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 04:29:19,946 - DEBUG - Indicator: updateWeather: got condition 'Foggy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 04:29:19,946 - DEBUG - Weather: day, show 'weather-fog' icon
[Fetcher] 2012-07-27 04:29:19,950 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 04:29:19,951 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 04:39:19,960 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:39:19,961 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 04:39:19,962 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:39:19,963 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 04:39:19,963 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 04:39:19,966 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 04:39:19,968 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 04:39:19,977 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 04:39:19,993 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 04:39:20,211 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 04:39:59,651 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 04:39:59,651 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 04:39:59,651 - DEBUG - Indicator: updateWeather: got condition 'Foggy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 04:39:59,652 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 04:39:59,656 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 04:39:59,657 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 04:49:59,693 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 04:49:59,694 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 04:49:59,695 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 04:49:59,696 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 04:49:59,696 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 04:49:59,697 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 04:49:59,699 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 04:49:59,710 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 04:49:59,722 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 04:49:59,941 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 04:50:11,427 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 04:50:11,428 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 04:50:11,428 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 04:50:11,428 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 04:50:11,433 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 04:50:11,433 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 05:00:11,453 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:00:11,454 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 05:00:11,455 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 05:00:11,456 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 05:00:11,456 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 05:00:11,456 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 05:00:11,459 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 05:00:11,470 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 05:00:11,479 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 05:00:11,699 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 05:00:27,896 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 05:00:27,896 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 05:00:27,897 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 05:00:27,897 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 05:00:27,901 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 05:00:27,902 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 05:10:27,918 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:10:27,919 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 05:10:27,920 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 05:10:27,920 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 05:10:27,921 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 05:10:27,921 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 05:10:27,926 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 05:10:27,935 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 05:10:27,945 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 05:10:28,170 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 05:10:37,549 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 05:10:37,550 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 05:10:37,550 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 05:10:37,550 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 05:10:37,555 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 05:10:37,555 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 05:20:37,580 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:20:37,581 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 05:20:37,583 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 05:20:37,583 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 05:20:37,584 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 05:20:37,584 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 05:20:37,587 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 05:20:37,597 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 05:20:37,609 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 05:20:37,822 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 05:20:49,233 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 05:20:49,234 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 05:20:49,234 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 05:20:49,234 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 05:20:49,239 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 05:20:49,239 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 05:30:49,275 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:30:49,276 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 05:30:49,278 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:30:49,279 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 05:30:49,279 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 05:30:49,289 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 05:30:49,290 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 05:30:49,299 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 05:30:49,316 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 05:30:49,521 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 05:31:52,774 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 05:31:52,774 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 05:31:52,774 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 05:31:52,775 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 05:31:52,779 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 05:31:52,780 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 05:38:19,524 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 05:38:19,525 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 05:38:19,889 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 05:38:19,890 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 05:38:19,892 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 05:38:19,893 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 05:38:25,197 - DEBUG - Indicator: open Forecast
[MainThread] 2012-07-27 05:38:25,199 - DEBUG - ExtendedForecast: creating
[MainThread] 2012-07-27 05:38:25,297 - DEBUG - ExtendedForecast: finishing initialization
[MainThread] 2012-07-27 05:38:25,298 - DEBUG - ExtendedForecast: chosen place: Lisbon (code 2439983)
[MainThread] 2012-07-27 05:38:25,299 - DEBUG - ExtendedForecast: getting forecast data
[MainThread] 2012-07-27 05:38:25,572 - DEBUG - ExtendedForecast: parsing forecast data
[MainThread] 2012-07-27 05:38:33,782 - DEBUG - ExtendedForecast: closing window
[MainThread] 2012-07-27 05:41:52,811 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:41:52,812 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 05:41:52,813 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:41:52,814 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 05:41:52,825 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 05:41:52,826 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 05:41:52,840 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 05:41:52,841 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 05:41:52,839 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 05:41:53,097 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 05:42:05,494 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 05:42:05,495 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 05:42:05,495 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 05:42:05,495 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 05:42:05,500 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 05:42:05,501 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 05:52:05,550 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 05:52:05,551 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 05:52:05,552 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 05:52:05,553 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 05:52:05,554 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 05:52:05,554 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 05:52:05,555 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 05:52:05,568 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 05:52:05,597 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 05:52:05,839 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 05:52:12,288 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 05:52:12,289 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 05:52:12,289 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 05:52:12,290 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 05:52:12,299 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 05:52:12,300 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 06:02:12,358 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:02:12,359 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 06:02:12,360 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 06:02:12,361 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 06:02:12,362 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 06:02:12,362 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 06:02:12,362 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 06:02:12,377 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 06:02:12,390 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 06:02:12,619 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 06:02:18,381 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 06:02:18,382 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 06:02:18,382 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 06:02:18,383 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 06:02:18,387 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 06:02:18,388 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 06:12:18,390 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:12:18,390 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 06:12:18,392 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 06:12:18,393 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 06:12:18,393 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 06:12:18,393 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 06:12:18,396 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 06:12:18,407 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 06:12:18,424 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 06:12:18,647 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 06:12:54,932 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 06:12:54,933 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 06:12:54,934 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 06:12:54,934 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 06:12:54,941 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 06:12:54,942 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 06:22:54,982 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:22:54,983 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 06:22:54,984 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:22:54,984 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 06:22:54,985 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 06:22:54,988 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 06:22:54,988 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 06:22:54,998 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 06:22:55,015 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 06:22:55,216 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 06:23:04,443 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 06:23:04,443 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 06:23:04,443 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 06:23:04,444 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 06:23:04,448 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 06:23:04,449 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 06:33:04,498 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:33:04,498 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 06:33:04,499 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 06:33:04,500 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 06:33:04,501 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 06:33:04,501 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 06:33:04,502 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 06:33:04,514 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 06:33:04,522 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 06:33:04,731 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 06:33:45,173 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 06:33:45,174 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 06:33:45,174 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 06:33:45,175 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 06:33:45,179 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 06:33:45,180 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 06:43:45,186 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:43:45,187 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 06:43:45,188 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:43:45,189 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 06:43:45,189 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 06:43:45,192 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 06:43:45,192 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 06:43:45,204 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 06:43:45,218 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 06:43:45,427 - DEBUG - Weather: current condition: '20', '('weather-fog', 'weather-fog', False, 'Foggy')'
[Fetcher] 2012-07-27 06:44:48,646 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 06:44:48,646 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 06:44:48,646 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 06:44:48,647 - DEBUG - Weather: day, show 'weather-fog' icon
[Fetcher] 2012-07-27 06:44:48,651 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 06:44:48,652 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 06:54:48,682 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:54:48,683 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 06:54:48,685 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 06:54:48,685 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 06:54:48,696 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 06:54:48,697 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 06:54:48,701 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 06:54:48,701 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 06:54:48,711 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 06:55:09,641 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 06:55:11,384 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 06:55:11,384 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 06:55:11,385 - DEBUG - Indicator: updateWeather: got condition 'Foggy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 06:55:11,385 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 06:55:11,390 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 06:55:11,390 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 07:05:11,438 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:05:11,439 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 07:05:11,440 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:05:11,441 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 07:05:11,441 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 07:05:11,444 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 07:05:11,446 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 07:05:11,459 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 07:05:11,470 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 07:05:11,675 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 07:05:13,600 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 07:05:13,600 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 07:05:13,601 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 07:05:13,601 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 07:05:13,606 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 07:05:13,606 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 07:15:13,663 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:15:13,664 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 07:15:13,666 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 07:15:13,666 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 07:15:13,666 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 07:15:13,667 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 07:15:13,671 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 07:15:13,681 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 07:15:13,693 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 07:15:13,902 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 07:15:37,546 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 07:15:37,547 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 07:15:37,547 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 07:15:37,548 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 07:15:37,552 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 07:15:37,553 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 07:25:37,573 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:25:37,574 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 07:25:37,575 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 07:25:37,576 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 07:25:37,576 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 07:25:37,576 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 07:25:37,581 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 07:25:37,589 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 07:25:37,610 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 07:25:37,815 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 07:26:25,414 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 07:26:25,415 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 07:26:25,415 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 07:26:25,415 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 07:26:25,420 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 07:26:25,421 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 07:36:25,428 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:36:25,429 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 07:36:25,430 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:36:25,431 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 07:36:25,431 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 07:36:25,443 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 07:36:25,443 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 07:36:25,447 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 07:36:25,457 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 07:36:25,728 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 07:36:29,950 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 07:36:29,950 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 07:36:29,951 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 07:36:29,951 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 07:36:29,955 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 07:36:29,956 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 07:46:29,965 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:46:29,966 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 07:46:29,968 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:46:29,968 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 07:46:29,968 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 07:46:29,972 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 07:46:29,973 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 07:46:29,982 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 07:46:29,997 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 07:46:30,267 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 07:46:54,118 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 07:46:54,118 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 07:46:54,119 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 07:46:54,119 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 07:46:54,123 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 07:46:54,124 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 07:56:54,159 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 07:56:54,159 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 07:56:54,160 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 07:56:54,161 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 07:56:54,162 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 07:56:54,162 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 07:56:54,163 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 07:56:54,175 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 07:56:54,185 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 07:56:54,396 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 07:57:03,158 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 07:57:03,159 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 07:57:03,159 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 07:57:03,159 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 07:57:03,164 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 07:57:03,164 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 08:07:03,207 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:07:03,208 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 08:07:03,209 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:07:03,210 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 08:07:03,210 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 08:07:03,213 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 08:07:03,215 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 08:07:03,224 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 08:07:03,247 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 08:07:03,452 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 08:07:06,240 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 08:07:06,240 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 08:07:06,241 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 08:07:06,241 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 08:07:06,245 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 08:07:06,246 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 08:17:06,292 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:17:06,293 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 08:17:06,295 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:17:06,295 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 08:17:06,296 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 08:17:06,298 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 08:17:06,299 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 08:17:06,309 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 08:17:06,320 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 08:17:06,534 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 08:17:54,294 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 08:17:54,295 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 08:17:54,295 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 08:17:54,296 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 08:17:54,300 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 08:17:54,301 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 08:27:54,333 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:27:54,334 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 08:27:54,335 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 08:27:54,336 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 08:27:54,336 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 08:27:54,337 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 08:27:54,337 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 08:27:54,350 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 08:27:54,360 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 08:27:54,565 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 08:27:57,370 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 08:27:57,371 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 08:27:57,371 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 08:27:57,371 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 08:27:57,376 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 08:27:57,376 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 08:37:57,386 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:37:57,387 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 08:37:57,388 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 08:37:57,389 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 08:37:57,389 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 08:37:57,389 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 08:37:57,391 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 08:37:57,402 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 08:37:57,414 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 08:37:57,626 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 08:38:00,048 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 08:38:00,049 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 08:38:00,049 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 08:38:00,050 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 08:38:00,055 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 08:38:00,056 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 08:48:00,090 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:48:00,091 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 08:48:00,092 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 08:48:00,093 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 08:48:00,093 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 08:48:00,094 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 08:48:00,094 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 08:48:00,107 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 08:48:00,117 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 08:48:00,327 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 08:48:17,219 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 08:48:17,220 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 08:48:17,220 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 08:48:17,220 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 08:48:17,225 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 08:48:17,225 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 08:58:17,263 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 08:58:17,264 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 08:58:17,264 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 08:58:17,265 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 08:58:17,266 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 08:58:17,266 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 08:58:17,267 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 08:58:17,279 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 08:58:17,289 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 08:58:17,508 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 08:58:20,285 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 08:58:20,285 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 08:58:20,286 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 08:58:20,286 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 08:58:20,291 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 08:58:20,291 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 09:08:20,343 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:08:20,344 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 09:08:20,345 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:08:20,345 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 09:08:20,347 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 09:08:20,349 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 09:08:20,350 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 09:08:20,360 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 09:08:20,371 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 09:08:20,586 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-27 09:09:23,846 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 09:09:23,846 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 09:09:23,846 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 09:09:23,847 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-27 09:09:23,851 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 09:09:23,852 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 09:19:23,910 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:19:23,911 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 09:19:23,913 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 09:19:23,913 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 09:19:23,914 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 09:19:23,914 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 09:19:23,918 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 09:19:23,928 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 09:19:23,948 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 09:19:24,155 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-27 09:19:30,114 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 09:19:30,115 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 09:19:30,115 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 09:19:30,115 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-27 09:19:30,120 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 09:19:30,120 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 09:29:30,127 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:29:30,128 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 09:29:30,129 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:29:30,130 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 09:29:30,130 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 09:29:30,133 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 09:29:30,136 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 09:29:30,144 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 09:29:30,166 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 09:29:30,384 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-27 09:29:53,924 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 09:29:53,925 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 09:29:53,925 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 09:29:53,926 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-27 09:29:53,932 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 09:29:53,933 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 09:39:53,964 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:39:53,965 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 09:39:53,965 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 09:39:53,966 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 09:39:53,967 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 09:39:53,967 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 09:39:53,968 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 09:39:53,980 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 09:39:53,990 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 09:39:54,218 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-27 09:40:11,446 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 09:40:11,446 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 09:40:11,447 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 09:40:11,447 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-27 09:40:11,452 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 09:40:11,452 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 09:50:11,499 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 09:50:11,500 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 09:50:11,501 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 09:50:11,502 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 09:50:11,502 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 09:50:11,502 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 09:50:11,503 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 09:50:11,516 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 09:50:11,525 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 09:50:11,748 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-27 09:51:15,014 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 09:51:15,014 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 09:51:15,014 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 09:51:15,015 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-27 09:51:15,019 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 09:51:15,020 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 10:01:15,070 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:01:15,071 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 10:01:15,072 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:01:15,072 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 10:01:15,073 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 10:01:15,076 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 10:01:15,076 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 10:01:15,087 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 10:01:15,102 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 10:01:15,332 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-27 10:01:24,995 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 10:01:24,996 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 10:01:24,996 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 10:01:24,996 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-27 10:01:25,001 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 10:01:25,001 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 10:11:25,061 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:11:25,062 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 10:11:25,063 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:11:25,064 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 10:11:25,064 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 10:11:25,067 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 10:11:25,068 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 10:11:25,078 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 10:11:25,091 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 10:11:25,321 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 10:12:28,550 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 10:12:28,550 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 10:12:28,550 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 10:12:28,551 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 10:12:28,555 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 10:12:28,556 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 10:22:28,558 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:22:28,558 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 10:22:28,560 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:22:28,560 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 10:22:28,561 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 10:22:28,564 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 10:22:28,567 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 10:22:28,575 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 10:22:28,587 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 10:22:28,844 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 10:22:35,047 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 10:22:35,048 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 10:22:35,048 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 10:22:35,048 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 10:22:35,053 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 10:22:35,054 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 10:32:35,063 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:32:35,064 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 10:32:35,065 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 10:32:35,066 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 10:32:35,067 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 10:32:35,068 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 10:32:35,069 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 10:32:35,088 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 10:32:35,116 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 10:32:35,314 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 10:32:41,612 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 10:32:41,613 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 10:32:41,613 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 10:32:41,614 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 10:32:41,618 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 10:32:41,619 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 10:42:41,630 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:42:41,631 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 10:42:41,632 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 10:42:41,633 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 10:42:41,633 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 10:42:41,634 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 10:42:41,638 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 10:42:41,647 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 10:42:41,657 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 10:42:41,873 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 10:42:46,593 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 10:42:46,593 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 10:42:46,594 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 10:42:46,594 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 10:42:46,598 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 10:42:46,599 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 10:52:46,619 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 10:52:46,620 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 10:52:46,621 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 10:52:46,623 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 10:52:46,623 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 10:52:46,625 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 10:52:46,625 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 10:52:46,641 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 10:52:46,663 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 10:52:46,869 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 10:52:53,272 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 10:52:53,273 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 10:52:53,273 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 10:52:53,274 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 10:52:53,281 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 10:52:53,282 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:02:53,291 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:02:53,292 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:02:53,293 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:02:53,294 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:02:53,294 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:02:53,295 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:02:53,298 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:02:53,308 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:02:53,319 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:02:53,538 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 11:02:59,409 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:02:59,410 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:02:59,410 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:02:59,410 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 11:02:59,415 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:02:59,433 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:12:59,455 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:12:59,456 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 11:12:59,457 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 11:12:59,458 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 11:12:59,459 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 11:12:59,460 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:12:59,461 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:12:59,476 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:12:59,491 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:12:59,696 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 11:13:05,014 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:13:05,014 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:13:05,015 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:13:05,015 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 11:13:05,019 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:13:05,020 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:23:05,021 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:23:05,023 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:23:05,025 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:23:05,026 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 11:23:05,044 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 11:23:05,046 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:23:05,047 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:23:05,047 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:23:05,068 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:23:05,294 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 11:23:16,623 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:23:16,623 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:23:16,624 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:23:16,624 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 11:23:16,629 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:23:16,629 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:32:01,821 - INFO - ------------------------------
[MainThread] 2012-07-27 11:32:01,886 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 11:32:01,887 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 11:32:01,887 - DEBUG - SingleInstance: writing new pid 1645
[MainThread] 2012-07-27 11:32:01,901 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 11:32:01,902 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 11:32:01,905 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 11:32:01,907 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 11:32:01,908 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 11:32:02,002 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 11:32:02,003 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 11:32:02,003 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 11:32:02,004 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 11:32:02,005 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 11:32:02,014 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 11:32:02,015 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 11:32:02,016 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 11:32:02,017 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 11:32:02,018 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 11:32:02,035 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 11:32:02,035 - DEBUG - Preferences: got settings: rate=10, unit=I, notif=N, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-27 11:32:02,037 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 11:32:02,123 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 11:32:02,124 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:32:02,142 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:32:02,155 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:32:02,155 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 11:32:02,178 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 11:32:02,187 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:32:02,188 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:32:02,188 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:32:02,228 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:32:02,549 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 11:32:14,146 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:32:14,146 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:32:14,147 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:32:14,147 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 11:32:14,174 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:32:14,205 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:33:48,758 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:33:48,760 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:33:48,762 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:33:48,763 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:33:48,764 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:33:48,769 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:33:48,772 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:33:48,782 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:33:48,796 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:33:49,013 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 11:34:01,416 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:34:01,416 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:34:01,417 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:34:01,417 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 11:34:01,422 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:34:01,422 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:34:14,937 - DEBUG - Indicator: open Forecast
[MainThread] 2012-07-27 11:34:14,938 - DEBUG - ExtendedForecast: creating
[MainThread] 2012-07-27 11:34:14,995 - DEBUG - ExtendedForecast: finishing initialization
[MainThread] 2012-07-27 11:34:14,995 - DEBUG - ExtendedForecast: chosen place: Lisbon (code 2439983)
[MainThread] 2012-07-27 11:34:14,997 - DEBUG - ExtendedForecast: getting forecast data
[MainThread] 2012-07-27 11:34:15,274 - DEBUG - ExtendedForecast: parsing forecast data
[MainThread] 2012-07-27 11:34:17,444 - DEBUG - ExtendedForecast: closing window
[MainThread] 2012-07-27 11:34:23,234 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-27 11:34:23,253 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 11:34:29,704 - INFO - ------------------------------
[MainThread] 2012-07-27 11:34:29,705 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 11:34:29,705 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 11:34:29,705 - DEBUG - SingleInstance: writing new pid 2551
[MainThread] 2012-07-27 11:34:29,724 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 11:34:29,724 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 11:34:29,727 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 11:34:29,728 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 11:34:29,729 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 11:34:29,742 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 11:34:29,743 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 11:34:29,743 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 11:34:29,744 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 11:34:29,744 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 11:34:29,745 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 11:34:29,745 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 11:34:29,746 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 11:34:29,746 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 11:34:29,747 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 11:34:29,748 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 11:34:29,749 - DEBUG - Preferences: got settings: rate=10, unit=I, notif=N, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-27 11:34:29,750 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 11:34:29,767 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 11:34:29,767 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:34:29,768 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:34:29,770 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 11:34:29,770 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:34:29,771 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:34:29,772 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:34:29,770 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 11:34:29,838 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:34:29,846 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:34:30,053 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 11:35:23,770 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 11:35:23,771 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 11:35:23,875 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 11:35:23,876 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 11:35:23,877 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 11:35:23,878 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 11:35:26,894 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 11:35:26,895 - DEBUG - Settings: setting 'data_source'='G'
[MainThread] 2012-07-27 11:35:26,896 - DEBUG - Preferences: Weather Source changed to 'G'
[MainThread] 2012-07-27 11:35:26,896 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:35:26,898 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:35:26,900 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:35:26,901 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 11:35:26,916 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 11:35:26,919 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:35:26,919 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:35:26,930 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 11:35:26,940 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:35:27,459 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[MainThread] 2012-07-27 11:35:30,779 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:35:30,781 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:35:30,783 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 11:35:30,784 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 11:35:30,784 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:35:30,785 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:35:30,788 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 11:35:30,799 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:35:30,814 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:35:31,292 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[Fetcher] 2012-07-27 11:35:36,556 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:35:36,556 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:35:36,557 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:35:36,557 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-27 11:35:36,560 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:35:36,563 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:35:37,491 - DEBUG - Indicator: Quitting
[Fetcher] 2012-07-27 11:35:41,345 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:35:41,347 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:35:41,347 - DEBUG - Indicator: updateWeather: got condition 'Mostly Cloudy', icon 'weather-overcast'
[Fetcher] 2012-07-27 11:35:41,348 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-27 11:35:41,351 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:35:41,352 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-27 11:35:48,785 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:35:48,786 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:35:48,786 - DEBUG - Indicator: updateWeather: got condition 'Mostly Cloudy', icon 'weather-overcast'
[Fetcher] 2012-07-27 11:35:48,787 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-27 11:35:48,792 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:35:48,793 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Dummy-2] 2012-07-27 11:35:48,813 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 11:35:51,356 - INFO - ------------------------------
[MainThread] 2012-07-27 11:35:51,357 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 11:35:51,357 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 11:35:51,358 - DEBUG - SingleInstance: writing new pid 2571
[MainThread] 2012-07-27 11:35:51,378 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 11:35:51,379 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 11:35:51,380 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 11:35:51,381 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 11:35:51,382 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 11:35:51,395 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 11:35:51,396 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 11:35:51,396 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 11:35:51,396 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 11:35:51,397 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 11:35:51,398 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 11:35:51,398 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 11:35:51,399 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 11:35:51,399 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 11:35:51,400 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 11:35:51,400 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 11:35:51,401 - DEBUG - Preferences: got settings: rate=10, unit=I, notif=N, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-27 11:35:51,401 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 11:35:51,418 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 11:35:51,418 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:35:51,419 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 11:35:51,420 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 11:35:51,421 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 11:35:51,422 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:35:51,423 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 11:35:51,422 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 11:35:51,442 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:35:51,450 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:35:51,935 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[Fetcher] 2012-07-27 11:36:01,301 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:36:01,302 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:36:01,303 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:36:01,303 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-27 11:36:01,309 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:36:01,314 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:42:34,774 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:42:34,776 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:42:34,777 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 11:42:34,778 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 11:42:34,779 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:42:34,780 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:42:34,793 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 11:42:34,812 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:42:34,842 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:42:35,314 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[Fetcher] 2012-07-27 11:42:44,786 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:42:44,787 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:42:44,788 - DEBUG - Indicator: updateWeather: got condition 'Mostly Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:42:44,788 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-27 11:42:44,793 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:42:44,794 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:42:56,791 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 11:42:56,792 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 11:42:56,905 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 11:42:56,906 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=G
[MainThread] 2012-07-27 11:42:56,907 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 11:42:56,907 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 11:43:08,598 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 11:43:08,599 - DEBUG - Settings: setting 'data_source'='Y'
[MainThread] 2012-07-27 11:43:08,600 - DEBUG - Preferences: Weather Source changed to 'Y'
[MainThread] 2012-07-27 11:43:08,600 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:43:08,601 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:43:08,603 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:43:08,603 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:43:08,604 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 11:43:08,626 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 11:43:08,626 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:43:08,630 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:43:08,647 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:43:08,898 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 11:43:25,065 - DEBUG - Indicator: open Forecast
[MainThread] 2012-07-27 11:43:25,066 - DEBUG - ExtendedForecast: creating
[MainThread] 2012-07-27 11:43:25,081 - DEBUG - ExtendedForecast: finishing initialization
[MainThread] 2012-07-27 11:43:25,082 - DEBUG - ExtendedForecast: chosen place: Lisbon (code 2439983)
[MainThread] 2012-07-27 11:43:25,083 - DEBUG - ExtendedForecast: getting forecast data
[MainThread] 2012-07-27 11:43:25,350 - DEBUG - ExtendedForecast: parsing forecast data
[MainThread] 2012-07-27 11:43:28,466 - DEBUG - ExtendedForecast: closing window
[Fetcher] 2012-07-27 11:44:12,227 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:44:12,227 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:44:12,228 - DEBUG - Indicator: updateWeather: got condition 'Mostly Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:44:12,228 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 11:44:12,234 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:44:12,236 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 11:54:12,285 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:54:12,286 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 11:54:12,289 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 11:54:12,289 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 11:54:12,287 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 11:54:12,291 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 11:54:12,294 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 11:54:12,304 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 11:54:12,320 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 11:54:12,537 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 11:54:21,386 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 11:54:21,387 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 11:54:21,388 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 11:54:21,388 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 11:54:21,397 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 11:54:21,400 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:04:21,501 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:04:21,503 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 12:04:21,504 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 12:04:21,505 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 12:04:21,505 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:04:21,506 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 12:04:21,522 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:04:21,521 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 12:04:21,536 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:04:21,755 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 12:04:30,482 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:04:30,482 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:04:30,482 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:04:30,483 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 12:04:30,487 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:04:30,488 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:14:30,589 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:14:30,589 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 12:14:30,591 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 12:14:30,591 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 12:14:30,592 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:14:30,592 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 12:14:30,604 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 12:14:30,605 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:14:30,616 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:14:30,834 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 12:14:37,045 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:14:37,046 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:14:37,046 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:14:37,046 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 12:14:37,051 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:14:37,051 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:24:37,149 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:24:37,150 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 12:24:37,151 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 12:24:37,152 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 12:24:37,152 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:24:37,153 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 12:24:37,156 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:24:37,166 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 12:24:37,176 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:24:37,384 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 12:24:42,817 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:24:42,818 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:24:42,818 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:24:42,818 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 12:24:42,823 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:24:42,823 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:26:22,447 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:26:22,448 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 12:26:22,450 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:26:22,450 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:26:22,449 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 12:26:22,452 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 12:26:22,455 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:26:22,464 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 12:26:22,494 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:26:22,691 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 12:26:29,080 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:26:29,080 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:26:29,081 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:26:29,081 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 12:26:29,086 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:26:29,087 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:36:29,184 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:36:29,185 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 12:36:29,186 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 12:36:29,187 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 12:36:29,188 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 12:36:29,188 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:36:29,189 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:36:29,201 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 12:36:29,212 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:36:29,426 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 12:36:42,045 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:36:42,046 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:36:42,046 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:36:42,047 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 12:36:42,051 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:36:42,052 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:46:42,153 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:46:42,153 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 12:46:42,155 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:46:42,155 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:46:42,156 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 12:46:42,158 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 12:46:42,160 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:46:42,169 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 12:46:42,180 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:46:42,386 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 12:46:50,836 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:46:50,837 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:46:50,837 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:46:50,837 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 12:46:50,842 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:46:50,842 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 12:56:50,943 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 12:56:50,944 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 12:56:50,945 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 12:56:50,946 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 12:56:50,946 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 12:56:50,946 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 12:56:50,950 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 12:56:50,960 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 12:56:50,973 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 12:56:51,179 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 12:57:14,811 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 12:57:14,812 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 12:57:14,812 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 12:57:14,812 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 12:57:14,817 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 12:57:14,817 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 13:07:14,918 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:07:14,919 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 13:07:14,920 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 13:07:14,921 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 13:07:14,921 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 13:07:14,921 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 13:07:14,924 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 13:07:14,934 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 13:07:14,944 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 13:07:15,152 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 13:07:24,510 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 13:07:24,511 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 13:07:24,511 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 13:07:24,511 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 13:07:24,516 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 13:07:24,516 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 13:17:24,615 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:17:24,616 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 13:17:24,617 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 13:17:24,619 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 13:17:24,620 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 13:17:24,618 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:17:24,622 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 13:17:24,634 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 13:17:24,648 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 13:17:24,858 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 13:17:35,825 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 13:17:35,825 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 13:17:35,826 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 13:17:35,826 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 13:17:35,830 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 13:17:35,831 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 13:27:35,859 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:27:35,860 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 13:27:35,862 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 13:27:35,863 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 13:27:35,863 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 13:27:35,864 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 13:27:35,866 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 13:27:35,880 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 13:27:35,893 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 13:27:36,092 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 13:27:56,816 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 13:27:56,816 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 13:27:56,817 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 13:27:56,817 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 13:27:56,821 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 13:27:56,822 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 13:37:56,828 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:37:56,828 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 13:37:56,830 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 13:37:56,830 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 13:37:56,831 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 13:37:56,831 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 13:37:56,834 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 13:37:56,844 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 13:37:56,856 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 13:37:57,060 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 13:38:02,220 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 13:38:02,220 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 13:38:02,221 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 13:38:02,222 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 13:38:02,226 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 13:38:02,227 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 13:48:02,327 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:48:02,328 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 13:48:02,329 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 13:48:02,330 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 13:48:02,331 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 13:48:02,331 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 13:48:02,332 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 13:48:02,348 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 13:48:02,365 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 13:48:42,372 - ERROR - Indicator: networking error: <urlopen error [Errno -2] Name or service not known>
[Fetcher] 2012-07-27 13:48:42,373 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 13:48:42,374 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[MainThread] 2012-07-27 13:49:42,435 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:49:42,436 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 13:49:42,439 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 13:49:42,439 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 13:49:42,437 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 13:49:42,443 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 13:49:42,445 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 13:49:42,454 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 13:49:42,466 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 13:49:42,682 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 13:50:45,891 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 13:50:45,891 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 13:50:45,892 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 13:50:45,892 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 13:50:45,896 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 13:50:45,897 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:00:45,998 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:00:45,998 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:00:46,000 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:00:46,001 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:00:46,001 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 14:00:46,004 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:00:46,004 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:00:46,014 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:00:46,027 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:00:46,244 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 14:00:57,664 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:00:57,664 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:00:57,664 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:00:57,665 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:00:57,669 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:00:57,670 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:10:57,751 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:10:57,752 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 14:10:57,752 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:10:57,753 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:10:57,754 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:10:57,754 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:10:57,755 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:10:57,767 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:10:57,778 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:10:58,004 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 14:12:01,283 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:12:01,283 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:12:01,284 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:12:01,284 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:12:01,289 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:12:01,289 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:13:48,332 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:13:48,333 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:13:48,334 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:13:48,335 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:13:48,334 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 14:13:48,337 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:13:48,338 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:13:48,359 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:13:48,370 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:13:48,690 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 14:13:51,967 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:13:51,968 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:13:51,970 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:13:51,970 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:13:51,971 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:13:51,971 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:13:51,975 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:13:51,984 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:13:51,996 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:13:52,213 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 14:13:55,453 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:13:55,454 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:13:55,456 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:13:55,456 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:13:55,457 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:13:55,458 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:13:55,461 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:13:55,493 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:13:55,528 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:13:55,701 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 14:14:01,869 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:14:01,870 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 14:14:01,872 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 14:14:01,873 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:14:01,877 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 14:14:02,357 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:14:02,357 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:14:02,357 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:14:02,358 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:14:02,362 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:14:02,363 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:14:04,619 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:14:04,620 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:14:04,647 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:14:04,647 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:14:04,648 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:14:04,649 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 14:14:08,329 - DEBUG - Preferences: Removing location Lisbon (code 2439983)
[MainThread] 2012-07-27 14:14:10,204 - DEBUG - Preferences: Add location clicked
[MainThread] 2012-07-27 14:14:10,204 - DEBUG - Assistant: creating new Assistance instance
[MainThread] 2012-07-27 14:14:10,233 - DEBUG - Assistant: finishing initialization
[MainThread] 2012-07-27 14:14:10,233 - DEBUG - Assistant: setting up location combobox
[MainThread] 2012-07-27 14:14:10,270 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:14:10,270 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:10,270 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:14,352 - DEBUG - Assistant: looking for location '13658'
[MainThread] 2012-07-27 14:14:16,917 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:14:16,917 - DEBUG - Assistant: Page 0: got location with code 5124527
[MainThread] 2012-07-27 14:14:16,918 - DEBUG - Location: Get GeoNames location details, url http://api.geonames.org/getJSON?geonameId=5124527&username=indicatorweather
[MainThread] 2012-07-27 14:14:17,765 - DEBUG - Location: Get Yahoo WOEID, url http://where.yahooapis.com/geocode?flags=J&location=Lisbon%2C+New+York%2C+United+States&appid=mOawLd4s
[MainThread] 2012-07-27 14:14:18,070 - DEBUG - Location: woeid is 2439983
[MainThread] 2012-07-27 14:14:18,070 - DEBUG - Location: Get Yahoo RSS ID, url http://weather.yahooapis.com/forecastrss?w=2439983
[MainThread] 2012-07-27 14:14:18,486 - DEBUG - Location: yahoo id is USNY0813
[MainThread] 2012-07-27 14:14:18,487 - DEBUG - Assistant: Page 0: City Lisbon, New York, United States found
[MainThread] 2012-07-27 14:14:18,487 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:18,488 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:19,562 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:14:19,563 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:19,563 - DEBUG - Assistant: Page 1: City label is Lisbon
[MainThread] 2012-07-27 14:14:20,320 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:20,321 - DEBUG - Assistant: Page 1: City label is Lisbon
[MainThread] 2012-07-27 14:14:21,008 - DEBUG - Assistant: Apply: adding location ('Lisbon', '2439983')
[MainThread] 2012-07-27 14:14:21,009 - DEBUG - Settings: setting '2439983'='{'google id': ',,,44727284,-75321047', 'noaa id': 'woot', 'longitude': '-75.3210467', 'yahoo id': u'USNY0813', 'latitude': '44.727284', 'label': 'Lisbon', 'full name': 'Lisbon, New York, United States'}'
[MainThread] 2012-07-27 14:14:21,011 - DEBUG - Assistant: moved to page -1
[MainThread] 2012-07-27 14:14:21,011 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:14:21,012 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:21,012 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:14:23,672 - DEBUG - Preferences: Saving settings
[Fetcher] 2012-07-27 14:14:28,630 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:14:28,630 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:14:28,630 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-few-clouds'
[Fetcher] 2012-07-27 14:14:28,631 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:14:28,635 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:14:28,636 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:14:42,123 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:14:42,124 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:14:42,169 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:14:42,169 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:14:42,170 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:14:42,171 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 14:14:46,498 - DEBUG - Preferences: Removing location Lisbon (code 2439983)
[MainThread] 2012-07-27 14:14:47,764 - DEBUG - Preferences: Cancelling
[MainThread] 2012-07-27 14:14:51,626 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:14:51,627 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:14:51,676 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:14:51,677 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:14:51,679 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:14:51,680 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 14:14:55,194 - DEBUG - Preferences: Removing location Lisbon (code 2439983)
[MainThread] 2012-07-27 14:15:03,834 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:15:03,834 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:15:03,862 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:15:03,863 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:15:03,864 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:15:03,864 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 14:15:08,982 - DEBUG - Preferences: Removing location Lisbon (code 2439983)
[MainThread] 2012-07-27 14:15:09,396 - DEBUG - Preferences: Add location clicked
[MainThread] 2012-07-27 14:15:09,397 - DEBUG - Assistant: creating new Assistance instance
[MainThread] 2012-07-27 14:15:09,410 - DEBUG - Assistant: finishing initialization
[MainThread] 2012-07-27 14:15:09,411 - DEBUG - Assistant: setting up location combobox
[MainThread] 2012-07-27 14:15:09,433 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:15:09,433 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:09,434 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:10,684 - DEBUG - Assistant: Cancelled
[MainThread] 2012-07-27 14:15:16,619 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-27 14:15:16,642 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 14:15:25,751 - INFO - ------------------------------
[MainThread] 2012-07-27 14:15:25,751 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 14:15:25,752 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 14:15:25,752 - DEBUG - SingleInstance: writing new pid 3720
[MainThread] 2012-07-27 14:15:25,773 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 14:15:25,773 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 14:15:25,775 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 14:15:25,776 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 14:15:25,777 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 14:15:25,789 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 14:15:25,790 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 14:15:25,790 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 14:15:25,791 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 14:15:25,792 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 14:15:25,792 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 14:15:25,793 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 14:15:25,793 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 14:15:25,794 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 14:15:25,794 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 14:15:25,795 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 14:15:25,795 - DEBUG - Preferences: got settings: rate=10, unit=I, notif=N, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-27 14:15:25,796 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 14:15:25,813 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 14:15:25,813 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:15:25,814 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:15:25,815 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:15:25,816 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:15:25,816 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:15:25,817 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:15:25,820 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:15:25,856 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:15:25,865 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:15:26,091 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 14:15:30,421 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:15:30,422 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:15:30,505 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:15:30,506 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:15:30,507 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:15:30,508 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[Fetcher] 2012-07-27 14:15:31,233 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:15:31,234 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:15:31,234 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:15:31,234 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:15:31,240 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:15:31,243 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:15:33,404 - DEBUG - Preferences: Add location clicked
[MainThread] 2012-07-27 14:15:33,405 - DEBUG - Assistant: creating new Assistance instance
[MainThread] 2012-07-27 14:15:33,420 - DEBUG - Assistant: finishing initialization
[MainThread] 2012-07-27 14:15:33,420 - DEBUG - Assistant: setting up location combobox
[MainThread] 2012-07-27 14:15:33,457 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:15:33,458 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:33,458 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:38,996 - DEBUG - Assistant: looking for location 'Watertown'
[MainThread] 2012-07-27 14:15:40,998 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:15:40,998 - DEBUG - Assistant: Page 0: got location with code 5143396
[MainThread] 2012-07-27 14:15:40,999 - DEBUG - Location: Get GeoNames location details, url http://api.geonames.org/getJSON?geonameId=5143396&username=indicatorweather
[MainThread] 2012-07-27 14:15:41,515 - DEBUG - Location: Get Yahoo WOEID, url http://where.yahooapis.com/geocode?flags=J&location=Watertown%2C+New+York%2C+United+States&appid=mOawLd4s
[MainThread] 2012-07-27 14:15:41,792 - DEBUG - Location: woeid is 2515213
[MainThread] 2012-07-27 14:15:41,792 - DEBUG - Location: Get Yahoo RSS ID, url http://weather.yahooapis.com/forecastrss?w=2515213
[MainThread] 2012-07-27 14:15:42,028 - DEBUG - Location: yahoo id is USNY1525
[MainThread] 2012-07-27 14:15:42,029 - DEBUG - Assistant: Page 0: City Watertown, New York, United States found
[MainThread] 2012-07-27 14:15:42,029 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:42,030 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:43,004 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:15:43,005 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:43,005 - DEBUG - Assistant: Page 1: City label is Watertown
[MainThread] 2012-07-27 14:15:44,308 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:44,309 - DEBUG - Assistant: Page 1: City label is Watertown
[MainThread] 2012-07-27 14:15:45,324 - DEBUG - Assistant: Apply: adding location ('Watertown', '2515213')
[MainThread] 2012-07-27 14:15:45,325 - DEBUG - Settings: setting '2515213'='{'google id': ',,,43974784,-75910757', 'noaa id': 'woot', 'longitude': '-75.9107565', 'yahoo id': u'USNY1525', 'latitude': '43.9747838', 'label': 'Watertown', 'full name': 'Watertown, New York, United States'}'
[MainThread] 2012-07-27 14:15:45,327 - DEBUG - Assistant: moved to page -1
[MainThread] 2012-07-27 14:15:45,327 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:15:45,328 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:45,328 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:15:52,684 - DEBUG - Preferences: Removing location Lisbon (code 2439983)
[MainThread] 2012-07-27 14:15:54,394 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 14:15:54,395 - DEBUG - Preferences: Places changed to '[['2515213', 'Watertown']]'
[MainThread] 2012-07-27 14:15:54,395 - DEBUG - Settings: setting 'places'='[['2515213', 'Watertown']]'
[MainThread] 2012-07-27 14:15:54,396 - DEBUG - Preferences: Place Chosen changed to '0'
[MainThread] 2012-07-27 14:15:54,396 - DEBUG - Settings: setting 'placechosen'='0'
[MainThread] 2012-07-27 14:15:54,402 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 14:15:54,413 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 14:15:54,417 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:15:54,418 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:15:54,420 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:15:54,430 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:15:54,431 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:15:54,431 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:15:54,679 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[MainThread] 2012-07-27 14:15:57,498 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:15:57,499 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:15:57,500 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:15:57,501 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:15:57,502 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:15:57,502 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:15:57,737 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 14:16:06,148 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:16:06,149 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 14:16:06,149 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 14:16:06,150 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:16:06,151 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 14:16:06,180 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:16:06,181 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:16:06,181 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-few-clouds'
[Fetcher] 2012-07-27 14:16:06,182 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:16:06,188 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:16:06,189 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:16:07,077 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:16:07,078 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:16:07,079 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:16:07,080 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:16:07,081 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:16:07,081 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:16:07,536 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[MainThread] 2012-07-27 14:16:09,434 - DEBUG - Indicator: open Forecast
[MainThread] 2012-07-27 14:16:09,435 - DEBUG - ExtendedForecast: creating
[MainThread] 2012-07-27 14:16:09,454 - DEBUG - ExtendedForecast: finishing initialization
[MainThread] 2012-07-27 14:16:09,455 - DEBUG - ExtendedForecast: chosen place: Watertown (code 2515213)
[MainThread] 2012-07-27 14:16:09,456 - DEBUG - ExtendedForecast: getting forecast data
[MainThread] 2012-07-27 14:16:09,718 - DEBUG - ExtendedForecast: parsing forecast data
[MainThread] 2012-07-27 14:16:13,620 - DEBUG - ExtendedForecast: closing window
[MainThread] 2012-07-27 14:16:22,968 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:16:22,969 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:16:22,971 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:16:22,971 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:16:22,972 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:16:22,972 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:16:23,209 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 14:16:24,549 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:16:24,550 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 14:16:24,550 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 14:16:24,551 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:16:24,552 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 14:16:29,655 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:16:29,656 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:16:29,656 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds'
[Fetcher] 2012-07-27 14:16:29,656 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:16:29,661 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:16:29,661 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:16:48,017 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:16:48,018 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:16:48,055 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:16:48,055 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:16:48,056 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:16:48,057 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-27 14:16:51,548 - DEBUG - Preferences: Add location clicked
[MainThread] 2012-07-27 14:16:51,549 - DEBUG - Assistant: creating new Assistance instance
[MainThread] 2012-07-27 14:16:51,562 - DEBUG - Assistant: finishing initialization
[MainThread] 2012-07-27 14:16:51,563 - DEBUG - Assistant: setting up location combobox
[MainThread] 2012-07-27 14:16:51,585 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:16:51,586 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:16:51,586 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:16:59,938 - DEBUG - Assistant: looking for location '13658'
[MainThread] 2012-07-27 14:17:01,464 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:17:01,465 - DEBUG - Assistant: Page 0: got location with code 5124527
[MainThread] 2012-07-27 14:17:01,465 - DEBUG - Location: Get GeoNames location details, url http://api.geonames.org/getJSON?geonameId=5124527&username=indicatorweather
[MainThread] 2012-07-27 14:17:02,132 - DEBUG - Location: Get Yahoo WOEID, url http://where.yahooapis.com/geocode?flags=J&location=Lisbon%2C+New+York%2C+United+States&appid=mOawLd4s
[MainThread] 2012-07-27 14:17:02,429 - DEBUG - Location: woeid is 2439983
[MainThread] 2012-07-27 14:17:02,430 - DEBUG - Location: Get Yahoo RSS ID, url http://weather.yahooapis.com/forecastrss?w=2439983
[MainThread] 2012-07-27 14:17:02,673 - DEBUG - Location: yahoo id is USNY0813
[MainThread] 2012-07-27 14:17:02,673 - DEBUG - Assistant: Page 0: City Lisbon, New York, United States found
[MainThread] 2012-07-27 14:17:02,674 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:17:02,674 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:17:03,134 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:17:03,135 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:17:03,135 - DEBUG - Assistant: Page 1: City label is Lisbon
[MainThread] 2012-07-27 14:17:03,906 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:17:03,906 - DEBUG - Assistant: Page 1: City label is Lisbon
[MainThread] 2012-07-27 14:17:04,540 - DEBUG - Assistant: Apply: adding location ('Lisbon', '2439983')
[MainThread] 2012-07-27 14:17:04,541 - DEBUG - Settings: setting '2439983'='{'google id': ',,,44727284,-75321047', 'noaa id': 'woot', 'longitude': '-75.3210467', 'yahoo id': u'USNY0813', 'latitude': '44.727284', 'label': 'Lisbon', 'full name': 'Lisbon, New York, United States'}'
[MainThread] 2012-07-27 14:17:04,544 - DEBUG - Assistant: moved to page -1
[MainThread] 2012-07-27 14:17:04,544 - DEBUG - Assistant: moved to page 0
[MainThread] 2012-07-27 14:17:04,545 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:17:04,545 - DEBUG - Assistant: moved to page 1
[MainThread] 2012-07-27 14:17:05,844 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 14:17:05,845 - DEBUG - Preferences: Places changed to '[['2515213', 'Watertown'], ['2439983', 'Lisbon']]'
[MainThread] 2012-07-27 14:17:05,845 - DEBUG - Settings: setting 'places'='[['2515213', 'Watertown'], ['2439983', 'Lisbon']]'
[MainThread] 2012-07-27 14:17:05,846 - DEBUG - Preferences: Place Chosen changed to '0'
[MainThread] 2012-07-27 14:17:05,846 - DEBUG - Settings: setting 'placechosen'='0'
[MainThread] 2012-07-27 14:17:05,850 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 14:17:05,851 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 14:17:05,853 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 14:17:05,863 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 14:17:05,867 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:17:05,868 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:17:05,869 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:17:05,879 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:17:05,881 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:17:05,881 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:17:06,127 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[MainThread] 2012-07-27 14:17:09,149 - DEBUG - Indicator: new location selected: 1
[MainThread] 2012-07-27 14:17:09,151 - DEBUG - Settings: setting 'placechosen'='1'
[MainThread] 2012-07-27 14:17:09,152 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:17:09,154 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:17:09,155 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:17:09,156 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 14:17:09,158 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 14:17:09,159 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 14:17:09,162 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 14:17:09,162 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:17:09,175 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:17:09,174 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:17:09,189 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:17:09,415 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 14:17:12,351 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:17:12,353 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 14:17:12,355 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:17:12,357 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:17:12,357 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:17:12,358 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:17:12,359 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:17:12,361 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 14:17:12,364 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 14:17:12,377 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:17:12,401 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:17:12,600 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 14:17:17,746 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:17:17,746 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 14:17:17,747 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 14:17:17,747 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:17:17,748 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 14:17:21,140 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:17:21,140 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 14:17:21,141 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 14:17:21,141 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:17:21,142 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 14:17:30,050 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:17:30,050 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:17:30,051 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:17:30,051 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:17:30,055 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:17:30,056 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:22:47,346 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:22:47,347 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:22:47,349 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:22:47,350 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:22:47,351 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 14:22:47,351 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:22:47,353 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 14:22:47,353 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:22:47,354 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 14:22:47,367 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:22:47,387 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:22:47,602 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[Fetcher] 2012-07-27 14:22:54,063 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:22:54,063 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:22:54,064 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:22:54,064 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:22:54,068 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:22:54,069 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:24:21,765 - DEBUG - Indicator: new location selected: 0
[MainThread] 2012-07-27 14:24:21,766 - DEBUG - Settings: setting 'placechosen'='0'
[MainThread] 2012-07-27 14:24:21,767 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:24:21,768 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:24:21,770 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:24:21,771 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:24:21,772 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:24:21,772 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:24:22,007 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[MainThread] 2012-07-27 14:24:26,876 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:24:26,877 - DEBUG - Settings: getting cached weather for 2515213
[Fetcher] 2012-07-27 14:24:26,878 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Cache] 2012-07-27 14:24:26,879 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:24:26,879 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:24:26,880 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:24:27,120 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[MainThread] 2012-07-27 14:24:32,439 - DEBUG - Indicator: Quitting
[MainThread] 2012-07-27 14:25:19,584 - INFO - ------------------------------
[MainThread] 2012-07-27 14:25:19,585 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 14:25:19,585 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 14:25:19,586 - DEBUG - SingleInstance: pid file /tmp/indicator-weather-1000.pid exists
[MainThread] 2012-07-27 14:25:19,594 - DEBUG - SingleInstance: pid running
[MainThread] 2012-07-27 14:25:19,595 - DEBUG - SingleInstance: writing new pid 3901
[MainThread] 2012-07-27 14:25:19,617 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 14:25:19,617 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 14:25:19,619 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 14:25:19,620 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 14:25:19,621 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 14:25:19,634 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 14:25:19,635 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 14:25:19,635 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 14:25:19,636 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 14:25:19,637 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 14:25:19,637 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 14:25:19,638 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 14:25:19,639 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 14:25:19,639 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 14:25:19,640 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 14:25:19,640 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 14:25:19,641 - DEBUG - Preferences: got settings: rate=10, unit=I, notif=N, wind=mph, placechosen=0, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-27 14:25:19,642 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 14:25:19,648 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 14:25:19,650 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 14:25:19,662 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 14:25:19,662 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:25:19,663 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:25:19,664 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:25:19,665 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:25:19,666 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:25:19,668 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:25:19,943 - DEBUG - Weather: current condition: '28', '('weather-clouds', 'weather-clouds-night', False, 'Mostly cloudy')'
[Fetcher] 2012-07-27 14:26:23,235 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:26:23,236 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:26:23,236 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'None'
[Fetcher] 2012-07-27 14:26:23,236 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:26:23,241 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:26:23,244 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:31:06,556 - DEBUG - Indicator: new location selected: 1
[MainThread] 2012-07-27 14:31:06,558 - DEBUG - Settings: setting 'placechosen'='1'
[MainThread] 2012-07-27 14:31:06,560 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:31:06,564 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:31:06,566 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:31:06,568 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:31:06,569 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:31:06,576 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 14:31:06,585 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 14:31:06,579 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:31:06,597 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 14:31:06,621 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:31:06,639 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:31:06,850 - DEBUG - Weather: current condition: '30', '('weather-few-clouds', 'weather-few-clouds-night', False, 'Partly cloudy')'
[MainThread] 2012-07-27 14:31:11,239 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:31:11,240 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:31:11,325 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:31:11,326 - DEBUG - Preferences: got settings: unit=I, notif=N, wind=mph, rate=10, source=Y
[MainThread] 2012-07-27 14:31:11,327 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:31:11,327 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-27 14:31:11,330 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[Fetcher] 2012-07-27 14:31:12,889 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:31:12,890 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:31:12,890 - DEBUG - Indicator: updateWeather: got condition 'Mostly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:31:12,891 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-27 14:31:12,895 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:31:12,896 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:31:20,342 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 14:31:20,343 - DEBUG - Settings: setting 'notif'='A'
[MainThread] 2012-07-27 14:31:20,343 - DEBUG - Preferences: Notifications changed to 'A'
[MainThread] 2012-07-27 14:31:20,345 - DEBUG - Settings: setting 'data_source'='G'
[MainThread] 2012-07-27 14:31:20,346 - DEBUG - Preferences: Weather Source changed to 'G'
[MainThread] 2012-07-27 14:31:20,347 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:31:20,349 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 14:31:20,349 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 14:31:20,358 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:31:20,357 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:31:20,359 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 14:31:20,359 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 14:31:20,363 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 14:31:20,364 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 14:31:20,377 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:31:20,399 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:31:20,890 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[MainThread] 2012-07-27 14:31:23,558 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 14:31:23,559 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 14:31:23,597 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 14:31:23,598 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=10, source=G
[MainThread] 2012-07-27 14:31:23,600 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 14:31:23,601 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-27 14:31:23,604 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 14:31:33,280 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 14:31:33,281 - DEBUG - Settings: setting 'refresh_rate'='7'
[MainThread] 2012-07-27 14:31:33,282 - DEBUG - Preferences: Rate changed to '7'
[MainThread] 2012-07-27 14:31:36,665 - DEBUG - Indicator: new location selected: 0
[MainThread] 2012-07-27 14:31:36,666 - DEBUG - Settings: setting 'placechosen'='0'
[MainThread] 2012-07-27 14:31:36,667 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:31:36,668 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:31:36,670 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:31:36,672 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:31:36,674 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:31:36,677 - DEBUG - Location: default weather source 'Google' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:31:37,201 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[MainThread] 2012-07-27 14:31:39,217 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 14:31:39,218 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 14:31:39,221 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 14:31:39,221 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 14:31:39,222 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:31:39,223 - DEBUG - Location: default weather source 'Google' chosen for 'Watertown'
[Fetcher] 2012-07-27 14:31:39,773 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[MainThread] 2012-07-27 14:31:42,468 - DEBUG - Indicator: new location selected: 1
[MainThread] 2012-07-27 14:31:42,470 - DEBUG - Settings: setting 'placechosen'='1'
[MainThread] 2012-07-27 14:31:42,472 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:31:42,473 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:31:42,480 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:31:42,481 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 14:31:42,483 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 14:31:42,484 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 14:31:42,487 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 14:31:42,489 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 14:31:42,490 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 14:31:42,508 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:31:42,525 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:31:43,033 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 14:31:55,187 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:31:55,188 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:31:55,188 - DEBUG - Indicator: updateWeather: got condition 'Partly cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:31:55,188 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:31:55,191 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:31:55,192 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-27 14:32:09,312 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:32:09,313 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:32:09,313 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds'
[Fetcher] 2012-07-27 14:32:09,314 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:32:09,317 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:32:09,317 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-27 14:32:24,131 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:32:24,131 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:32:24,132 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds'
[Fetcher] 2012-07-27 14:32:24,132 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:32:24,135 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:32:24,136 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-27 14:32:40,451 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 14:32:40,451 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:32:40,452 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds'
[Fetcher] 2012-07-27 14:32:40,452 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:32:40,455 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:32:40,455 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:39:40,530 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:39:40,531 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:39:40,533 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:39:40,533 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:39:40,534 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:39:40,536 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 14:39:40,536 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:39:40,537 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 14:39:40,537 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 14:39:40,550 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:39:40,560 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:39:41,056 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 14:39:46,611 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:39:46,612 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:39:46,613 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:39:46,613 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:39:46,617 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:39:46,617 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:46:46,629 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:46:46,630 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:46:46,631 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:46:46,632 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:46:46,632 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:46:46,633 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:46:46,635 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 14:46:46,635 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 14:46:46,636 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 14:46:46,648 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:46:46,660 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:46:47,163 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 14:47:50,403 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:47:50,403 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:47:50,404 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:47:50,404 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:47:50,407 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:47:50,407 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 14:54:50,507 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 14:54:50,508 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 14:54:50,509 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 14:54:50,509 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 14:54:50,510 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 14:54:50,510 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 14:54:50,512 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 14:54:50,513 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 14:54:50,514 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 14:54:50,526 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 14:54:50,538 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 14:54:51,017 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 14:54:57,519 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 14:54:57,520 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 14:54:57,520 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 14:54:57,521 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 14:54:57,524 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 14:54:57,525 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:01:57,585 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:01:57,586 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 15:01:57,587 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:01:57,588 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 15:01:57,589 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 15:01:57,590 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 15:01:57,591 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 15:01:57,592 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 15:01:57,592 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 15:01:57,605 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 15:01:57,616 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 15:01:58,143 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 15:02:04,330 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 15:02:04,331 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 15:02:04,331 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 15:02:04,332 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 15:02:04,335 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 15:02:04,335 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:09:04,436 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:09:04,437 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 15:09:04,438 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:09:04,439 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 15:09:04,440 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 15:09:04,441 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 15:09:04,441 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 15:09:04,442 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 15:09:04,443 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 15:09:04,456 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 15:09:04,468 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 15:09:04,951 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 15:09:11,480 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 15:09:11,481 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 15:09:11,481 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 15:09:11,481 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 15:09:11,485 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 15:09:11,485 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:16:11,575 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:16:11,576 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 15:16:11,577 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:16:11,578 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 15:16:11,580 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 15:16:11,581 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 15:16:11,591 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 15:16:11,592 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 15:16:11,592 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 15:16:11,609 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 15:16:11,622 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 15:16:12,131 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 15:17:15,395 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 15:17:15,395 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 15:17:15,397 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 15:17:15,398 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 15:17:15,400 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 15:17:15,401 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:24:15,403 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:24:15,404 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 15:24:15,405 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:24:15,406 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 15:24:15,407 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 15:24:15,408 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 15:24:15,408 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 15:24:15,409 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 15:24:15,410 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 15:24:15,423 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 15:24:15,435 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 15:24:15,932 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 15:24:28,853 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 15:24:28,854 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 15:24:28,854 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 15:24:28,854 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 15:24:28,859 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 15:24:28,860 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:31:28,961 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:31:28,962 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 15:31:28,963 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:31:28,964 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 15:31:28,964 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 15:31:28,966 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 15:31:28,967 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 15:31:28,968 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 15:31:28,968 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 15:31:28,981 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 15:31:28,994 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 15:31:29,509 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 15:31:54,069 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 15:31:54,070 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 15:31:54,070 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 15:31:54,071 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 15:31:54,075 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 15:31:54,076 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:38:54,080 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:38:54,082 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 15:38:54,084 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 15:38:54,085 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 15:38:54,087 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 15:38:54,088 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 15:38:54,100 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-27 15:38:54,120 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 15:38:54,121 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 15:38:54,122 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 15:38:54,124 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 15:38:54,640 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 15:39:05,737 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 15:39:05,737 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 15:39:05,738 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 15:39:05,738 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 15:39:05,741 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 15:39:05,742 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 15:40:09,198 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-27 15:40:09,219 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 17:24:59,286 - INFO - ------------------------------
[MainThread] 2012-07-27 17:24:59,286 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 17:24:59,287 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 17:24:59,287 - DEBUG - SingleInstance: writing new pid 8071
[MainThread] 2012-07-27 17:24:59,306 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 17:24:59,306 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 17:24:59,308 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 17:24:59,309 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 17:24:59,310 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 17:24:59,324 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 17:24:59,324 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 17:24:59,324 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 17:24:59,325 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 17:24:59,326 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 17:24:59,326 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 17:24:59,327 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 17:24:59,327 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 17:24:59,328 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 17:24:59,328 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 17:24:59,329 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 17:24:59,329 - DEBUG - Preferences: got settings: rate=7, unit=I, notif=A, wind=mph, placechosen=1, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-27 17:24:59,330 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 17:24:59,336 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 17:24:59,338 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 17:24:59,349 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 17:24:59,350 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 17:24:59,350 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 17:24:59,352 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 17:24:59,366 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 17:24:59,353 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 17:24:59,368 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 17:24:59,369 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 17:24:59,370 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 17:24:59,370 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 17:24:59,387 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 17:24:59,396 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 17:24:59,923 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 17:25:06,419 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 17:25:06,420 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 17:25:06,420 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 17:25:06,420 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 17:25:06,424 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 17:25:06,447 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 17:25:09,731 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 17:25:09,731 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 17:25:09,867 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 17:25:09,867 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=7, source=G
[MainThread] 2012-07-27 17:25:09,875 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 17:25:09,875 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-27 17:25:09,876 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 17:25:14,636 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 17:25:14,637 - DEBUG - Settings: setting 'refresh_rate'='5'
[MainThread] 2012-07-27 17:25:14,638 - DEBUG - Preferences: Rate changed to '5'
[MainThread] 2012-07-27 17:25:18,097 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 17:25:18,098 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 17:25:18,100 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 17:25:18,101 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 17:25:18,102 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 17:25:18,104 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 17:25:18,104 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 17:25:18,105 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 17:25:18,105 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 17:25:18,119 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 17:25:18,141 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 17:25:18,623 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 17:25:26,384 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 17:25:26,384 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 17:25:26,385 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 17:25:26,386 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 17:25:26,389 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 17:25:26,389 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 17:30:26,391 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 17:30:26,392 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 17:30:26,394 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 17:30:26,394 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 17:30:26,395 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 17:30:26,398 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 17:30:26,398 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 17:30:26,397 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 17:30:26,402 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 17:30:26,417 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 17:30:26,437 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 17:30:26,925 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 17:30:36,891 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 17:30:36,892 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 17:30:36,892 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 17:30:36,893 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 17:30:36,896 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 17:30:36,896 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 17:32:34,634 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-27 17:32:34,660 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 19:06:57,813 - INFO - ------------------------------
[MainThread] 2012-07-27 19:06:57,813 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 19:06:57,814 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 19:06:57,814 - DEBUG - SingleInstance: writing new pid 9146
[MainThread] 2012-07-27 19:06:57,837 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 19:06:57,837 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 19:06:57,839 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 19:06:57,840 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 19:06:57,843 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 19:06:57,855 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 19:06:57,855 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 19:06:57,855 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 19:06:57,856 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 19:06:57,857 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 19:06:57,858 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 19:06:57,858 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 19:06:57,859 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 19:06:57,860 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 19:06:57,860 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 19:06:57,860 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 19:06:57,861 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=1, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-27 19:06:57,862 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 19:06:57,868 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 19:06:57,870 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 19:06:57,881 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 19:06:57,882 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:06:57,883 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 19:06:57,886 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 19:06:57,887 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 19:06:57,888 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 19:06:57,888 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 19:06:57,894 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 19:06:57,896 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 19:06:57,901 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-27 19:06:57,919 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:06:57,932 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:06:58,495 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-27 19:07:07,680 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:07:07,681 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:07:07,681 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 19:07:07,682 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:07:07,685 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:07:07,687 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 19:07:10,698 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 19:07:10,699 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 19:07:10,814 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 19:07:10,815 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=5, source=G
[MainThread] 2012-07-27 19:07:10,817 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 19:07:10,818 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-27 19:07:10,821 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 19:07:12,838 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 19:07:12,839 - DEBUG - Settings: setting 'data_source'='Y'
[MainThread] 2012-07-27 19:07:12,845 - DEBUG - Preferences: Weather Source changed to 'Y'
[MainThread] 2012-07-27 19:07:12,846 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:07:12,847 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 19:07:12,848 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:07:12,850 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 19:07:12,852 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 19:07:12,860 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 19:07:12,860 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 19:07:12,861 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-27 19:07:12,861 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 19:07:12,894 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:07:12,907 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:07:13,123 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[MainThread] 2012-07-27 19:07:16,392 - DEBUG - Indicator: Quitting
[Fetcher] 2012-07-27 19:07:19,254 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:07:19,254 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:07:19,255 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 19:07:19,255 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:07:19,260 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:07:19,260 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Dummy-2] 2012-07-27 19:07:19,282 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 19:07:25,973 - INFO - ------------------------------
[MainThread] 2012-07-27 19:07:25,974 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 19:07:25,974 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 19:07:25,974 - DEBUG - SingleInstance: writing new pid 9158
[MainThread] 2012-07-27 19:07:26,005 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 19:07:26,005 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 19:07:26,007 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 19:07:26,008 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 19:07:26,010 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 19:07:26,025 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 19:07:26,025 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 19:07:26,025 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 19:07:26,026 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 19:07:26,027 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 19:07:26,027 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 19:07:26,028 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 19:07:26,028 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 19:07:26,029 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 19:07:26,029 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 19:07:26,029 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 19:07:26,030 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=1, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-27 19:07:26,032 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 19:07:26,037 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 19:07:26,040 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 19:07:26,052 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 19:07:26,052 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:07:26,053 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 19:07:26,055 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 19:07:26,055 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 19:07:26,056 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 19:07:26,056 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 19:07:26,061 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 19:07:26,060 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 19:07:26,084 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 19:07:26,093 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:07:26,104 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:07:26,377 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[MainThread] 2012-07-27 19:07:28,993 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:07:28,995 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 19:07:28,997 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 19:07:28,997 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 19:07:28,998 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 19:07:28,998 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 19:07:29,002 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 19:07:29,002 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 19:07:29,003 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 19:07:29,016 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:07:29,037 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:07:29,240 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 19:07:35,144 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:07:35,145 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:07:35,145 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 19:07:35,146 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:07:35,150 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:07:35,153 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-27 19:07:47,355 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:07:47,356 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:07:47,357 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds'
[Fetcher] 2012-07-27 19:07:47,357 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:07:47,365 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:07:47,366 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 19:08:26,426 - DEBUG - Indicator: new location selected: 0
[MainThread] 2012-07-27 19:08:26,428 - DEBUG - Settings: setting 'placechosen'='0'
[MainThread] 2012-07-27 19:08:26,429 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 19:08:26,430 - DEBUG - Settings: getting cached weather for 2515213
[Fetcher] 2012-07-27 19:08:26,432 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 19:08:26,435 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 19:08:26,435 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Cache] 2012-07-27 19:08:26,434 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 19:08:26,672 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[MainThread] 2012-07-27 19:08:30,616 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Fetcher] 2012-07-27 19:08:30,619 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Cache] 2012-07-27 19:08:30,620 - DEBUG - Settings: getting cached weather for 2515213
[Fetcher] 2012-07-27 19:08:30,620 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 19:08:30,622 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 19:08:30,623 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 19:08:30,858 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[MainThread] 2012-07-27 19:08:35,212 - DEBUG - Indicator: Quitting
[Fetcher] 2012-07-27 19:08:38,920 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 19:08:38,921 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 19:08:38,921 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 19:08:38,921 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:08:38,923 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 19:09:34,083 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 19:09:34,084 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:09:34,086 - DEBUG - Indicator: updateWeather: got condition 'Cloudy', icon 'weather-clouds'
[Fetcher] 2012-07-27 19:09:34,087 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:09:34,094 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:09:34,095 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Dummy-2] 2012-07-27 19:09:34,123 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 19:09:46,468 - INFO - ------------------------------
[MainThread] 2012-07-27 19:09:46,468 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 19:09:46,469 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 19:09:46,469 - DEBUG - SingleInstance: writing new pid 9196
[MainThread] 2012-07-27 19:09:46,492 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 19:09:46,492 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 19:09:46,495 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 19:09:46,495 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 19:09:46,496 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 19:09:46,512 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 19:09:46,513 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 19:09:46,513 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 19:09:46,514 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 19:09:46,514 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 19:09:46,515 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 19:09:46,517 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 19:09:46,518 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 19:09:46,518 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 19:09:46,519 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 19:09:46,519 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 19:09:46,520 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=0, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-27 19:09:46,521 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 19:09:46,527 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 19:09:46,529 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 19:09:46,542 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 19:09:46,542 - DEBUG - Indicator: updateWeather: updating weather for ['2515213', 'Watertown']
[Cache] 2012-07-27 19:09:46,543 - DEBUG - Settings: getting cached weather for 2515213
[Cache] 2012-07-27 19:09:46,544 - DEBUG - Settings: can't find value for 2515213
[Fetcher] 2012-07-27 19:09:46,545 - DEBUG - Indicator: getWeather for location 'Watertown, New York, United States'
[Fetcher] 2012-07-27 19:09:46,546 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 19:09:46,548 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Watertown'
[Fetcher] 2012-07-27 19:09:46,808 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[MainThread] 2012-07-27 19:09:53,462 - DEBUG - Indicator: new location selected: 1
[MainThread] 2012-07-27 19:09:53,463 - DEBUG - Settings: setting 'placechosen'='1'
[MainThread] 2012-07-27 19:09:53,464 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:09:53,465 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 19:09:53,466 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:09:53,467 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-27 19:09:53,469 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 19:09:53,470 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-27 19:09:53,472 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-27 19:09:53,472 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 19:09:53,471 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 19:09:53,485 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:09:53,497 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:09:53,699 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 19:09:55,439 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/43.9747838/-75.9107565'
[Fetcher] 2012-07-27 19:09:55,440 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 19:09:55,442 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 19:09:55,442 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:09:55,444 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[MainThread] 2012-07-27 19:09:56,958 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:09:56,960 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-27 19:09:56,961 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 19:09:56,962 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 19:09:56,963 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 19:09:56,964 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 19:09:56,964 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 19:09:56,968 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-27 19:09:56,969 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 19:09:56,998 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:09:57,018 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:09:57,195 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 19:10:03,750 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:10:03,750 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-27 19:10:03,751 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-27 19:10:03,751 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:10:03,752 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-27 19:10:12,659 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:10:12,659 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:10:12,660 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 19:10:12,660 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:10:12,665 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:10:12,667 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 19:10:54,059 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-27 19:10:54,076 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-27 19:13:51,085 - INFO - ------------------------------
[MainThread] 2012-07-27 19:13:51,110 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-27 19:13:51,110 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-27 19:13:51,111 - DEBUG - SingleInstance: writing new pid 2530
[MainThread] 2012-07-27 19:13:51,136 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-27 19:13:51,136 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-27 19:13:51,138 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-27 19:13:51,139 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-27 19:13:51,140 - DEBUG - Indicator: creating
[MainThread] 2012-07-27 19:13:51,153 - INFO - Monitoring UPower interface
[MainThread] 2012-07-27 19:13:51,154 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-27 19:13:51,154 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-27 19:13:51,155 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-27 19:13:51,156 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-27 19:13:51,156 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-27 19:13:51,157 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-27 19:13:51,158 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-27 19:13:51,158 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-27 19:13:51,159 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-27 19:13:51,159 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-27 19:13:51,159 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=1, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-27 19:13:51,161 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-27 19:13:51,166 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-27 19:13:51,168 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-27 19:13:51,179 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-27 19:13:51,180 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-27 19:13:51,181 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-27 19:13:51,182 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-27 19:13:51,183 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-27 19:13:51,183 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-27 19:13:51,184 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-27 19:13:51,187 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-27 19:13:51,188 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-27 19:13:51,189 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-27 19:13:51,206 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-27 19:13:51,243 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-27 19:13:51,472 - DEBUG - Weather: current condition: '26', '('weather-clouds', 'weather-clouds-night', False, 'Cloudy')'
[Fetcher] 2012-07-27 19:14:00,205 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-27 19:14:00,205 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-27 19:14:00,206 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-27 19:14:00,206 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-27 19:14:00,211 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-27 19:14:00,224 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-27 19:14:20,766 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-27 19:14:20,767 - DEBUG - Preferences: creating
[MainThread] 2012-07-27 19:14:20,878 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-27 19:14:20,879 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=5, source=Y
[MainThread] 2012-07-27 19:14:20,880 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-27 19:14:20,880 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-27 19:14:20,881 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-27 19:14:29,813 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-27 19:15:19,066 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-27 19:15:19,088 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-29 08:55:33,090 - INFO - ------------------------------
[MainThread] 2012-07-29 08:55:33,101 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-29 08:55:33,101 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-29 08:55:33,102 - DEBUG - SingleInstance: writing new pid 11602
[MainThread] 2012-07-29 08:55:33,132 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-29 08:55:33,132 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-29 08:55:33,134 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-29 08:55:33,136 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-29 08:55:33,138 - DEBUG - Indicator: creating
[MainThread] 2012-07-29 08:55:33,166 - INFO - Monitoring UPower interface
[MainThread] 2012-07-29 08:55:33,167 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-29 08:55:33,167 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-29 08:55:33,169 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-29 08:55:33,170 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-29 08:55:33,171 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-29 08:55:33,171 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-29 08:55:33,172 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-29 08:55:33,173 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-29 08:55:33,174 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-29 08:55:33,174 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-29 08:55:33,175 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=1, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-29 08:55:33,177 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-29 08:55:33,185 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-29 08:55:33,193 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-29 08:55:33,212 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-29 08:55:33,213 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 08:55:33,214 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-29 08:55:33,216 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-29 08:55:33,217 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 08:55:33,219 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-29 08:55:33,220 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-29 08:55:33,221 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-29 08:55:33,227 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Fetcher] 2012-07-29 08:55:33,227 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-29 08:55:33,247 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 08:55:33,321 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 08:55:33,570 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-29 08:55:45,338 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 08:55:45,339 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 08:55:45,339 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-29 08:55:45,340 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-29 08:55:45,359 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 08:55:45,373 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-29 08:55:47,387 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 08:55:47,388 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-29 08:55:47,391 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-29 08:55:47,391 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-29 08:55:47,392 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-29 08:55:47,392 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 08:55:47,392 - DEBUG - Location: default weather source 'Yahoo' chosen for 'Lisbon'
[Cache] 2012-07-29 08:55:47,396 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-29 08:55:47,398 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-29 08:55:47,413 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 08:55:47,432 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 08:55:47,628 - DEBUG - Weather: current condition: '34', '('weather-clear', 'weather-clear-night', False, 'Fair')'
[Fetcher] 2012-07-29 08:55:58,830 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 08:55:58,831 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 08:55:58,831 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-29 08:55:58,832 - DEBUG - Weather: day, show 'weather-clear' icon
[Fetcher] 2012-07-29 08:55:58,837 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 08:55:58,837 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-29 08:59:30,260 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-29 08:59:30,261 - DEBUG - Preferences: creating
[MainThread] 2012-07-29 08:59:30,412 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-29 08:59:30,413 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=5, source=Y
[MainThread] 2012-07-29 08:59:30,422 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-29 08:59:30,422 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-29 08:59:30,423 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-29 08:59:38,385 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-29 08:59:38,385 - DEBUG - Settings: setting 'data_source'='G'
[MainThread] 2012-07-29 08:59:38,386 - DEBUG - Preferences: Weather Source changed to 'G'
[MainThread] 2012-07-29 08:59:38,387 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 08:59:38,388 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-29 08:59:38,389 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-29 08:59:38,390 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-29 08:59:38,397 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 08:59:38,398 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-29 08:59:38,401 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Fetcher] 2012-07-29 08:59:38,401 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 08:59:38,402 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-29 08:59:38,416 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 08:59:38,439 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 08:59:38,929 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[Fetcher] 2012-07-29 08:59:41,454 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 08:59:41,455 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 08:59:41,455 - DEBUG - Indicator: updateWeather: got condition 'Fair', icon 'weather-clouds-night'
[Fetcher] 2012-07-29 08:59:41,456 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-29 08:59:41,459 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 08:59:41,460 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-29 08:59:42,417 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 08:59:42,418 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-29 08:59:42,419 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-29 08:59:42,420 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-29 08:59:42,420 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-29 08:59:42,421 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 08:59:42,421 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 08:59:42,424 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-29 08:59:42,425 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-29 08:59:42,437 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 08:59:42,456 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 08:59:42,927 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[Fetcher] 2012-07-29 08:59:44,470 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 08:59:44,471 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 08:59:44,471 - DEBUG - Indicator: updateWeather: got condition 'Partly Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-29 08:59:44,471 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-29 08:59:44,474 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 08:59:44,475 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-29 08:59:51,008 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-29 08:59:51,009 - DEBUG - Preferences: creating
[MainThread] 2012-07-29 08:59:51,035 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-29 08:59:51,036 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=5, source=G
[MainThread] 2012-07-29 08:59:51,037 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-29 08:59:51,037 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-29 08:59:51,039 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-29 08:59:58,401 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-29 09:00:08,233 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-29 09:00:08,257 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-29 14:13:19,557 - INFO - ------------------------------
[MainThread] 2012-07-29 14:13:19,558 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-29 14:13:19,558 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-29 14:13:19,559 - DEBUG - SingleInstance: writing new pid 15693
[MainThread] 2012-07-29 14:13:19,579 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-29 14:13:19,580 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-29 14:13:19,581 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-29 14:13:19,582 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-29 14:13:19,583 - DEBUG - Indicator: creating
[MainThread] 2012-07-29 14:13:19,598 - INFO - Monitoring UPower interface
[MainThread] 2012-07-29 14:13:19,599 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-29 14:13:19,599 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-29 14:13:19,600 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-29 14:13:19,600 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-29 14:13:19,601 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-29 14:13:19,602 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-29 14:13:19,603 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-29 14:13:19,603 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-29 14:13:19,604 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-29 14:13:19,604 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-29 14:13:19,605 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=1, places=[['2515213', 'Watertown'], ['2439983', 'Lisbon']]
[MainThread] 2012-07-29 14:13:19,606 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-29 14:13:19,615 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[MainThread] 2012-07-29 14:13:19,617 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[MainThread] 2012-07-29 14:13:19,634 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-29 14:13:19,635 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:13:19,636 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-29 14:13:19,637 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-29 14:13:19,644 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-29 14:13:19,645 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-29 14:13:19,645 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 14:13:19,645 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 14:13:19,649 - DEBUG - Indicator: menu_normal: adding first location menu item 'Watertown'
[Cache] 2012-07-29 14:13:19,653 - DEBUG - Indicator: menu_normal: adding location menu item 'Lisbon'
[Cache] 2012-07-29 14:13:19,670 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 14:13:19,679 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 14:13:20,183 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[MainThread] 2012-07-29 14:13:27,698 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-29 14:13:27,699 - DEBUG - Preferences: creating
[MainThread] 2012-07-29 14:13:27,857 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-29 14:13:27,857 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=5, source=G
[MainThread] 2012-07-29 14:13:27,866 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-29 14:13:27,867 - DEBUG - Preferences: Places: got (Watertown, 2515213)
[MainThread] 2012-07-29 14:13:27,868 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-29 14:13:31,625 - DEBUG - Preferences: Removing location Watertown (code 2515213)
[MainThread] 2012-07-29 14:13:32,304 - DEBUG - Preferences: Saving settings
[MainThread] 2012-07-29 14:13:32,305 - DEBUG - Preferences: Places changed to '[['2439983', 'Lisbon']]'
[MainThread] 2012-07-29 14:13:32,305 - DEBUG - Settings: setting 'places'='[['2439983', 'Lisbon']]'
[MainThread] 2012-07-29 14:13:32,306 - DEBUG - Preferences: Place Chosen changed to '0'
[MainThread] 2012-07-29 14:13:32,307 - DEBUG - Settings: setting 'placechosen'='0'
[MainThread] 2012-07-29 14:13:32,308 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-29 14:13:32,323 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-29 14:13:32,326 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:13:32,327 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-29 14:13:32,328 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:13:32,329 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-29 14:13:32,341 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-29 14:13:32,341 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-29 14:13:32,351 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-29 14:13:32,352 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 14:13:32,362 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 14:13:32,871 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[Fetcher] 2012-07-29 14:13:41,435 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 14:13:41,436 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 14:13:41,436 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-29 14:13:41,436 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-29 14:13:41,440 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 14:13:41,450 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-29 14:13:41,799 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 14:13:41,799 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 14:13:41,800 - DEBUG - Indicator: updateWeather: got condition 'Partly Cloudy', icon 'weather-few-clouds'
[Fetcher] 2012-07-29 14:13:41,800 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-29 14:13:41,803 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 14:13:41,804 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-29 14:13:51,757 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:13:51,759 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-29 14:13:51,759 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-29 14:13:51,761 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-29 14:13:51,761 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-29 14:13:51,762 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 14:13:51,762 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 14:13:51,776 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 14:13:51,800 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 14:13:52,215 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[MainThread] 2012-07-29 14:13:56,383 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:13:56,384 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-29 14:13:56,386 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-29 14:13:56,387 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-29 14:13:56,388 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 14:13:56,388 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-29 14:13:56,390 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 14:13:56,404 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 14:13:56,418 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 14:13:56,870 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[MainThread] 2012-07-29 14:14:05,599 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:14:05,600 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-29 14:14:05,602 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-29 14:14:05,602 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-29 14:14:05,603 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-29 14:14:05,607 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-29 14:14:05,607 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-29 14:14:05,622 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-29 14:14:05,632 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-29 14:14:06,096 - DEBUG - Weather: current condition: 'partly_cloudy', '('weather-few-clouds', 'weather-few-clouds-night', False)'
[Fetcher] 2012-07-29 14:14:09,536 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 14:14:09,537 - ERROR - Location instance has no attribute 'weather'
[Fetcher] 2012-07-29 14:14:09,537 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1367, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1453, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'

[Fetcher] 2012-07-29 14:14:09,538 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 14:14:09,539 - ERROR - Indicator: updateWeather: could not get weather, leaving cached data
[Fetcher] 2012-07-29 14:14:13,520 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 14:14:13,521 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 14:14:13,521 - DEBUG - Indicator: updateWeather: got condition 'Partly Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-29 14:14:13,521 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-29 14:14:13,524 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 14:14:13,525 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Fetcher] 2012-07-29 14:14:15,708 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-29 14:14:15,709 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-29 14:14:15,709 - DEBUG - Indicator: updateWeather: got condition 'Partly Cloudy', icon 'weather-few-clouds'
[Fetcher] 2012-07-29 14:14:15,709 - DEBUG - Weather: day, show 'weather-few-clouds' icon
[Fetcher] 2012-07-29 14:14:15,712 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-29 14:14:15,713 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-29 14:14:17,573 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-29 14:14:17,593 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-30 15:46:52,874 - INFO - ------------------------------
[MainThread] 2012-07-30 15:46:52,896 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-30 15:46:52,896 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-30 15:46:52,897 - DEBUG - SingleInstance: writing new pid 2844
[MainThread] 2012-07-30 15:46:52,918 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-30 15:46:52,918 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-30 15:46:52,920 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-30 15:46:52,921 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-30 15:46:52,922 - DEBUG - Indicator: creating
[MainThread] 2012-07-30 15:46:52,934 - INFO - Monitoring UPower interface
[MainThread] 2012-07-30 15:46:52,934 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-30 15:46:52,934 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-30 15:46:52,935 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-30 15:46:52,936 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-30 15:46:52,937 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-30 15:46:52,938 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-30 15:46:52,938 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-30 15:46:52,939 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-30 15:46:52,939 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-30 15:46:52,940 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-30 15:46:52,940 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-30 15:46:52,941 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-30 15:46:52,958 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-30 15:46:52,958 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 15:46:52,959 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 15:46:52,961 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-30 15:46:52,961 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-30 15:46:52,970 - DEBUG - Indicator: update_label: setting label to ' '
[Fetcher] 2012-07-30 15:46:52,970 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 15:46:52,977 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 15:46:52,979 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 15:46:52,988 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Fetcher] 2012-07-30 15:46:53,567 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 15:47:15,260 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 15:47:15,260 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 15:47:15,261 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 15:47:15,261 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 15:47:15,264 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 15:47:15,268 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 15:47:17,642 - DEBUG - Indicator: open Preferences
[MainThread] 2012-07-30 15:47:17,642 - DEBUG - Preferences: creating
[MainThread] 2012-07-30 15:47:17,757 - DEBUG - Preferences: finishing initialization
[MainThread] 2012-07-30 15:47:17,758 - DEBUG - Preferences: got settings: unit=I, notif=A, wind=mph, rate=5, source=G
[MainThread] 2012-07-30 15:47:17,759 - DEBUG - Preferences: Loading places
[MainThread] 2012-07-30 15:47:17,759 - DEBUG - Preferences: Places: got (Lisbon, 2439983)
[MainThread] 2012-07-30 15:47:26,410 - DEBUG - Preferences: Cancelling
[MainThread] 2012-07-30 15:52:15,339 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 15:52:15,340 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 15:52:15,342 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-30 15:52:15,342 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 15:52:15,342 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-30 15:52:15,344 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 15:52:15,347 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 15:52:15,356 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 15:52:15,364 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 15:52:15,924 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 15:52:21,640 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 15:52:21,641 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 15:52:21,641 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 15:52:21,642 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 15:52:21,645 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 15:52:21,646 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 15:57:21,662 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 15:57:21,663 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-30 15:57:21,664 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 15:57:21,665 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 15:57:21,666 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-30 15:57:21,666 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 15:57:21,667 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 15:57:21,681 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 15:57:21,694 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 15:57:22,222 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 15:57:30,914 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 15:57:30,914 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 15:57:30,915 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 15:57:30,915 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 15:57:30,918 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 15:57:30,919 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 16:02:31,017 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 16:02:31,019 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-30 16:02:31,019 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 16:02:31,020 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 16:02:31,021 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 16:02:31,023 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-30 16:02:31,023 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-30 16:02:31,036 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 16:02:31,051 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 16:02:31,581 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 16:03:34,829 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 16:03:34,829 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 16:03:34,830 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 16:03:34,830 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 16:03:34,833 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 16:03:34,833 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 16:08:34,934 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 16:08:34,935 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 16:08:34,936 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Cache] 2012-07-30 16:08:34,937 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 16:08:34,937 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Fetcher] 2012-07-30 16:08:34,940 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 16:08:34,943 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 16:08:34,950 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 16:08:34,967 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 16:08:35,564 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 16:08:40,814 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 16:08:40,814 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 16:08:40,815 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 16:08:40,815 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 16:08:40,818 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 16:08:40,818 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 16:13:40,890 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 16:13:40,892 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-30 16:13:40,893 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 16:13:40,894 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 16:13:40,894 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-30 16:13:40,895 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 16:13:40,895 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 16:13:40,908 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 16:13:40,919 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 16:13:41,456 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 16:14:44,717 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 16:14:44,717 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 16:14:44,718 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 16:14:44,718 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 16:14:44,721 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 16:14:44,721 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 16:19:44,822 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 16:19:44,823 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 16:19:44,824 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 16:19:44,825 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 16:19:44,825 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 16:19:44,825 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 16:19:44,828 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 16:19:44,839 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 16:19:44,851 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 16:19:45,382 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 16:20:02,884 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 16:20:02,884 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 16:20:02,885 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 16:20:02,885 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 16:20:02,888 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 16:20:02,889 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 16:25:02,989 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 16:25:02,989 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 16:25:02,991 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 16:25:02,991 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 16:25:02,992 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 16:25:02,992 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 16:25:02,995 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 16:25:03,005 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 16:25:03,015 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 16:25:03,620 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 16:25:10,409 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 16:25:10,410 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 16:25:10,410 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 16:25:10,411 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 16:25:10,413 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 16:25:10,414 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 16:28:22,977 - DEBUG - Indicator: Quitting
[Dummy-2] 2012-07-30 16:28:23,005 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-30 17:19:45,277 - INFO - ------------------------------
[MainThread] 2012-07-30 17:19:45,292 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-30 17:19:45,292 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-30 17:19:45,293 - DEBUG - SingleInstance: writing new pid 3984
[MainThread] 2012-07-30 17:19:45,312 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-30 17:19:45,312 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-30 17:19:45,314 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-30 17:19:45,315 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-30 17:19:45,316 - DEBUG - Indicator: creating
[MainThread] 2012-07-30 17:19:45,328 - INFO - Monitoring UPower interface
[MainThread] 2012-07-30 17:19:45,329 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-30 17:19:45,329 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-30 17:19:45,330 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-30 17:19:45,331 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-30 17:19:45,331 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-30 17:19:45,332 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-30 17:19:45,333 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-30 17:19:45,333 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-30 17:19:45,334 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-30 17:19:45,334 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-30 17:19:45,335 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-30 17:19:45,336 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-30 17:19:45,352 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-30 17:19:45,353 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 17:19:45,354 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 17:19:45,355 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 17:19:45,356 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 17:19:45,356 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 17:19:45,358 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 17:19:45,361 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 17:19:45,377 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 17:19:45,384 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 17:19:45,963 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[MainThread] 2012-07-30 17:19:52,727 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 17:19:52,728 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 17:19:52,729 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 17:19:52,730 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 17:19:52,730 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 17:19:52,731 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 17:19:52,733 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 17:19:52,744 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 17:19:52,760 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 17:19:53,284 - DEBUG - Weather: current condition: 'cloudy', '('weather-clouds', 'weather-clouds-night', False)'
[Fetcher] 2012-07-30 17:19:59,808 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 17:19:59,808 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 17:19:59,809 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 17:19:59,809 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 17:19:59,812 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 17:19:59,815 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 17:20:10,259 - DEBUG - Indicator: Quitting
[Fetcher] 2012-07-30 17:20:49,234 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 17:20:49,234 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 17:20:49,235 - DEBUG - Indicator: updateWeather: got condition 'Overcast', icon 'weather-clouds'
[Fetcher] 2012-07-30 17:20:49,235 - DEBUG - Weather: day, show 'weather-clouds' icon
[Fetcher] 2012-07-30 17:20:49,238 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 17:20:49,239 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[Dummy-2] 2012-07-30 17:20:49,264 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-1000.pid
[MainThread] 2012-07-30 17:34:40,956 - INFO - ------------------------------
[MainThread] 2012-07-30 17:34:40,957 - INFO - Started Weather Indicator from /usr
[MainThread] 2012-07-30 17:34:40,957 - INFO - Weather Indicator version 11.11.28 'Cloudy 9'
[MainThread] 2012-07-30 17:34:40,958 - DEBUG - SingleInstance: writing new pid 4237
[MainThread] 2012-07-30 17:34:40,991 - DEBUG - ProxyMonitor: loading gconf settings
[MainThread] 2012-07-30 17:34:40,992 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2012-07-30 17:34:40,994 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2012-07-30 17:34:40,996 - DEBUG - Time Formatter: time format changed
[MainThread] 2012-07-30 17:34:40,999 - DEBUG - Indicator: creating
[MainThread] 2012-07-30 17:34:41,014 - INFO - Monitoring UPower interface
[MainThread] 2012-07-30 17:34:41,014 - DEBUG - Indicator: reading settings
[MainThread] 2012-07-30 17:34:41,015 - DEBUG - Settings: preparing settings store
[MainThread] 2012-07-30 17:34:41,015 - DEBUG - Settings: getting value for refresh_rate
[MainThread] 2012-07-30 17:34:41,016 - DEBUG - Settings: getting value for unit
[MainThread] 2012-07-30 17:34:41,017 - DEBUG - Settings: getting value for notif
[MainThread] 2012-07-30 17:34:41,018 - DEBUG - Settings: getting value for wind
[MainThread] 2012-07-30 17:34:41,019 - DEBUG - Settings: getting value for data_source
[MainThread] 2012-07-30 17:34:41,019 - DEBUG - Settings: getting value for placechosen
[MainThread] 2012-07-30 17:34:41,020 - DEBUG - Settings: getting value for places
[MainThread] 2012-07-30 17:34:41,020 - DEBUG - Settings: getting value for show_label
[MainThread] 2012-07-30 17:34:41,021 - DEBUG - Preferences: got settings: rate=5, unit=I, notif=A, wind=mph, placechosen=0, places=[['2439983', 'Lisbon']]
[MainThread] 2012-07-30 17:34:41,022 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[MainThread] 2012-07-30 17:34:41,038 - DEBUG - Indicator: update_label: setting label to ' '
[MainThread] 2012-07-30 17:34:41,039 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Cache] 2012-07-30 17:34:41,040 - DEBUG - Settings: getting cached weather for 2439983
[Cache] 2012-07-30 17:34:41,042 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 17:34:41,042 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 17:34:41,043 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Fetcher] 2012-07-30 17:34:41,043 - DEBUG - Indicator: getWeather: updating weather report
[Fetcher] 2012-07-30 17:34:41,059 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 17:34:41,058 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 17:34:41,073 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 17:34:41,640 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[Fetcher] 2012-07-30 17:35:44,850 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 17:35:44,850 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 17:35:44,851 - DEBUG - Indicator: updateWeather: got condition 'None', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 17:35:44,851 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-30 17:35:44,854 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 17:35:44,857 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

[MainThread] 2012-07-30 17:39:18,188 - DEBUG - Indicator: updateWeather: updating weather for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 17:39:18,195 - DEBUG - Indicator: getWeather for location 'Lisbon, New York, United States'
[Cache] 2012-07-30 17:39:18,195 - DEBUG - Settings: getting cached weather for 2439983
[Fetcher] 2012-07-30 17:39:18,196 - DEBUG - Indicator: getWeather: updating weather report
[Cache] 2012-07-30 17:39:18,198 - DEBUG - Indicator: loading weather from cache for ['2439983', 'Lisbon']
[Fetcher] 2012-07-30 17:39:18,199 - DEBUG - Location: default weather source 'Google' chosen for 'Lisbon'
[Cache] 2012-07-30 17:39:18,200 - DEBUG - Indicator: menu_normal: filling in a menu for found places
[Cache] 2012-07-30 17:39:18,222 - DEBUG - Indicator: update_label: setting label to ' '
[Cache] 2012-07-30 17:39:18,234 - DEBUG - Indicator: update_label: setting label to '66 ˚F'
[Fetcher] 2012-07-30 17:39:18,822 - DEBUG - Weather: current condition: 'mostly_cloudy', '('weather-overcast', 'weather-overcast', False)'
[Fetcher] 2012-07-30 17:39:25,086 - ERROR - Weather: error reaching url 'http://www.earthtools.org/timezone-1.1/44.727284/-75.3210467'
[Fetcher] 2012-07-30 17:39:25,087 - DEBUG - Indicator: updateWeather: waiting for 'Cacher' thread to terminate
[Fetcher] 2012-07-30 17:39:25,087 - DEBUG - Indicator: updateWeather: got condition 'Mostly Cloudy', icon 'weather-clouds-night'
[Fetcher] 2012-07-30 17:39:25,088 - DEBUG - Weather: day, show 'weather-overcast' icon
[Fetcher] 2012-07-30 17:39:25,091 - ERROR - 'NoneType' object has no attribute 'strftime'
[Fetcher] 2012-07-30 17:39:25,091 - DEBUG - Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1397, in get_new_weather_data
    log.debug("Indicator: fill in menu with params: city='%s', temp='%s', humid='%s', wind='%s', sunrise='%s', sunset='%s', puretemp=%s" % (self.places[self.placechosen][1], weather.get_temperature_label(), weather.get_humidity_label(), weather.get_wind_label(), weather.get_sunrise_label(), weather.get_sunset_label(), weather.get_temperature()))
  File "/usr/bin/indicator-weather", line 898, in get_sunrise_label
    return "%s: %s" % (_("Sunrise"), TimeFormatter.format_time(self.__sunrise_t))
  File "/usr/lib/python2.7/dist-packages/indicator_weather/helpers.py", line 248, in format_time
    return t.strftime(TimeFormatter.format)
AttributeError: 'NoneType' object has no attribute 'strftime'

Revision history for this message
Jared Silva (jayrod) said :
#2

Looks like bug #1030279.

Revision history for this message
Best Jared Silva (jayrod) said :
#3

Which is a duplicate of bug #964365.

Revision history for this message
Andrew K (andyk1166) said :
#4

This looks the same to me also... I will direct my attention there... Thanks.

Revision history for this message
Andrew K (andyk1166) said :
#5

Thanks Jared Silva, that solved my question.