Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocketConnectionClosedException in socketIO_client #1058

Closed
afshinm opened this issue Oct 24, 2012 · 0 comments
Closed

WebSocketConnectionClosedException in socketIO_client #1058

afshinm opened this issue Oct 24, 2012 · 0 comments

Comments

@afshinm
Copy link

afshinm commented Oct 24, 2012

I'm trying to connect to a local socket.io server from python/django using socketIO_client:

def connect() :
    socketIO = SocketIO('localhost', 3000)

But I the socket.io console I see this warning warn - websocket connection invalid and from django this message:

WebSocketConnectionClosedException at /crawler/add
No exception supplied

Also when I try to connect to an remote server (not local), everything works well.

What's the problem?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant