messenger-bot-witai-tutorial
messenger-bot-witai-tutorial copied to clipboard
Heroku "Application error"
The project has a problem. I cloned it and all I get is "Application error" from Heroku.
@asaf1989 please post heroku logs here so its easier for us to diagnose the problem.
To see the app logs do the following:
In your terminal:
heroku login
After you successfully login
heroku logs --app appname
"Error: Missing WIT_TOKEN. Go to https://wit.ai/docs/quickstart to get one."
You need to set your WIT_TOKEN config variable in Heroku (Settings > Reveal Config Variables).
Am assuming you copied the clone without inspecting anything therefore you've no idea of whats going on. As a first aid add a new file and call it runtime then inside it specify the programming language version that was used to code the repo. eg. python 2.7.10