I've been having an issue with authentication for a couple of application, most recently speech-to-text and moonraker. I'm running the docker container and I have nodered and vscode containers connecting just fine. Is there anything special I need to do to allow these to authenticate? I have created new tokens and used those in the configuration of those apps but both get denied.
moonraker:
tornado.httpclient.HTTPClientError: HTTP 403: Forbidden
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/klipper/moonraker/moonraker/components/power.py", line 564, in init_state
state = await self._send_status_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/klipper/moonraker/moonraker/components/power.py", line 1267, in _send_status_request
res = await self._send_homeassistant_command("info")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/klipper/moonraker/moonraker/components/power.py", line 1261, in _send_homeassistant_command
response.raise_for_status(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/data/klipper/moonraker/moonraker/components/http_client.py", line 373, in raise_for_status
raise ServerError(msg, code) from self._error