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

Error about Azure TTS plugin #193

Closed
timonvanhasselt opened this issue Oct 30, 2023 · 1 comment
Closed

Error about Azure TTS plugin #193

timonvanhasselt opened this issue Oct 30, 2023 · 1 comment

Comments

@timonvanhasselt
Copy link

I think the mapping is missing for the Azure TTS plugin in the plug-in manager. BTW: the voice is working, regardless of the following error.

2023-10-30 12:57:59.175 - skills - ovos_plugin_manager.utils:load_plugin:155 - WARNING - Could not find the plugin PluginTypes.TTS.ovos-tts-plugin-azure
2023-10-30 12:57:59.184 - skills - ovos_plugin_manager.tts:create:216 - ERROR - The TTS plugin "ovos-tts-plugin-azure" could not be loaded.
Available modules: ovos-tts-plugin-dummy
Traceback (most recent call last):
  File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/tts.py", line 212, in create
    raise RuntimeError(f"unknown plugin: {tts_module}")
RuntimeError: unknown plugin: ovos-tts-plugin-azure
2023-10-30 12:57:59.186 - skills - ovos_audio.service:__init__:93 - ERROR - unknown plugin: ovos-tts-plugin-azure
Traceback (most recent call last):
  File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_audio/service.py", line 90, in __init__
    self._maybe_reload_tts()
  File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_audio/service.py", line 318, in _maybe_reload_tts
    self.tts = TTSFactory.create(config)
               ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_audio/tts.py", line 9, in create
    return OVOSTTSFactory.create(config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/tts.py", line 212, in create
    raise RuntimeError(f"unknown plugin: {tts_module}")
RuntimeError: unknown plugin: ovos-tts-plugin-azure
2023-10-30 12:57:59.187 - skills - ovos_audio.service:on_error:44 - ERROR - Audio service failed to launch (unknown plugin: ovos-tts-plugin-azure).
@timonvanhasselt
Copy link
Author

I don't think I had the issue after this one again. So I close the issue.

@github-actions github-actions bot mentioned this issue Sep 2, 2024
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