Frigate NVR Updates: Chasing Down Stale State Bugs
Today's activity centers on state synchronization bugs — one on the live dashboard showing objects that had already left, and one in the config editor that could silently corrupt config files when deleting masks. Both fixes target reliability issues where the interface fell out of sync with the true underlying state.
Duration: PT2M13S
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-07-04T13:11:46Z
- Audio duration: PT2M13S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's July 4th, and today's Frigate activity has one clear throughline: fixing places where the system's displayed state quietly drifted away from reality.
The headline fix comes from PR 23619, Josh Hawkins' miscellaneous fixes pull request. The live dashboard was showing active object indicators for objects that had already left the frame. The root cause was subtle — the camera activity cache only refreshed on client connect, while object "end" events only updated…
That same PR includes a second, related fix worth flagging for anyone touching that dashboard code: object events were being applied through a stale-list pattern, where a render captured one version of the object list and wrote the whole thing back later. Fast-arriving events could stomp on each other — a concurrent…
The second theme is config integrity. PR 23620, from QuickOK, addresses a nastier issue: deleting the last object or motion mask through the UI could silently corrupt config-dot-yaml, and trigger a rollback, if that mask's key had YAML comments attached. The underlying YAML library orphans comment tokens when a…
What's next: watch for 23620 to land, since config corruption during a routine UI…
Nearby episodes from Frigate NVR Updates
- Weekly Recap - Stability and Developer Experience
- Infrastructure Improvements and Documentation
- Stability and Security Improvements
- Recording Watchdog Fix
- Chat System Improvements and Camera Analysis
- Configuration and Documentation Fixes
- Camera Setup and Recording Improvements
- Configuration Cleanup and Documentation Improvements