Hey all, I'm trying to integrate a HA with Frigate and for certain types of requests I'm seeing that HA is recieveing a 401 from Frigate. I'm guessing it's just not sending credentials?
I think that the Frigate integration is configured with the username and password correctly since it's able to pull cameras and create entities, but some of the streams don't work, and I see those logs when they don't work
My setup:
HA Docker
Frigate Docker
Frigate Custom Integration
Advanced Camera Card
HA Accessed over HTTPS
The type of logs I can see in HA are:
Reverse proxy error for /api/frigate/frigate/jsmpeg/<SNIP>?authSig=<SNIP>: 401, message='Invalid response status', url='http://<SNIP>:8971/live/jsmpeg/<SNIP>'
Reverse proxy error for /api/frigate/frigate/mse/api/ws?src=pupcam&authSig=<SNIP>: 401, message='Invalid response status', url='http://<SNIP>:8971/live/mse/api/ws?src=<SNIP>'
Any advice as to how to debug this?