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 358, in get_weather_data
forecast_result = forecast_client.get_n_day_minimal_solar(days)
File "/home/dev/sesh-dash/src/seshdash/api/forecast.py", line 45, in get_n_day_minimal_solar
'sun_results[day.time.isoformat()] = {"sunrise":...ime,"stat":day.icon,"cloudcover":day.cloudCover}'
File "/home/dev/sesh-dash/local/lib/python2.7/site-packages/forecastio/models.py", line 107, in __getattr__
" or is not avilable for this forecast".format(name)
PropertyUnavailable: <class 'forecastio.utils.PropertyUnavailable'>
The text was updated successfully, but these errors were encountered:
View details in Rollbar: https://rollbar.com/GLE/Sesh-dash/items/127/
The text was updated successfully, but these errors were encountered: