jellyfangs / messenger-bot-witai-tutorial

Jack up your chat bot using Wit.ai in 30 minutes!
MIT License
196 stars 72 forks source link

Heroku "Application error" #11

Open AsafTzarfati opened 7 years ago

AsafTzarfati commented 7 years ago

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

neeraj87 commented 7 years ago

@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

colinking commented 7 years ago

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

SammyMwanyasi commented 7 years ago

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