-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrigateSVR thing configuration - 400/401 API error #9
Comments
Thanks for the report. I'll have a more detailed look at this in the next week or so once time permits. I am running OH 4.2.1 here but my frigate instance is not behind HTTPS and everything works. What does your frigateServer thing configuration look like? Particularly the serverURL parameter? I have had some reports of strange behaviour with docker instances, but not this specifically. |
I've just recreated it: mqtt:frigateServer config
Could it be frigate's builtin nginx? Is there a way to access it's config? BTW I've checked again with curl and it shows '401 Authorization Required' |
Frigate 0.14 is introducing authenticated API As workaround I've exposed unauthenticated port 5000 in frigate docker.
|
I will look at this in more detail when things get less busy - however the binding's HTTP client that talks to the frigate server really doesn't do anything clever beyond standard HTTP. I suspect there is something going on on the Frigate side. |
I've just attempted to set up this binding and I think I've run into this issue. UPDATE: Fixed it! |
Frigate ver: 0.14.1
Proxmox unprivileged LXC in Docker
OpenHab ver: 4.2.2
Different host. Frigate binding build locally, but 4.2 doesn't work either.
With TLS disabled in frigate I'm getting 401 Authorization Required from nginx
Openhab log:
With TLS enabled hitting http:
And https response:
After setting MQTT in docker yesterday I'm loosing marbles with this one. How should it be authenticated from openhab thing?
The text was updated successfully, but these errors were encountered: