[Bug]: v0.14 config validation errors on integer camera name #13032
Replies: 1 comment
-
this is not a bug and working as expected, your camera name is invalid. If you want to force integer only then it should be cast as a string |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Camera names with integers report a strange error with
cameras.name.[key]
since it's hardcoded to only accept strings instead of integersSteps to reproduce
Drop the following config file into an empty install
Version
0.14
Frigate config file
Relevant log output
Operating system
Other Linux
Install method
Docker Compose
Network connection
Wired
Camera make and model
N/A
Any other information that may be helpful
single quoting the camera name does mitigate the problem, but integer camera names should still be valid
Beta Was this translation helpful? Give feedback.
All reactions