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 #74

Closed
Florian-Schmidt opened this issue Apr 26, 2020 · 8 comments
Closed

Detected I/O inside the event loop #74

Florian-Schmidt opened this issue Apr 26, 2020 · 8 comments
Labels
enhancement New feature or request

Comments

@Florian-Schmidt
Copy link

Hi guys,

Just tried to use HA beta version as there are some nice changes included. Seems to work with my meross garage door opener.

As there seem to be some technical changes in 0.109 an warning occurs after reboot:


Logger: homeassistant.util.async_
Source: util/async_.py:120 
First occurred: 8:15:43 (1 occurrences) 
Last logged: 8:15:43

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for meross_cloud doing I/O at custom_components/meross_cloud/__init__.py, line 75: logout_on_stop=False)

Another warning says, that hidden .translation folder will be moved to visible translation folder in future:


Logger: homeassistant.helpers.translation
Source: helpers/translation.py:206 
First occurred: 8:17:06 (16 occurrences) 
Last logged: 8:17:07

meross_cloud: the '.translations' directory has been moved, the new name is 'translations', starting with Home Assistant 0.111 your translations will no longer load if you do not move/rename this

@Scialla
Copy link

Scialla commented Apr 29, 2020

same here..

@userMak
Copy link

userMak commented Apr 29, 2020

same here too

@THATDONFC
Copy link

Same issue here.

Logger: homeassistant.util.async_
Source: util/async_.py:120
First occurred: 10:53:21 PM (2 occurrences)
Last logged: 10:53:22 PM

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for meross_cloud doing I/O at custom_components/meross_cloud/__init__.py, line 55: http_client = MerossHttpClient.from_user_password(email=email, password=password)
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for meross_cloud doing I/O at custom_components/meross_cloud/__init__.py, line 60: http_devices = http_client.list_devices()

@ollo69
Copy link
Contributor

ollo69 commented Apr 30, 2020

Also for me. This is probably also causing block during startup with new version.
Not async method inside async should be executed using helper function like "async_add_executor_job"!!!

@DarwinData
Copy link

I am getting the same two log errors as the original poster. I am running HA Supervised on 109.3.

@silviudc
Copy link

silviudc commented May 9, 2020

So how do we fix this? Still happening on 0.109.6

@userMak
Copy link

userMak commented May 21, 2020

Have we got any news ?

@albertogeniola
Copy link
Owner

Hi Guys,
The new version of the component (now in development), will handle this as expected. Just be patient until it comes out.

Repository owner deleted a comment from scannifn Jul 6, 2020
Repository owner deleted a comment from maxcanna Jul 6, 2020
Repository owner deleted a comment from scannifn Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants