We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to connect to a local socket.io server from python/django using socketIO_client:
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:
warn - websocket connection invalid
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?
The text was updated successfully, but these errors were encountered:
[fix] Add nsp prefix to socket.id (#1058)
fcb5c43
So the socket ids on the client and on the server are equals.
No branches or pull requests
I'm trying to connect to a local socket.io server from python/django using
socketIO_client
:But I the socket.io console I see this warning
warn - websocket connection invalid
and from django this message:Also when I try to connect to an remote server (not local), everything works well.
What's the problem?
The text was updated successfully, but these errors were encountered: