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

snd/blop-mark-diangelo.wav file doesn't not exist #43

Closed
goldyfruit opened this issue Dec 21, 2023 · 0 comments
Closed

snd/blop-mark-diangelo.wav file doesn't not exist #43

goldyfruit opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@goldyfruit
Copy link
Member

The snd/blop-mark-diangelo.wav doesn't exist anywhere on the system.

2023-12-21 10:12:28.083 - HiveMind-voice-sat - ovos_PHAL.service:load_plugins:85 - ERROR - failed to load PHAL plugin: ovos-PHAL-plugin-alsa
Traceback (most recent call last):
  File "/home/hivemind/.venv/lib/python3.11/site-packages/ovos_PHAL/service.py", line 82, in load_plugins
    self.drivers[name] = plug(bus=self.bus, config=config)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/hivemind/.venv/lib/python3.11/site-packages/ovos_PHAL_plugin_alsa/__init__.py", line 54, in __init__
    self.set_volume(50)
  File "/home/hivemind/.venv/lib/python3.11/site-packages/ovos_PHAL_plugin_alsa/__init__.py", line 66, in set_volume
    self.bus.emit(Message("mycroft.audio.play_sound", {"uri": "snd/blop-mark-diangelo.wav"}))
  File "/home/hivemind/.venv/lib/python3.11/site-packages/hivemind_bus_client/client.py", line 277, in emit
    self.internal_bus.emit(message.payload)
  File "/home/hivemind/.venv/lib/python3.11/site-packages/ovos_utils/messagebus.py", line 61, in emit
    self.ee.emit(message.msg_type, message)
  File "/home/hivemind/.venv/lib/python3.11/site-packages/pyee/_base.py", line 115, in emit
    handled = self._call_handlers(event, args, kwargs)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/hivemind/.venv/lib/python3.11/site-packages/pyee/_base.py", line 98, in _call_handlers
    self._emit_run(f, args, kwargs)
  File "/home/hivemind/.venv/lib/python3.11/site-packages/pyee/_base.py", line 83, in _emit_run
    f(*args, **kwargs)
  File "/home/hivemind/.venv/lib/python3.11/site-packages/ovos_audio/service.py", line 478, in handle_instant_play
    audio_file = self._resolve_sound_uri(audio_file)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/hivemind/.venv/lib/python3.11/site-packages/ovos_audio/service.py", line 420, in _resolve_sound_uri
    raise FileNotFoundError(f"{audio_file} does not exist")
FileNotFoundError: None does not exist
@JarbasAl JarbasAl added the bug Something isn't working label Dec 21, 2023
@JarbasAl JarbasAl transferred this issue from OpenVoiceOS/ovos-PHAL-plugin-alsa Dec 21, 2023
JarbasAl pushed a commit that referenced this issue Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants