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

socketio.exceptions.ConnectionError: Unexpected status code 203 in server response #331

Closed
JulienBrochier opened this issue Aug 7, 2019 · 2 comments
Labels

Comments

@JulienBrochier
Copy link

Hi,
I have this issue when I try to connect to a server

socketio.exceptions.ConnectionError: Unexpected status code 203 in server response

My minimalist code :

import socketio
sio = socketio.Client()
sio.connect('https://app.relay.crisp.chat/')

Is there a way to fix it from my side ? How can I authorize data from this source ?

@miguelgrinberg
Copy link
Owner

No, this can only be modified by changes in this package or in your server. Do you know why your Socket.IO server returns a 203 response instead of the standard 200?

@JulienBrochier
Copy link
Author

I don't, that's not my server :(

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

No branches or pull requests

2 participants