On May 19, 2017 8:02 PM, "djangorobert" <[email protected]> wrote:
var connect = function () {
log('connect');
var oldWs = ws;
ws = new config.constructor(url, protocols);
thats part of what the error points me to in google tools:
(index):182 Disconnected from chat socket
VM170 websocketbridge.js:118 WebSocket connection to 'ws://
www.openchat.us/chat/stream/' failed: Error during WebSocket handshake:
Invalid status line
connect @ VM170 websocketbridge.js:118
(index):182 Disconnected from chat socket
On Friday, May 19, 2017 at 11:53:37 AM UTC-5,
Not sure if Web sockets have this problem, but I've seen invalid handshake
errors come about when one side is using HTTPS and the other is just using
HTTP. Perhaps connect to wss:// instead of ws://? I think that's the secure
protocol for web sockets.
-James
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciVs9kDEzAChJ_vC60w2jqii%2Bi25kF-evsVUq65hA0W_-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.