Hya, by trying to add Passive BLE Monitor integration, the follwing error shows up:
Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble
and log shows the following:
Traceback (most recent call last):
File "/var/homeassistant/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
resp = await request_handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/aiohttp/web_app.py", line 504, in _handle
resp = await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
return await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/forwarded.py", line 220, in forwarded_middleware
return await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
return await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/ban.py", line 79, in ban_middleware
return await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/auth.py", line 219, in auth_middleware
return await handler(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/view.py", line 137, in handle
result = await result
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/config/config_entries.py", line 132, in post
return await super().post(request)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/data_validator.py", line 62, in wrapper
result = await method(view, request, *args, **kwargs)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/helpers/data_entry_flow.py", line 72, in post
result = await self._flow_mgr.async_init(
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/data_entry_flow.py", line 203, in async_init
flow, result = await task
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/data_entry_flow.py", line 221, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/config_entries.py", line 730, in async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/setup.py", line 351, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 83, in async_get_integration_with_requirements
await _async_process_integration(hass, integration, done)
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 99, in _async_process_integration
await async_process_requirements(
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 162, in async_process_requirements
await _async_process_requirements(
File "/var/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 180, in _async_process_requirements
raise RequirementsNotFound(name, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for ble_monitor not found: ['pycryptodomex>=3.12.0'].
Any clue?
Thx in advance.