obs-websocket
obs-websocket copied to clipboard
Bug: cannot create new profile in the beta for 31
Operating System Info
Other
Other OS
mac sequoia 15.0.1
OBS Studio Version
Other
OBS Studio Version (Other)
31.0.0-beta1
obs-websocket Version
Git
OBS Studio Log URL
https://obsproject.com/logs/4eZFCKKSMmx2D0lt
OBS Studio Crash Log URL
No response
Expected Behavior
A new profile is created
Current Behavior
No new profile is created.
Log file of:
QMetaObject::invokeMethod: No such method OBSBasic::NewProfile(QString)
Steps to Reproduce
- Connect a websocket
- Run
obs.call('CreateProfile', { profileName: 'dave' }); - Observe no new profile
Anything else we should know?
Creating a new profile via OBS itself works fine.
The response via the Websocket is:
{"d":{"requestId":"2","requestStatus":{"code":100,"result":true},"requestType":"CreateProfile"},"op":7}
Which is abnormal/not the right response I believe? As thats the "it worked" response right?