diff --git a/selfdrive/ui/soundd.py b/selfdrive/ui/soundd.py index 9fb778143..087710fc4 100644 --- a/selfdrive/ui/soundd.py +++ b/selfdrive/ui/soundd.py @@ -212,7 +212,7 @@ class Soundd: for path in self._sound_candidates(filename): try: sound_data = self._read_sound(path) - except Exception: + except (OSError, EOFError, ValueError, wave.Error): cloudlog.exception(f"soundd: failed to load {path}") continue if sound_data is not None: