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
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
I'm not a programmer or windows security guy. My scripts are in the obs-studio directory in the assets directory. I have tired giving all programs full access but still getting an error. I only have trouble with zoom_and_follow_mouse.py all my other scripts are .lua Loading python 11. Thanks for help.
[zoom_and_follow_mouse.py] Traceback (most recent call last):
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/assets/Lua Scripts\zoom_and_follow_mouse.py", line 871, in
[zoom_and_follow_mouse.py] zs = ZoomSettings(cwd, settings_dir, settings_file_name)
[zoom_and_follow_mouse.py] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/assets/Lua Scripts\zoom_and_follow_mouse.py", line 81, in init
[zoom_and_follow_mouse.py] makedirs(self.file_dir)
[zoom_and_follow_mouse.py] File "", line 225, in makedirs
[zoom_and_follow_mouse.py] PermissionError: [WinError 5] Access is denied: 'C:\Program Files\obs-studio\assets\Lua Scripts\settings'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not a programmer or windows security guy. My scripts are in the obs-studio directory in the assets directory. I have tired giving all programs full access but still getting an error. I only have trouble with zoom_and_follow_mouse.py all my other scripts are .lua Loading python 11. Thanks for help.
[zoom_and_follow_mouse.py] Traceback (most recent call last):
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/assets/Lua Scripts\zoom_and_follow_mouse.py", line 871, in
[zoom_and_follow_mouse.py] zs = ZoomSettings(cwd, settings_dir, settings_file_name)
[zoom_and_follow_mouse.py] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/assets/Lua Scripts\zoom_and_follow_mouse.py", line 81, in init
[zoom_and_follow_mouse.py] makedirs(self.file_dir)
[zoom_and_follow_mouse.py] File "", line 225, in makedirs
[zoom_and_follow_mouse.py] PermissionError: [WinError 5] Access is denied: 'C:\Program Files\obs-studio\assets\Lua Scripts\settings'
Beta Was this translation helpful? Give feedback.
All reactions