Google AIY voice errors
- Prasanth KV
- Feb 6, 2020
- 1 min read
for the initial steps please follow th link
For version 1 https://aiyprojects.withgoogle.com/voice-v1/
For version 2 https://aiyprojects.withgoogle.com/voice/
Just do the credntials as given in the tutorial above most probably it will work fine
I have chosen the raspberry pi 3B and voice kit V1
while applying the demo in the terminal you should type the full folder link
thats how the terminal accesses and run the demo
When you try to run the demo python file in the terminal you may get a long paragraph showing credentials error its common in the 13-11-2019 Raspbian image that you have flashed please check a github thread in this link there is a column which ask you to go and edit a file in the system, IT WORKED FOR ME https://github.com/google/aiyprojects-raspbian/issues/658
! You can test the Library demo which uses ok google hotword but the latest version of the image and cloud server wont allow to boot up library demo {it is shown as depricated} .You can only autoboot the raspberry pi with grpc demo[button trigger} because it is the only python file with .service file in the folder and .service is required for autorun in boot
setting up assistant on boot https://github.com/carolinedunn/Google-Home-RPi-AutoBoot or there is column in the en of voice kit v2 setup on autoboot
! in case you can change the command
sudo systemctl enable assist.service
to
sudo systemctl disable assist.service
for disabling autoboot
If you want to run the library demo or any other demo after boot up There will be an segmentation fault check this link and retry the command
https://github.com/google/aiyprojects-raspbian/issues/660
Comments