I've got Jasper up and running on my Raspberry Pi 3 (running Raspbian Jessie) and I've managed to get it working with the Pocketsphinx and Wit.ai STT engines, but I haven't been happy with the performance of either of those. I'd really like to use the Google STT but whenever I run it, I get this error in the console:
CRITICAL:client.stt:Request failed with http status 403
WARNING:client.stt:Status 403 is probably caused by an invalid Google API key.
I've enabled the Speech API in Google Dev and generated an API key. I've triple checked the key multiple times, tried formatting it in the profile.yml multiple ways, and I even tried inserting the key directly into the stt.py source code, but no luck. Any suggestions?
I've got Jasper up and running on my Raspberry Pi 3 (running Raspbian Jessie) and I've managed to get it working with the Pocketsphinx and Wit.ai STT engines, but I haven't been happy with the performance of either of those. I'd really like to use the Google STT but whenever I run it, I get this error in the console:
I've enabled the Speech API in Google Dev and generated an API key. I've triple checked the key multiple times, tried formatting it in the profile.yml multiple ways, and I even tried inserting the key directly into the stt.py source code, but no luck. Any suggestions?