tryptech / obs-zoom-and-follow

Dynamic zoom and mouse tracking script for OBS Studio
Apache License 2.0
362 stars 63 forks source link

PermissionError: [WinError 5] Access denied #144

Open tiger-githubb opened 7 months ago

tiger-githubb commented 7 months ago

i'm trying to add the tool but it doesn't work. can you help me please? I've installed all the dependencies

image

And this is the error I receive

[zoom_and_follow_mouse.py] Traceback (most recent call last): [zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 871, in <module> [zoom_and_follow_mouse.py] zs = ZoomSettings(cwd, settings_dir, settings_file_name) [zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/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 "C:\Users/HP/AppData/Local/Programs/Python/Python310\lib\os.py", line 225, in makedirs [zoom_and_follow_mouse.py] mkdir(name, mode) [zoom_and_follow_mouse.py] PermissionError: [WinError 5] Accès refusé: 'C:\\Program Files\\obs-studio\\data\\obs-plugins\\frontend-tools\\scripts\\settings' [zoom_and_follow_mouse.py] Traceback (most recent call last): [zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 871, in <module> [zoom_and_follow_mouse.py] zs = ZoomSettings(cwd, settings_dir, settings_file_name) [zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/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 "C:\Users/HP/AppData/Local/Programs/Python/Python310\lib\os.py", line 225, in makedirs [zoom_and_follow_mouse.py] mkdir(name, mode) [zoom_and_follow_mouse.py] PermissionError: [WinError 5] Accès refusé: 'C:\\Program Files\\obs-studio\\data\\obs-plugins\\frontend-tools\\scripts\\settings'