obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

OBS WebSocket 4.9 Bug: "The following OBS plugins faied to load: obs-websocket-compat" #1070

Closed krazerkap closed 1 year ago

krazerkap commented 1 year ago

Operating System Info

Windows 11

Other OS

No response

OBS Studio Version

28.1.x

OBS Studio Version (Other)

No response

obs-websocket Version

Git

OBS Studio Log URL

https://obsproject.com/logs/biuEE6X5tYC-8o9D

OBS Studio Crash Log URL

No response

Expected Behavior

After installing WebSocket 4.9, I expected to be able to launch OBS and use it so that my Macro Deck could control my stream. I downloaded and installed it and it worked once.

Current Behavior

Every time after the first install, OBS comes up and gives me the error: "The following OBS plugins faied to load: obs-websocket-compat" It tells me to either update or uninstall. Updating to version 5 does not help.

Steps to Reproduce

  1. Install OBS WebSocket 4.9 and/or 5
  2. Launch OBS
  3. Error occurs on OBS startup.
    ...

Anything else we should know?

No response

tt2468 commented 1 year ago

OBS >= 28 includes obs-websocket 5.x by default, and does not need to be installed manually. The release description for 5.0.1 in the releases section states that it is for OBS 27 only.

The latest release on this repo is 4.9.1-compat for OBS 28: https://github.com/obsproject/obs-websocket/releases/tag/4.9.1-compat

krazerkap commented 1 year ago

If OBS 28 going forward includes it, how do I enable it?

tt2468 commented 1 year ago

In the tools menu as it's always been.

You may need to use Help -> Check for integrity to repair your installation.

krazerkap commented 1 year ago

That fixed it. Thanks.