zoom and follow mouse.py hotkey error

islandgal

New Member
Hello, I'm new to this forum and new to using OBS. I install the script for the zoom and follow mouse. I added hotkeys as well. But when I try to activate the hotkey, I get a Script Log pop up with the following information inside of it and it's not working. Can someone please help me with this?

[zoom_and_follow_mouse.py] {}
[zoom_and_follow_mouse.py] Traceback (most recent call last):
[zoom_and_follow_mouse.py] File "C:\Users\linda\Downloads\OBS.PYTHON\OBS PYTHON\zoom_and_follow_mouse.py", line 371, in toggle_zoom
[zoom_and_follow_mouse.py] zoom.update_source_size()
[zoom_and_follow_mouse.py] File "C:\Users\linda\Downloads\OBS.PYTHON\OBS PYTHON\zoom_and_follow_mouse.py", line 66, in update_source_size
[zoom_and_follow_mouse.py] data = loads(data)['monitor']
[zoom_and_follow_mouse.py] KeyError: 'monitor'
 
Top