You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing the software (v1.0.0) with no audio hardware available and I see lots of No audio card found errors being reported. This will wear out the MicroSD card and fill up the storage overtime.
StopIteration
1733200208.513170 [ERROR] No audio card found
Traceback (most recent call last):
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/services/000-audio/audio_manager.py", line 47, in initialize_audio
next(card for card in cards if 'wm8960' in card),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
1733200208.533263 [ERROR] No audio card found
Traceback (most recent call last):
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/services/000-audio/audio_manager.py", line 47, in initialize_audio
next(card for card in cards if 'wm8960' in card),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
1733200208.553574 [ERROR] No audio card found
Traceback (most recent call last):
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/services/000-audio/audio_manager.py", line 47, in initialize_audio
next(card for card in cards if 'wm8960' in card),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
1733200208.573448 [ERROR] No audio card found
Traceback (most recent call last):
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/services/000-audio/audio_manager.py", line 47, in initialize_audio
next(card for card in cards if 'wm8960' in card),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
1733200208.593369 [ERROR] No audio card found
Traceback (most recent call last):
File "/opt/ubo/env/lib/python3.11/site-packages/ubo_app/services/000-audio/audio_manager.py", line 47, in initialize_audio
next(card for card in cards if 'wm8960' in card),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
I was testing the software (v1.0.0) with no audio hardware available and I see lots of
No audio card found
errors being reported. This will wear out the MicroSD card and fill up the storage overtime.The text was updated successfully, but these errors were encountered: