Hi, I have configured home assistant as docker container and rhasspy container.
Custom intents works fine (intent_script: in configuration.yaml) but built-in intents are not recognized.
This is the home assistant error log.
2022-11-20 15:50:11.120 ERROR (MainThread) [aiohttp.server] Error handling request
homeassistant | Traceback (most recent call last):
homeassistant | File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
homeassistant | resp = await request_handler(request)
homeassistant | File "/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
homeassistant | resp = await handler(request)
homeassistant | File "/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
homeassistant | return await handler(request)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
homeassistant | return await handler(request)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 100, in forwarded_middleware
homeassistant | return await handler(request)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
homeassistant | return await handler(request)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 82, in ban_middleware
homeassistant | return await handler(request)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 236, in auth_middleware
homeassistant | return await handler(request)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 136, in handle
homeassistant | result = await result
homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 73, in wrapper
homeassistant | result = await method(view, request, data, *args, **kwargs)
homeassistant | File "/usr/src/homeassistant/homeassistant/components/intent/__init__.py", line 72, in post
homeassistant | intent_result = await intent.async_handle(
homeassistant | File "/usr/src/homeassistant/homeassistant/helpers/intent.py", line 64, in async_handle
homeassistant | raise UnknownIntent(f"Unknown intent {intent_type}")
homeassistant | homeassistant.helpers.intent.UnknownIntent: Unknown intent HassShoppingListAddItem