New Errors Since Upgrading to Home Assistant 2024.6 #253
Replies: 3 comments 1 reply
-
yep... |
Beta Was this translation helpful? Give feedback.
-
Is this solution applied for another custom component could work for wundergroundpws as well? |
Beta Was this translation helpful? Give feedback.
-
fixed in v2.0.7 |
Beta Was this translation helpful? Give feedback.
-
Since upgrading to Home Assistant 2024.6, I get this error every time I start Home Assistant:
Detected blocking call to open inside the event loop by custom integration 'wundergroundpws' at custom_components/wundergroundpws/coordinator.py, line 232: tfiledata = json.load_json(f'{tfiledir}{tfilename}.json') (offender: /usr/src/homeassistant/homeassistant/util/json.py, line 78: with open(filename, mode="rb") as fdesc:), please create a bug report at https://github.com/cytech/Home-Assistant-wundergroundpws/discussions/ 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_eager_task( 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/wundergroundpws/init.py", line 53, in async_setup_entry wupwscoordinator = WundergroundPWSUpdateCoordinator(hass, config) File "/config/custom_components/wundergroundpws/coordinator.py", line 87, in init self._tranfile = self.get_tran_file() File "/config/custom_components/wundergroundpws/coordinator.py", line 232, in get_tran_file tfiledata = json.load_json(f'{tfiledir}{tfilename}.json') .
Beta Was this translation helpful? Give feedback.
All reactions