#Airnow not loading for the last several days

1 messages · Page 1 of 1 (latest)

tulip laurel
#

I'm getting the following error in the logs:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 380, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/airnow/coordinator.py", line 76, in _async_update_data
    obs = await self.airnow.observations.latLong(
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/pyairnow/observation.py", line 44, in latLong
    return await self._request(
           ^^^^^^^^^^^^^^^^^^^^
    ...<2 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/pyairnow/api.py", line 86, in _get
    raise EmptyResponseError('No data was returned')
pyairnow.errors.EmptyResponseError: No data was returned```

Is anyone else seeing this error? 

I can view my data by going to the airnow.gov and see my current air levels in the area, but not in Home Assistant as of recently.