Closed pacmac closed 9 months ago
you are running an outdated version of frigate
Thanks, but I am unable to update it, I ran the following commands:
IMAGE_NAME="ghcr.io/blakeblackshear/frigate:stable" docker pull $IMAGE_NAME; d stop frigate; docker compose up -d --remove-orphans
And it keeps crashing with some message about trying to convert or move database from some location to another.
I will attempt the upgrade again and post the exact error.
Please read the release notes, your docker config volume mount is incorrect
@NickM-27 - Thanks very much, I did not notice that breaking change.
All good now.
Describe the problem you are having
I have codeproject AI running on same docker host as frigate.
Whenever I try and save the config and restart I get the following error.
No match for discriminator 'type' and value 'deepstack' (allowed values: 'cpu', 'edgetpu', 'openvino', 'tensorrt')
`Config Error:
Traceback (most recent call last): File "/opt/frigate/frigate/http.py", line 761, in config_save new_yaml = FrigateConfig.parse_raw(new_config) File "/opt/frigate/frigate/config.py", line 1077, in parse_raw return cls.parse_obj(config) File "pydantic/main.py", line 526, in pydantic.main.BaseModel.parse_obj File "pydantic/main.py", line 341, in pydantic.main.BaseModel.init pydantic.error_wrappers.ValidationError: 1 validation error for FrigateConfig detectors -> deepstack No match for discriminator 'type' and value 'deepstack' (allowed values: 'cpu', 'edgetpu', 'openvino', 'tensorrt') (type=value_error.discriminated_union.invalid_discriminator; discriminator_key=type; discriminator_value=deepstack; allowed_values='cpu', 'edgetpu', 'openvino', 'tensorrt')`
Version
0.12.0-DA3E197
Frigate config file
docker-compose file or Docker CLI command
Relevant log output
Operating system
Proxmox
Install method
Docker Compose
Coral version
Other
Any other information that may be helpful
No response