obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

Bug: cannot create new profile in the beta for 31

Open BarryCarlyon opened this issue 1 year ago • 0 comments

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

  1. Connect a websocket
  2. Run obs.call('CreateProfile', { profileName: 'dave' });
  3. 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?

BarryCarlyon avatar Oct 16 '24 15:10 BarryCarlyon