Hantomei
New Member
I'm trying to send a JSON string from Warudo to OBS, but whenever I do, the connection is terminated and I get this error message:
14:34:11.855: [obs-websocket] [WebSocketServer::onClose] WebSocket client `[::ffff:127.0.0.1]:63054` has disconnected with code `4006` and reason: Your request is missing an `op`.
The Json String I am trying to send:
{"requestType":"SetSceneItemEnabled","requestData":{"sceneName":"Game Output","sceneItemId":108,"sceneItemEnabled":true}}
14:34:11.855: [obs-websocket] [WebSocketServer::onClose] WebSocket client `[::ffff:127.0.0.1]:63054` has disconnected with code `4006` and reason: Your request is missing an `op`.
The Json String I am trying to send:
{"requestType":"SetSceneItemEnabled","requestData":{"sceneName":"Game Output","sceneItemId":108,"sceneItemEnabled":true}}