Files
blakeblackshear.frigate/frigate/util
Peter Dolkens 0c988da485 fix(record): replace asyncio.SubprocessError with sp.SubprocessError (#22393)
asyncio.SubprocessError does not exist — Python's asyncio module has no
such class. The correct exception is subprocess.SubprocessError, which
is available via the existing `import subprocess as sp` alias already
present in this file.

The invalid exception reference causes the except clause to raise a
NameError rather than catching the intended exception.
2026-03-12 07:16:06 -06:00
..
2026-03-04 10:07:34 -06:00
2026-03-04 10:07:34 -06:00
2025-11-04 17:06:14 -06:00
2025-11-04 17:06:14 -06:00
2025-10-13 10:52:08 -06:00
2026-03-06 13:41:15 -07:00
2025-11-07 06:53:27 -07:00
2026-03-05 14:11:32 -06:00
2026-02-27 08:55:36 -07:00
2025-11-03 07:34:47 -06:00