-
Notifications
You must be signed in to change notification settings - Fork 45
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
Milestone
Comments
asantaga
added a commit
that referenced
this issue
May 2, 2020
Fix for #97 Detected IO inside event loop
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 |
That's great news 😄 |
other Pr received and merged into dev, can u check this fixed this. |
I'm using HACS and I can only see R2.2 |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: