alfredfrancis / ai-chatbot-framework

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

After clicking on Build Agent Reloads continuously #134

Closed surya-vamsi2310 closed 3 years ago

surya-vamsi2310 commented 4 years ago

After i train my intents in List of Intents page, im getting continuous reloading of page. and throws error. image

obulrdy6881 commented 4 years ago

even I got the same issue, when I run python manage.py migrate it shows below error Screenshot (56)

alfredfrancis commented 4 years ago

After i train my intents in List of Intents page, im getting continuous reloading of page. and throws error. image

please post your python server logs

alfredfrancis commented 4 years ago

even I got the same issue, when I run python manage.py migrate it shows below error Screenshot (56)

Looks like you are using an older version. Please pull latest master branch from github and try again