alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.97k stars 712 forks source link

I'm not able to serve you at the moment, please try again later #37

Closed serlight1 closed 7 years ago

serlight1 commented 7 years ago

What i did:

  1. Cloned repositories
  2. sudo docker-compose build
  3. sudo docker-compose up

After that i navigate by url localhost:8001 and got fallowing issue: I'm not able to serve you at the moment, please try again later

Log file with errors attached. gunicorn-error.log

alfredfrancis commented 7 years ago

Please follow the steps mentioned in the readme to restore initial training data from given database dump. Then build your model and try again.

lesyk commented 7 years ago

Just follow what is already there:

After any of next methods, you will need to import db, and navigate to http://localhost:8001.

serlight1 commented 7 years ago

Thank you. I done it, all works correctly now