-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot send message #12
Comments
Same issue here when updating from ^0.5.2 → ^0.6.4 and using interactive buttons. |
@davidvexel I solved this by using |
thanks @deathg0d, I'm using it on Slack, wondering if it's the same work around. |
Hey folks, Just to let you know that
=> If you find a solution to your issue, please consider a PR! I'll happily merge it. This repo is aimed at helping beginners, so let's make it better |
Trying to use this demo in my existing project with the latest Botkit. My 'facebook_optin' is working fine. But when I send any other message from facebook I get the following error:
TypeError: Cannot set property 'stage' of undefined at Object.Botkit.botkit.receiveMessage (... CoreBot.js:108:33)
Line 108 in CoreBot.js looks like the following:
The text was updated successfully, but these errors were encountered: