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 to import_module inside the event loop #618

Closed
canton7 opened this issue May 22, 2024 · 0 comments
Closed

Detected blocking call to import_module inside the event loop #618

canton7 opened this issue May 22, 2024 · 0 comments

Comments

@canton7
Copy link
Collaborator

canton7 commented May 22, 2024

Detected blocking call to import_module inside the event loop by custom integration 'foxess_modbus' at custom_components/foxess_modbus/client/modbus_client.py, line 203: if auto_connect and hasattr(self._client, "connected") and not self._client.connected: (offender: /usr/local/lib/python3.12/site-packages/serial/__init__.py, line 74: importlib.import_module(package_name)), please create a bug report at https://github.com/nathanmarlor/foxess_modbus/issues
Detected blocking call to import_module inside the event loop by custom integration 'foxess_modbus' at custom_components/foxess_modbus/client/modbus_client.py, line 203: if auto_connect and hasattr(self._client, "connected") and not self._client.connected: (offender: /usr/local/lib/python3.12/site-packages/serial/__init__.py, line 75: handler_module = importlib.import_module(module_name, package_name)), please create a bug report at https://github.com/nathanmarlor/foxess_modbus/issues

Originally posted by @kozobera in #617

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

1 participant