ErrLookup › blakeblackshear/frigate
blakeblackshear/frigate
NVR with realtime local object detection for IP cameras · TypeScript · 844 source files
Analyzed at ca18b8dc13 on 2026-08-27. 19 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Failed to initialize RKNN runtime | exception | critical | rknn, rockchip, npu, runtime-init, detector |
| RKNN Lite not available | exception | critical | rknn, import-error, module-not-found, rockchip, detector |
| Model does not support detector type of {detector} | validation | error | model-mismatch, detector, config, validation |
| AXEngine is not installed. | exception | critical | axengine, axera, import-error, module-not-found, detector |
| Model {model_path} is unsupported. Provide your own model or | exception | error | axengine, model-path, unsupported-model, config |
| Model type "{self.detector_config.model.model_type}" is curr | exception | error | axengine, model-type, unsupported-model, post-processing |
| {self.model_type} is currently not supported for edgetpu. Se | exception | error | edgetpu, coral, model-type, unsupported-model |
| Invalid model URL. Only .hef files are supported. | validation | error | hailo, model-url, validation, hef |
| Failed to download model from {url}: {str(e)} | exception | error | hailo, download, network, model-url |
| Model file not found at: {self.model_path} | exception | error | hailo, file-not-found, model-path, docker-mount |
| HailoRT inference thread has stopped, restart required. | exception | critical | hailo, inference-thread, timeout, accelerator, restart-required |
| MemryX SDK is not installed. Install it and set up MIX envir | exception | critical | memryx, import-error, module-not-found, sdk, detector |
| Invalid model path: {self.memx_model_path}. Only .zip files | validation | error | memryx, model-path, validation, zip |
| Custom model zip not found: {self.memx_model_path} | exception | error | memryx, file-not-found, model-path, docker-mount |
| No .dfp file found in custom model zip after extraction. | exception | error | memryx, dfp, model-package, extraction |
| No *_post.onnx file found in custom model zip for {self.memx | exception | error | memryx, post-model, onnx, model-package |
| {self.memx_model_type} is currently not supported for memryx | exception | error | memryx, model-type, unsupported-model, post-processing |
| {self.onnx_model_type} is currently not supported for onnx. | exception | error | onnx, model-type, unsupported-model, detector |
| Make sure to run docker in privileged mode. | exception | critical | rknn, rockchip, docker, privileged, permissions |