#Bluetooth failing to load dependencies

1 messages · Page 1 of 1 (latest)

golden barn
#

Hey all,

Recently all my Bluetooth integrations have stopped function.
I'll add a couple errors below...
But I have tried deleting and reconfiguring the Bluetooth. Removes a bunch of old configs.
I tried ssh and power on the bluetoothctl. And when I go into the integration after reconfiging it, it shows that it sees other devices in passive mode.
I'm running the latest HAOS in virtualbox, it's been running that way for maybe 6-7 years.
I don't recall any upgrades or changes that happened at the start of the issues

Logger: homeassistant
Source: setup.py:578

Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1457, in async_init
    flow, result = await self._async_init(flow_id, handler, context, data)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1482, in _async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1679, in async_create_flow
    handler = await _async_get_flow_handler(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        self.hass, handler_key, self._hass_config
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 3807, in _async_get_flow_handler
    await _load_integration(hass, domain, hass_config)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 3784, in _load_integration
    await async_process_deps_reqs(hass, hass_config, integration)
  File "/usr/src/homeassistant/homeassistant/setup.py", line 578, in async_process_deps_reqs
    raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: Could not setup dependencies: bluetooth_adapters