-
Notifications
You must be signed in to change notification settings - Fork 99
SOCKET_EXCEPTION Error while stablishing a connection. #249
Unanswered
eruecco87-zz
asked this question in
Q&A
-
Description:
I'm using the web (not node) version of the javascript library. I'm establishing the connection like explained in the readme file
<!-- Socket -->
<script src="js/libraries/obs-websocket.min.js"></script>
<script>
var socket = new OBSWebSocket();
socket.connect({ address: 'localhost:4444', password: 'password' });
</script>
But I keep getting this error after the connection is attempted.
code: "SOCKET_EXCEPTION"
description: "An exception occurred from the underlying WebSocket."
error: "An exception occurred from the underlying WebSocket."
status: "error"
Versions Used:
- obs-websocket-js version: v1.2.0
- obs-websocket plugin version: v4.3.2
- obs-studio version: v21.1.1
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment