Comment 11 for bug 742824

Revision history for this message
Benjamin Drung (bdrung) wrote :

indicator-weather is a python script which explains why there is no ddeb for it.

I ran indicator-weather with valgrind. It hasn't crashed yet, but it shows some backtraces on the terminal:

Exception in thread Fetcher:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/bin/indicator-weather", line 1148, in get_new_weather_data
    weather = self.get_weather()
  File "/usr/bin/indicator-weather", line 1211, in get_weather
    return self.current_location.weather
AttributeError: Location instance has no attribute 'weather'