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

Error: The 'send' action is missing #17

Closed
Rolfjdra opened this issue Jul 19, 2017 · 0 comments
Closed

Error: The 'send' action is missing #17

Rolfjdra opened this issue Jul 19, 2017 · 0 comments

Comments

@Rolfjdra
Copy link

Hi! I have created my chatbot based on this code, and it has worked very well! Until now...
When I update my bot, I get the following error in heroku logs:
"The 'send' action is missing".

I have never had a 'send' action. My actions are "say", "merge" and "error".

I also got an authentication error which was solved by changing:
"return new Wit(Config.WIT_TOKEN, actions);"
to
"return new Wit({ accessToken: Config.WIT_TOKEN, actions: actions });"

Is anyone else familiar with this? It has to be a problem with the version I'm using, but I have tried to fix this all day.

Thanks in advance!

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

1 participant