You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither manage.py nor websockets_replacement.py is working. Have you tried this handshake somewhere else? I have a ready asynchronous connection to websocket. When I take the handshake message from the browser, Python returns a message like 100\x02I1PIP050-ZJArK7R8HP9J\x00. Unfortunately, when I subsequently send a message like \x16\x00P-ENDP,P_CONFIG,OVInPlay_24_0,Media_L24_Z0\x01, the websocket returns nothing. Any idea how to do the handshake correctly? I tried to read it from the web JavaScript, but unfortunately I don't know much of this programming language, so I wasn't successful.
The text was updated successfully, but these errors were encountered:
Neither manage.py nor websockets_replacement.py is working. Have you tried this handshake somewhere else? I have a ready asynchronous connection to websocket. When I take the handshake message from the browser, Python returns a message like
100\x02I1PIP050-ZJArK7R8HP9J\x00
. Unfortunately, when I subsequently send a message like\x16\x00P-ENDP,P_CONFIG,OVInPlay_24_0,Media_L24_Z0\x01
, the websocket returns nothing. Any idea how to do the handshake correctly? I tried to read it from the web JavaScript, but unfortunately I don't know much of this programming language, so I wasn't successful.The text was updated successfully, but these errors were encountered: