shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 304 forks source link

repeating start sound #291

Closed zacharywendholt closed 6 years ago

zacharywendholt commented 6 years ago

After starting the assistant without shutting down it worked perfectly. After restart it now continuously repeats the starting/test noise. Any help fixing this problem would be appreciated

zacharywendholt commented 6 years ago

to clarify. it is the same sound when the tune plays and the says "hi". after that the google assistant seems to still be working, but this sound continues to play every couple of seconds. I'm not sure if this will help, but it only happened when the device was connected to the internet also

shivasiddharth commented 6 years ago

I suppose you are using the AIY HAT? And can you also confirm whether the systemd file was edited and device model id added?

zacharywendholt commented 6 years ago

I am using the AIY HAT. I have not edited the file. I will look through it to find where to add the device model id.

shivasiddharth commented 6 years ago

Please go through the readme. I have covered everything in detail in that.

zacharywendholt commented 6 years ago

Thanks for the help!

kennethvkennedy commented 6 years ago

I'd followed all the steps but faced the same issue as you did @zacharywendholt .

I fixed it by running the following commands:

sudo systemctl disable gassistpi-push-button.service reboot

shivasiddharth commented 6 years ago

Closing this for inactivity.