Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obsstudio_sdk not a module error #2

Open
iMonsterful opened this issue Sep 9, 2022 · 3 comments
Open

obsstudio_sdk not a module error #2

iMonsterful opened this issue Sep 9, 2022 · 3 comments

Comments

@iMonsterful
Copy link

I installed everything needed but if i load the script into OBS there is always the same error: ModuleNotFoundError: No module named 'obsstudio_sdk'.

@ismslv
Copy link
Owner

ismslv commented Sep 9, 2022

@iMonsterful they've renamed obsstudio-sdk to obsws-python. I'll update the script.
You should do:

  1. pip install obsws-python
  2. replace import obsstudio_sdk as obs with import obsws_python as obs

@iMonsterful
Copy link
Author

Thanks for the quick help.
Now it works. For some reason its now useing much more cpu even in idle (disabling the webserver helps reducing it back to normal) and if i close OBS it pops up in task-manager the second after and stays open without an actual window.

@ismslv
Copy link
Owner

ismslv commented Sep 18, 2022

@iMonsterful

For some reason its now useing much more cpu even in idle (disabling the webserver helps reducing it back to normal) and if i close OBS it pops up in task-manager the second after and stays open without an actual window.

I rewrote script to use obspython instead of websocket. Now it will work only inside OBS, but it solves these problems.

pip install unicodedata easygui pyautogui if there are problems with modules

OBS > Scripts > Parameters to configure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants