From 64ab6580dc7238fba0d8a566030c2b5ae0d030ce Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 5 Jan 2023 05:27:57 -0700 Subject: [PATCH] Send blank hwaccel-error cache so logs will show when loading the stats page manually (#4912) --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index 531bf57c0..8b461fd36 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -861,7 +861,7 @@ def latest_frame(camera_name): @bp.route("/recordings/storage", methods=["GET"]) def get_recordings_storage_usage(): recording_stats = stats_snapshot( - current_app.frigate_config, current_app.stats_tracking + current_app.frigate_config, current_app.stats_tracking, [] )["service"]["storage"][RECORD_DIR] total_mb = recording_stats["total"]