Chatterbot: Cannot get response from chatterbot with Django

Created on 9 Jul 2017  路  3Comments  路  Source: gunthercox/ChatterBot

Hello!

I am developing a Django chatterbot webapp with multiple dockerised bots and when I got single bot up and alive, I still can't get response from him. It is trained using my custom _training data_
image
and nothing happens.
image
When I submit my input second time, It appears to be viewed by chatterbot response but It is not, I am just talking with myself.
image
I was using the templates and js files from the example app and I think It might have something to do with these files but I am extremely fresh with webapp development and I have no idea what might be causing this problem.
Everything else works just fine.
I appreciate any help with tracking this issue down.

Most helpful comment

I managed to resolve my error by syncing database
python manage.py migrate --run-syncdb

All 3 comments

I tried pulling the original django_app from example apps and same thing happens. When inspecting the element in browser I can see the console output displaying an error.
image

I managed to resolve my error by syncing database
python manage.py migrate --run-syncdb

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gunthercox picture gunthercox  路  3Comments

juanpialbano picture juanpialbano  路  4Comments

cesarandreslopez picture cesarandreslopez  路  4Comments

hochochoc picture hochochoc  路  3Comments

vkosuri picture vkosuri  路  4Comments