mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-04 07:03:44 +08:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user