mrk-its / homeassistant-blitzortung

Custom Component for fetching lightning data from blitzortung.org
MIT License
208 stars 41 forks source link

Detected blocking call to open inside the event loop #106

Closed larronni closed 3 weeks ago

larronni commented 4 months ago

Detected blocking call to open inside the event loop by custom integration 'blitzortung' at custom_components/blitzortung/mqtt.py, line 98: import paho.mqtt.client as mqtt # pylint: disable=import-outside-toplevel (offender: /usr/local/lib/python3.12/ctypes/util.py, line 276: with open(filepath, 'rb') as fh:), please create a bug report at https://github.com/mrk-its/homeassistant-blitzortung/issues Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/main.py", line 223, in sys.exit(main()) File "/usr/src/homeassistant/homeassistant/main.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component result = await _async_setup_component(hass, domain, config) File "/usr/src/homeassistant/homeassistant/setup.py", line 447, in _async_setup_component await asyncio.gather( File "/usr/src/homeassistant/homeassistant/setup.py", line 449, in create_eagertask( File "/usr/src/homeassistant/homeassistant/util/async.py", line 37, in create_eager_task return Task(coro, loop=loop, name=name, eager_start=True) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 742, in async_setup_locked await self.async_setup(hass, integration=integration) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/blitzortung/init.py", line 78, in async_setup_entry coordinator = BlitzortungCoordinator( File "/config/custom_components/blitzortung/init.py", line 201, in init self.mqtt_client = MQTT( File "/config/custom_components/blitzortung/mqtt.py", line 98, in init import paho.mqtt.client as mqtt # pylint: disable=import-outside-toplevel

mrk-its commented 4 months ago

Thanks, just noticed it on 2024.6.1, will take a look on it soon. Thanks!

jhemak commented 3 months ago

Just started having this issue on 2024.6.4

jbonzey commented 3 months ago

Same problem here starting on 6.4