Hey, I managed to get mycroft default working well on Ubuntu 19.04.
I decided to change my TTS to gTTS and use the mycroft-config to set the laguage to “en-uk”.
Problem:
Now all the voice commands are broken. Mycroft responds with “not.loaded” for everything, including weather and whats the time. (At least it has a UK slang to it)
I have tried the CLI as well, and written commands are also coming up with “not.loaded”
I suppose it is the en-us to en-uk issue? If I change it back to en-us everything is working fine again.
I have also tried making a copy of the vocab/en-us and renaming it vocab/en-uk and vocab/en-gb and it works somewhat… but that’s too much work to go into all the skills and rename everything.
Hi yeah, the lang will tell the skills to look in a lang folder called en-uk which doesn’t exist. Currently we don’t have a smart fail-over to the closest language. You can however set the language specifically for the google tts module:
Thank you @forslund for the reply! Will try to look into that PR in a bit.
I will revert back to en-us for now, while working on my own personal news function.