Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when no fallback tts is loaded dont try to execute TTS, log an error and return instead makes logs more readable, instead of the error below hiding the real issue ``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/.venvs/ovos/lib/python3.9/site-packages/ovos_audio/service.py", line 380, in execute_fallback_tts tts.execute(utterance, ident, listen, AttributeError: 'NoneType' object has no attribute 'execute' ```
- Loading branch information