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

Closed
djashjones opened this issue Apr 30, 2020 · 5 comments
Closed

Detected I/O inside the event loop #97

djashjones opened this issue Apr 30, 2020 · 5 comments
Assignees
Milestone

Comments

@djashjones
Copy link

HACS Version 0.109.9

After the update I'm getting errors.

2020-04-30 08:18:38 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 wiser doing I/O at custom_components/wiser/init.py, line 217: self.wiserhub = wiserHub(self.ip, self.secret)
2020-04-30 08:18:38 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 wiser doing I/O at custom_components/wiser/init.py, line 217: self.wiserhub = wiserHub(self.ip, self.secret)

It still works from what I have tested.

asantaga added a commit that referenced this issue May 2, 2020
Fix for #97 Detected IO inside event loop
@asantaga
Copy link
Owner

asantaga commented May 3, 2020

Hi there, this is fixed in 2.3beta (in the dev branch)..

Hopefully will have a 2.3beta1 release today, just waiting for another PR from Mark for #101

@asantaga asantaga self-assigned this May 3, 2020
@djashjones
Copy link
Author

That's great news 😄

@asantaga
Copy link
Owner

asantaga commented May 3, 2020

other Pr received and merged into dev, can u check this fixed this.

@asantaga asantaga added this to the 2.3 milestone May 3, 2020
@djashjones
Copy link
Author

I'm using HACS and I can only see R2.2

@asantaga
Copy link
Owner

asantaga commented May 4, 2020

Hey @djashjones its a manual pull but dont worry, Ive had other reports its all fixed so I'll create a release today

Closing as fixed

@asantaga asantaga closed this as completed May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants