Closed ghost closed 6 years ago
Hello, I am getting exactly the same problem ?
Have you been able to find any solution for that ??
This issue happened for me as I had not instantiated workers. In local environment, I did not have to run them.
Could you please help me more specifically about exactly what changes you have made to resolve this issue. I already mentioned I have been facing the same error and can't resolve it.
did you create two uwsgi instances, one for Django and one for WS?
Could you please provide more information about how you are trying to deploy?
I am getting
IOError: unable to complete websocket handshake
when trying to connect to a websocket. On my local machine, I am able to connect and exchange messages, but when I try to deploy it behind Nginx and uWSGI I get this error. I am instantiating different instances of uWSGI for my Django application and Sockets. Traceback:Nginx: version - 1.4.6
uWSGI: version - 2.0.14
What am I doing wrong?