-
Notifications
You must be signed in to change notification settings - Fork 46
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
WebSocketException: Handshake Status 200 when talking to a Tornadio server #21
Comments
Hi, That's happening because you're trying to access base router instead So, try opening "ws://192.168.2.101:8001/chat/websocket/" instead, Serge. On Tue, Jun 14, 2011 at 2:06 PM, derekmcloughlin
|
Thanks Serge. That worked perfectly. |
Hi, ws = websocket.create_connection("ws://dev.charger.com/chargerWebService/connect/") here I get this error like "Handshake status 200 OK" where do i want add resource name and where do i want add "websocket" in the url |
Hi,
I have a tornadio server used in a HTML/JS app working fine. I'd like to test this using a Python script using websocket-client.
When I connect to the example tornadio chatroom server using websocket-client as follows:
I get the following error:
I can see that the client is looking for a status of 101 back from the server but it gets 200. I can't see anywhere in tornadio or tornado where it would get back a 101.
Any suggestions as to where to look would be appreciated.
Derek.
The text was updated successfully, but these errors were encountered: