🥅(summary) catch file-related exceptions when handling recording objects

Previously, if a recording file was not found in the bucket, the code would
crash. This adds proper error handling to avoid unhandled failures.
This commit is contained in:
lebaudantoine
2026-02-02 23:42:49 +01:00
committed by aleb_the_flash
parent 716e11b5b3
commit 9f58efb851
3 changed files with 45 additions and 27 deletions

View File

@@ -20,6 +20,7 @@ and this project adheres to
- ♿️(frontend) sr pin/unpin announcements with dedicated messages #898
- ♿(frontend) adjust sr announcements for idle disconnect timer #908
- ♿️(frontend) add global screen reader announcer#922
- 🥅(summary) catch file-related exceptions when handling recording #944
### Fixed