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
Hello everyone.
I have been testing and I am unable to connect to OBS when I use a password that contains special characters.
The password gets escaped on "Websocket connect info" and if I try to use the method:
Hello everyone.
I have been testing and I am unable to connect to OBS when I use a password that contains special characters.
The password gets escaped on "Websocket connect info" and if I try to use the method:
connect(url?: string, password?: string, identificationParams?: IdentificationInput): Promise;
It expects string and does not specify its encoding. But OBS rejects authentication.
The password string being sent is escaped.
What's missing here or am I doing something wrong?
Thank you
The text was updated successfully, but these errors were encountered: