-
Notifications
You must be signed in to change notification settings - Fork 244
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
How to start? #1
Comments
hi do this node index.js |
Hi thanks so much for getting back to me. Really dig this idea. I still get this error, even when I have added the api tokens etc in the env file. /git/iot/web-speech-ai/node_modules/apiai/module/apiai.js:73 Error: 'clientAccessToken' cannot be empty. |
Set APIAI_TOKEN='xxxxxxxxxxxxxxxxxxx' in env_test, API Access token you will get from https://dialogflow.com/ when you click on setting for particular agent |
even after setting the token im getting the same error mentioned above is there any reason for this |
create .env file |
also, I just hardcoded my token at index.js |
How to use NPM start ? it shows below error while deploying |
I set the token as const APIAI_TOKEN='APxxxxxxxxxxxxx'; |
Did it work? |
Hi there
Love this! Trying it out. How do I start the node server?
npm start
nornf start
works.The text was updated successfully, but these errors were encountered: