Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Detected I/O inside the event loop #33

Open
Sjeff opened this issue Apr 30, 2020 · 2 comments
Open

Detected I/O inside the event loop #33

Sjeff opened this issue Apr 30, 2020 · 2 comments

Comments

@Sjeff
Copy link

Sjeff commented Apr 30, 2020

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

@Martinvdm
Copy link

Martinvdm commented Apr 30, 2020

@saarsinai
Copy link

same issue.

is it something that should be fixed in the upcoming releases? or only exclude it from logs?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants