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
{{ message }}
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
TypeError: this._authHash is not a function
at OBSRemote.authenticate (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:168:14)
at C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:142:22
at cb (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:232:13)
at OBSRemote._messageReceived (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:593:13)
at WebSocket._socket.onmessage (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:157:18)
at WebSocket.onMessage (C:\Users\Max\Documents\stream launcher\node_modules\ws\lib\WebSocket.js:418:14)
at emitTwo (events.js:87:13)
at WebSocket.emit (events.js:172:7)
at Receiver.ontext (C:\Users\Max\Documents\stream launcher\node_modules\ws\lib\WebSocket.js:816:10)
at C:\Users\Max\Documents\stream launcher\node_modules\ws\lib\Receiver.js:477:18`
The text was updated successfully, but these errors were encountered:
I get this error every time I use obs.connect. Do I need nodecg or does this work on it's own?
`C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:168
this._authHash(password, function(authResp) {
^
TypeError: this._authHash is not a function
at OBSRemote.authenticate (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:168:14)
at C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:142:22
at cb (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:232:13)
at OBSRemote._messageReceived (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:593:13)
at WebSocket._socket.onmessage (C:\Users\Max\Documents\stream launcher\node_modules\obs-remote\dist\obs-remote.js:157:18)
at WebSocket.onMessage (C:\Users\Max\Documents\stream launcher\node_modules\ws\lib\WebSocket.js:418:14)
at emitTwo (events.js:87:13)
at WebSocket.emit (events.js:172:7)
at Receiver.ontext (C:\Users\Max\Documents\stream launcher\node_modules\ws\lib\WebSocket.js:816:10)
at C:\Users\Max\Documents\stream launcher\node_modules\ws\lib\Receiver.js:477:18`
The text was updated successfully, but these errors were encountered: