Re: Websocket, django-channels - an existing connection was forcibly closed by the remote host

2017-06-25 Thread Andrew Godwin
Please don't cross-post questions to both mailing lists. I will answer this on django-users after the weekend. Andrew On Sun, Jun 25, 2017 at 9:35 AM, Mike Johnson Jr wrote: > So I'm getting the error as described in the title of this post. > > I'm following this tutorial: https://gearheart. >

Websocket, django-channels - an existing connection was forcibly closed by the remote host

2017-06-25 Thread Mike Johnson Jr
So I'm getting the error as described in the title of this post. I'm following this tutorial: https://gearheart.io/blog/creating-a-chat-with-django-channels/ Here's the full traceback: In [1]: import websocket In [2]: ws = websocket.WebSocket() In [3]: ws.connect("ws://localhost:8000")--