-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Solved: Annyang in Chromium: keeps stopping and starting #257
Comments
I've dealt with this issue before as well. You need to use these parameters to get it to stop: |
@sdawson26 thanks for reply. I've tried this, but it only results in annyang stopping right away (the If I just start annyang with no parameters, the Should note that this also happens on the official annyang website, https://www.talater.com/annyang/. |
Right, so after alot of hairpulling why this didn't work I've figured it out. It came down to two errors I had made:
|
Hello!
So I'm trying to add annyang to a node.js app I'm running in the Cromium browser. Everything works fine in Chrome, but in Chromium I'm having some issues. Annyang tells me it keeps stopping and starting:
Speech Recognition is repeatedly stopping and starting. See http://is.gd/annyang_restarts for tips.
I know this can be caused with having multiple tabs/windows running annyang open, but I only have one active.
I have created the Google keys (https://www.chromium.org/developers/how-tos/api-keys) and placed them in my
.bash_profile
. However, I'm still getting this message and I'm suspecting I've done something wrong with the keys. Exactly where should I place them, and do I need to take any special steps in order for them to work? I'm on Mac OSX. Should also note that theprintenv
command in the terminal returns the right keys.And for the record: I've tried running my localhost server on HTTPS with a Self Signed Sertificate also, but to no avail.
Thanks!
The text was updated successfully, but these errors were encountered: