Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions on troubleshooting #37

Open
daangemist opened this issue Mar 4, 2017 · 6 comments
Open

Instructions on troubleshooting #37

daangemist opened this issue Mar 4, 2017 · 6 comments

Comments

@daangemist
Copy link

I am attempting to build a library with this project. The hotword detection with the snowboy model works. But I never receive a transcribe event after that. How can I debug/troubleshoot what is going wrong. Any suggestions?

@evancohen
Copy link
Owner

Yeah, having some troubleshooting docs is probably be a good idea. 90% of the time the symptoms you describe are caused by something wrong with the billing configuration.

I have instructions for how to correctly enable billing for another project which should be the same for Sonus: https://docs.smart-mirror.io/docs/configuring_voice.html#setting-up-speech-recognition

@daangemist
Copy link
Author

I checked an billing is enabled for the project. Next step I guess is to start with node --inspect and step through the code.

@jaumard
Copy link
Contributor

jaumard commented Apr 17, 2017

I'm trying to implement the example, I also have the hot key detection working but not the google speech part :(
I check on my google cloud account and I see there some calls but all in 403 errors :( I create new json file and project ID match so I'm out of idea of what's going wrong.

Any ideas ?

@evancohen
Copy link
Owner

@jaumard 403 most likely means there's a problem with your billing information. I have some instructions on how to correctly enable it do that for another project: Setting up speech recognitinon.

@jaumard
Copy link
Contributor

jaumard commented Apr 17, 2017

@evancohen did the trick for me ! Thanks ! All working for me :) any way to choose the langage ? For now it's english but what if I want to switch ? (want to also use French) is it possible ? I know google speech can take a langage field on createRecognizeStream but I didn't see any option to set that in Sonus

@jaumard
Copy link
Contributor

jaumard commented Apr 17, 2017

Never mind :D found it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants