messenger-bot-witai-tutorial icon indicating copy to clipboard operation
messenger-bot-witai-tutorial copied to clipboard

Heroku "Application error"

Open AsafTzarfati opened this issue 8 years ago • 3 comments

The project has a problem. I cloned it and all I get is "Application error" from Heroku.

AsafTzarfati avatar Nov 28 '16 15:11 AsafTzarfati

@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

neeraj87 avatar Dec 30 '16 16:12 neeraj87

"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).

colinking avatar Mar 04 '17 03:03 colinking

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

SammyMwanyasi avatar Jul 30 '17 12:07 SammyMwanyasi