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

spider doing I/O inside the event loop #43173

Closed
mlankamp opened this issue Nov 13, 2020 · 2 comments · Fixed by #43182
Closed

spider doing I/O inside the event loop #43173

mlankamp opened this issue Nov 13, 2020 · 2 comments · Fixed by #43182

Comments

@mlankamp
Copy link

The problem

Environment

  • Home Assistant Core release with the issue: 0.117.6
  • Last working Home Assistant Core release (if known):
  • Operating environment (OS/Container/Supervised/Core): Container
  • Integration causing this issue: spider
  • Link to integration documentation on our website:

Problem-relevant configuration.yaml

Traceback/Error logs

2020-11-13 11:34:33 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue for spider doing I/O at homeassistant/components/spider/switch.py, line 11: entities = [SpiderPowerPlug(api, entity) for entity in api.get_power_plugs()]

Additional information

@probot-home-assistant
Copy link

Hey there @peternijssen, mind taking a look at this issue as its been labeled with an integration (spider) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@peternijssen
Copy link
Contributor

Thanks for the report. It's still on my list to improve the integration, so let me have a look if I have time this weekend to improve some parts and resolve this case.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants