Conchylicultor/DeepQA

Webserver starts, is able to open in browser, but does not respond

JEF1056 opened this issue · 0 comments

I copied the files in model to model-server, I moved the files from chatbot-website to the main folder, set the environment variable, did manage.py makemigrations and manage.py migrate, but when I run the server using manage.py runserver, the console says

Not Found: /chat
"GET /chat HTTP/1.1" 404 2110
Not Found: /chat
"GET /chat HTTP/1.1" 404 2110

and the bot never responds to anything said on the website

I think this may have to do with redis-server, but i have no idea how to start that on windows