You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/celery/app/trace.py", line 438, in __protected_call__
return self.run(*args, **kwargs)
File "/home/dev/sesh-dash/src/seshdash/tasks.py", line 350, in get_weather_data
forecast_client = ForecastAPI(settings.FORECAST_KEY,site.position.latitude,site.position.longitude)
File "/home/dev/sesh-dash/src/seshdash/api/forecast.py", line 17, in __init__
self._forecast = forecastio.load_forecast(self._API_KEY,self._LAT,self._LNG,lazy=lazy)
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/forecastio/api.py", line 41, in load_forecast
return manual(baseURL, callback=callback)
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/forecastio/api.py", line 51, in manual
return get_forecast(requestURL)
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/forecastio/api.py", line 60, in get_forecast
forecastio_reponse.raise_for_status()
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/requests/models.py", line 837, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: <class 'requests.exceptions.HTTPError'>
The text was updated successfully, but these errors were encountered:
View details in Rollbar: https://rollbar.com/GLE/Sesh-dash/items/128/
The text was updated successfully, but these errors were encountered: