diff --git a/frigate/stats/util.py b/frigate/stats/util.py index c2d6586ad..d8e93c6ca 100644 --- a/frigate/stats/util.py +++ b/frigate/stats/util.py @@ -293,7 +293,7 @@ def stats_snapshot( for path in [RECORD_DIR, CLIPS_DIR, CACHE_DIR, "/dev/shm"]: try: storage_stats = shutil.disk_usage(path) - except FileNotFoundError: + except (FileNotFoundError, OSError): stats["service"]["storage"][path] = {} continue