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
Hi - i just found this repository and setup a bit of code to pull the data for my neighborhood. I am somewhat naive to Python programming but think i generally have things setup right.
I got an error when i requested precipType attribute which appears in the DarkSky API docs.
Traceback (most recent call last):
File "sky_data_colletion.py", line 54, in
process_darksky()
File "sky_data_colletion.py", line 30, in process_darksky
for_precip_type = home_forecast.precipType
File "build/bdist.linux-armv7l/egg/darksky/forecast.py", line 27, in getattr
Here's a code snippet surrounding this - other calls work and when i comment out that line the entire code executes and prints out the relevant ozone levels:
Hi - i just found this repository and setup a bit of code to pull the data for my neighborhood. I am somewhat naive to Python programming but think i generally have things setup right.
I got an error when i requested precipType attribute which appears in the DarkSky API docs.
Traceback (most recent call last):
File "sky_data_colletion.py", line 54, in
process_darksky()
File "sky_data_colletion.py", line 30, in process_darksky
for_precip_type = home_forecast.precipType
File "build/bdist.linux-armv7l/egg/darksky/forecast.py", line 27, in getattr
Here's a code snippet surrounding this - other calls work and when i comment out that line the entire code executes and prints out the relevant ozone levels:
The text was updated successfully, but these errors were encountered: