Every half minute I get this Keyerror in the logfile that has to do with update_coordinator.py
Any idea where to look for a solution? It is filling up the logfile very fast.
KeyError: ‘efc5c5c5a3def0b617b66c3d050d5ffd1f8aac618b1151053e89ba93f1aab0b9’
2025-05-09 14:56:49.183 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 268, in _handle_refresh_interval
await self._async_refresh(log_failures=True, scheduled=True)
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 479, in _async_refresh
self.async_update_listeners()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 178, in async_update_listeners
update_callback()
~~~~~~~~~~~~~~~^^
File “/config/custom_components/portainer/entity.py”, line 114, in _handle_coordinator_update
self._data = self.coordinator.data[self.description.data_path][self._uid]