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

JSON error #2

Open
LadyK opened this issue Mar 9, 2018 · 2 comments
Open

JSON error #2

LadyK opened this issue Mar 9, 2018 · 2 comments

Comments

@LadyK
Copy link

LadyK commented Mar 9, 2018

When I run the speech-to-google-API patch, I get an error:

js: JSON-google-speech.js: Javascript SyntaxError: JSON.parse, line 53
js: error calling function read [JSON-google-speech.js]

@fnm1900
Copy link

fnm1900 commented Mar 22, 2021

I get the same error that LadyK mentioned above

@ryanh31
Copy link

ryanh31 commented Apr 1, 2021

to fix this I capitalized the word json like this for my line 53

var speech = JSON.parse(memstr);

also if you are trying the sound exchange, my full path to my sox is not
/opt/local/bin/sox
sox on my mac is:
/usr/local/bin/sox

I installed sound exchange with Homebrew and to find the path to sox in terminal I asked 'which sox'

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