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
{{ message }}
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
Home Assistant 0.109 detecteds blocking I/O in the event loop.
Below the error i receive from this custom_component.
Log Details (WARNING)
Logger: homeassistant.util.async_
Source: util/async_.py:120
First occurred: 9:56:32 AM (207 occurrences)
Last logged: 9:58:33 AM
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for docker_monitor doing I/O at custom_components/docker_monitor/helpers.py, line 178: self._container = self._client.containers.get(self._name)
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for docker_monitor doing I/O at custom_components/docker_monitor/helpers.py, line 179: self._container.reload()
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for docker_monitor doing I/O at custom_components/docker_monitor/helpers.py, line 194: self._container.image.tags,
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for docker_monitor doing I/O at custom_components/docker_monitor/helpers.py, line 83: raw_stats = self._client.version()
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for docker_monitor doing I/O at custom_components/docker_monitor/helpers.py, line 84: info = self._client.info()
Version of Home Assistant: 0.109.0
Hardware: Intel NUC
OS: Ubuntu with Docker
The text was updated successfully, but these errors were encountered:
Home Assistant 0.109 detecteds blocking I/O in the event loop.
Below the error i receive from this custom_component.
Version of Home Assistant: 0.109.0
Hardware: Intel NUC
OS: Ubuntu with Docker
The text was updated successfully, but these errors were encountered: