Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detected I/O inside the event loop #6

Closed
mgiako opened this issue Apr 23, 2020 · 6 comments
Closed

Detected I/O inside the event loop #6

mgiako opened this issue Apr 23, 2020 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@mgiako
Copy link

mgiako commented Apr 23, 2020

In HomeAssistant 0.109.0b0 I have the folowing warning:

Log Details (WARNING)
Logger: homeassistant.util.async_
Source: util/async_.py:120
First occurred: 1:09:34 PM (539 occurrences)
Last logged: 5:13:47 PM

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for burze_dzis_net doing I/O at custom_components/burze_dzis_net/binary_sensor.py, line 203: service = Client('https://burze.dzis.net/soap.php?WSDL').service

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for burze_dzis_net doing I/O at custom_components/burze_dzis_net/binary_sensor.py, line 205: self.ostrzezenia_pogodowe_output = service.ostrzezenia_pogodowe(self._y, self._x, self._api_key)

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for burze_dzis_net doing I/O at custom_components/burze_dzis_net/binary_sensor.py, line 206: self.szukaj_burzy_output = service.szukaj_burzy(self._y, self._x, self._radius, self._api_key)

@jokerigno
Copy link

Same issue in 0.109

@PiotrMachowski PiotrMachowski self-assigned this Apr 30, 2020
@PiotrMachowski PiotrMachowski added the bug Something isn't working label Apr 30, 2020
@alesoft73
Copy link

I too!

@fabioxp7980
Copy link

same issue, don't know how to fix, only read about async but nothing else

@riddik14
Copy link

riddik14 commented May 2, 2020

same issue...?

WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for burze_dzis_net doing I/O at custom_components/burze_dzis_net/binary_sensor.py, line 203: service = Client('https://burze.dzis.net/soap.php?WSDL').service
2020-05-02 23:24:21 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for burze_dzis_net doing I/O at custom_components/burze_dzis_net/binary_sensor.py, line 205: self.ostrzezenia_pogodowe_output = service.ostrzezenia_pogodowe(self._y, self._x, self._api_key)

WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for burze_dzis_net doing I/O at custom_components/burze_dzis_net/binary_sensor.py, line 206: self.szukaj_burzy_output = service.szukaj_burzy(self._y, self._x, self._radius, self._api_key)

@PiotrMachowski
Copy link
Owner

The same issue. It will be present for everyone using version 0.109. I am working on the fix.

@PiotrMachowski
Copy link
Owner

Fixed in release v1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants