2024.11.0 HA update
Closed this issue · 4 comments
Version of the custom_component
5.4.1Configuration
Add your logs here.
Describe the bug
A clear and concise description of what the bug is.
Debug log
Add your logs here.
Logger: homeassistant.setup
Source: setup.py:334
First occurred: 09:18:57 (1 occurrences)
Last logged: 09:18:57
Setup failed for custom integration 'frigate': Unable to import component: No module named 'hass_web_proxy_lib'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
component = await integration.async_get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1031, in async_get_component
self._component_future.result()
File "/usr/src/homeassistant/homeassistant/loader.py", line 1011, in async_get_component
comp = await self.hass.async_add_import_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1071, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/config/custom_components/frigate/init.py", line 57, in
from .views import async_setup as views_async_setup
File "/config/custom_components/frigate/views.py", line 11, in
from hass_web_proxy_lib import (
ModuleNotFoundError: No module named 'hass_web_proxy_lib'
Same issue here. I rolled back to 5.4.0 via HACS and things are working again.
Rolling back to 5.4.0 worked for me too :)
Duplicate: #762
I'd be curious if upping/downing your HA instances fixes this issue, please chime in on the other issue linked on whether or not that worked, as dependencies should install automatically.