Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No audio card found errors in bear bone operations #197

Open
zytegalaxy opened this issue Dec 3, 2024 · 0 comments
Open

No audio card found errors in bear bone operations #197

zytegalaxy opened this issue Dec 3, 2024 · 0 comments

Comments

@zytegalaxy
Copy link
Collaborator

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),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant