Traceback (most recent call last): File "/usr/bin/indicator-weather", line 1515, in extforecast self.forecastwd = ExtendedForecast() File "/usr/bin/indicator-weather", line 1706, in __new__ new_object.finish_initializing(builder) File "/usr/bin/indicator-weather", line 1720, in finish_initializing forecast.prepare_forecast_data() File "/usr/bin/indicator-weather", line 472, in prepare_forecast_data self.forecast = pywapi.get_weather_from_google (location_name, hl = self.locale) File "/usr/lib/pymodules/python2.7/pywapi.py", line 55, in get_weather_from_google handler = urllib2.urlopen(url) File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 401, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 419, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open r = h.getresponse(buffering=True) File "/usr/lib/python2.7/httplib.py", line 1034, in getresponse response.begin() File "/usr/lib/python2.7/httplib.py", line 407, in begin version, status, reason = self._read_status() File "/usr/lib/python2.7/httplib.py", line 365, in _read_status line = self.fp.readline() File "/usr/lib/python2.7/socket.py", line 447, in readline data = self._sock.recv(self._rbufsize) error: [Errno 104] Conexão fechada pela outra ponta