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

I/O inside the event loop #38

Closed
whatdaybob opened this issue May 16, 2020 · 2 comments
Closed

I/O inside the event loop #38

whatdaybob opened this issue May 16, 2020 · 2 comments

Comments

@whatdaybob
Copy link

Describe the Bug
I/O inside the event loop

The Error

2020-05-16 06:08:09 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 plex_recently_added doing I/O at custom_components/plex_recently_added/sensor.py, line 317: r = requests.head(url, verify=False)

Indicate if you followed all steps in the troubleshooting doc
N/A

What data does the sensor display if any?
N/A

What displays when visiting the API URL from the troubleshooting guide?
N/A

Does the default Home Assistant Plex component work for you?
N/A

Home Assistant Version
0.109.3

Additional Context
Spams the logs on start up

@baldfox
Copy link

baldfox commented Jun 16, 2020

I too am having the same issue. Version: 0.113, 4.10 on hassio.... The sensor is working correctly but am still getting this error

Log Details (WARNING)
Logger: homeassistant.util.async_
Source: util/async_.py:120
First occurred: 15:30:52 (20 occurrences)
Last logged: 15:30:58

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for plex_recently_added doing I/O at custom_components/plex_recently_added/sensor.py, line 323: r = requests.head(url, verify=False)

@maykar
Copy link
Member

maykar commented Jun 17, 2020

Should be fixed in latest release (0.3.3)

@maykar maykar closed this as completed Jun 17, 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

3 participants