Re: WebSocket connection failed: error during WebSocket handshake: Unexpected response code: 200

2018-06-24 Thread Xiaoyun Huang
Thank you! I posted on django-developer before knowing this question should be posted on django-user so I posted again. I won't doouble-post anymore! Looking forward to your response! I have been suffered from this bug for a week. :( On Sun, Jun 24, 2018 at 9:55 PM, Andrew Godwin wrote: > Hi - t

Re: WebSocket connection failed: error during WebSocket handshake: Unexpected response code: 200

2018-06-24 Thread Andrew Godwin
Hi - this mailing list is for the development of Django itself. You already posted on django-users (the right one) - please don’t double-post! I’ll get around to replying to that other one in a day or two. Andrew On Sun, 24 Jun 2018 at 18:36, wrote: > Hi I am deploying a website with a live di

WebSocket connection failed: error during WebSocket handshake: Unexpected response code: 200

2018-06-24 Thread flora . xiaoyun . huang
Hi I am deploying a website with a live discussion feature. On the discussion page, people cannot send messages nor receive messages. In the console, it shows: "WebSocket connection to 'ws://xxx/room1/' failed: Error during WebSocket handshake: Unexpected response code: 200". I don't know w