hey phillip , hoping you could help me out with this error ( latest 3.12 python installed ) c:\Python\Scripts>meraki-backup.py "SYDNIC Computer Systems" Traceback (most recent call last): File "C:\Python\Scripts\meraki-backup.py", line 213, in <module> orgid=get_org_id(meraki,args.orgName) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python\Scripts\meraki-backup.py", line 37, in get_org_id result = meraki.organizations.get_organizations() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\site-packages\meraki_sdk\controllers\organizations_controller.py", line 50, in get_organizations self.validate_response(_context) File "C:\Program Files\Python312\Lib\site-packages\meraki_sdk\controllers\base_controller.py", line 94, in validate_response raise APIException('HTTP response not OK.', context) meraki_sdk.exceptions.api_exception.APIException: HTTP response not OK. c:\Python\Scripts>python3 meraki-backup.py "SYDNIC Computer Systems" Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. c:\Python\Scripts>python3 meraki-backup.py "SYDNIC Computer Systems" Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. c:\Python\Scripts>
... View more