Frigate NVR Updates: Access Control and Error Handling Cleanup
A large "miscellaneous fixes" pull request closes several access-control and error-handling gaps across the API and restart logic, while a separate fix targets semantic search reindexing bugs in the 0.18 release. Most of today's activity is defensive hardening rather than new features.
Duration: PT2M23S
Episode overview
This episode is a short developer briefing from Frigate NVR Updates.
It explains recent repository work in plain language.
- Show: Frigate NVR Updates
- Published: 2026-09-19T13:14:47Z
- Audio duration: PT2M23S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day. It's September 19th, 2026, and today's Frigate activity is dominated by one theme: tightening up error handling and access control across the board.
The big one is PR 24402 from Hawkeye217, a broad sweep of fixes touching media handling, ONVIF, and the settings UI. The common thread is exceptions swallowing real problems. Snapshot and thumbnail endpoints were catching a broad exception that also caught the access-denial exception meant to block one camera's user…
Restart reliability got attention too. Restarting Frigate under a non-root user was throwing an access-denied error that quietly killed the restart path for the UI button, MQTT, and Save-and-Restart alike. That's now caught and handled, falling back to the existing shutdown signal. Related to that, ONVIF sessions…
A second theme is precision fixes: DST transition detection now bisects down to the exact second instead of being off by up to a day, which matters for how events and recordings get grouped around clock changes. And GenAI provider settings no longer keep a stale model selected after switching providers, which was…
Separately, PR 24407, still open, addresses semantic search reindexing bugs tied to the…
Round…
Nearby episodes from Frigate NVR Updates
- GenAI Gets Smarter, Config Validation Gets Honest
- Live View Reliability Fixes
- Web Frontend Cleanup Sprint
- Security Fixes and Dependency Overhaul
- Weekly Recap - Release Prep Meets Frontend Overhaul
- Dependency Cleanup and AI Description Reliability
- 0.19 Groundwork and a Frontend Cleanup Push
- 0.18 Ships, 0.19 Begins