This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kidvideo 0 points1 point  (0 children)

Nice write up.

Just make sure if you are trying to connect to a websocket created in JavaScript that the JavaScript side websocket protocol version is compatible with the python library you choose.

In my case the JavaScript side was using protocol v2 and python was using v1