Open gauravgulati8 opened 6 years ago
I have the same problem :c
Same here
I have the same problem.
@dfenglei After your fix two days ago for the "ASGI_APPLICATION" problem, there is still a problem. When open the port at browser, it shows error "ValueError: No application configured for scope type 'websocket'". Do you have any suggestion on this? Thank you.
After my fix with "ASGI_APPLICATION" problem, It can work well when I open the DeepQA site at browser. Here is my version tested. django (tested with 2.0.4) channels 1.1.8 Redis (4.0.9) asgi_redis (1.4.3) You can try it. Good Luck.
After downgrading channels to 1.1.8, it works. Thanks
Hi
Please help me with this issue: You have not set ASGI_APPLICATION, which is needed to run the server.
Thanks
Hi, I am facing issues while running this code. I updated
settings.py ASGI_APPLICATION = 'chatbot_interface.routing.application' as I was getting the error that "CommandError: You have not set ASGI_APPLICATION, which is needed to run the server."
Updated Routing.py "application = ProtocolTypeRouter({ }) as per the Channels document. Now my server is running. I am able to open chatbot in browser, but I am getting error at the server. ValueError: No application configured for scope type 'websocket', I am not able to communicate to my chatbot.
Please support me for the issue.
Regards, Gaurav