Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-19 Thread djangorobert
THis is the new error that im getting after fixing my redis configuration in the settings.py WebSocket connection to 'ws://openchat.us:24711/' failed: WebSocket is closed before the connection is established. On Thursday, May 18, 2017 at 2:08:05 PM UTC-5, djangorobert wrote: > > >

Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-18 Thread djangorobert
On Wednesday, May

Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-17 Thread djangorobert
currently getting this error : WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexpected response code: 404 connect @ websocketbridge.js:118 (index):174 Disconnected from chat socket On Tuesday, May 16, 2017 at 11:31:19 PM UTC-5,

Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-16 Thread djangorobert
thanks ya that seemed to help a little now im running into a new error: WebSocket connection to 'ws://www.openchat.us/griper' failed: WebSocket is closed before the connection is established. (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to

Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-16 Thread Dylan Reinhold
Sorry sounds like you will need to configure somting in your webfaction controll panel. Here is another person with same issue, they said it fixed it for them. https://github.com/django/channels/issues/445 On Tue, May 16, 2017 at 5:46 PM, djangorobert wrote: > hi

Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-16 Thread djangorobert
hi Dylan Im usingWebfaction Im kind of new to django channels my website is www.openchat.us do you mean redisserver ? or are you refering to the commands python mange.py runserver or runworkder? because with those commancds im kind of confused when ussing webfaction im using putty to enter

Re: Django Channels error : (index):173 Disconnected from chat socket websocketbridge.js:118 WebSocket connection to 'ws://www.openchat.us/chat/stream/' failed: Error during WebSocket handshake: Unexp

2017-05-16 Thread Dylan Reinhold
How are you running the web server? Looks like your web socket traffic is not being set to daphene. Probably hitting the regular django listener and its returning a 404. Dylan On Tue, May 16, 2017 at 3:39 PM, djangorobert wrote: > working on the Django channels