Keyerror in logfile every half minute

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]

Looks like the custom portainer integration is the culprit. I would first check if it has entities that are referring to containers that no longer exist or something. If not I’d post an issue in the github repository for the integration. The code owner will probably not see it here.

Thanks I will reinstall the portainer integration