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 blocking call ... inside the event loop #203

Open
zxdavb opened this issue Aug 26, 2024 · 0 comments
Open

Detected blocking call ... inside the event loop #203

zxdavb opened this issue Aug 26, 2024 · 0 comments
Assignees

Comments

@zxdavb
Copy link
Owner

zxdavb commented Aug 26, 2024

Describe the bug
HA is issuing a warning that RAMSES RF (ramses_cc) is making calls to I/O in the main thread, and it shouldn't.

Detected blocking call to iglob with args (‘/dev/rfcomm*’,) inside the event loop by custom integration ‘ramses_cc’ at custom_components/ramses_cc/broker.py, line 175: return Gateway( (offender: /usr/local/lib/python3.12/glob.py, line 28: return list(iglob(pathname, root_dir=root_dir, dir_fd=dir_fd, recursive=recursive,)
@zxdavb zxdavb self-assigned this Aug 26, 2024
@zxdavb zxdavb changed the title Detected blocking call to iglob with args (‘/dev/rfcomm*’,) inside the event loop Detected blocking call ... inside the event loop Aug 26, 2024
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
@zxdavb and others