Replies: 1 comment 1 reply
-
Found it. No issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know this was supposed to be addressed in this version, but I am still receiving the KeyError when trying to run the latest version 0.4.1
I have never used Python, so I am struggling to use the troubleshooting techniques in a Windows environment shown in a previous discussion (#599). I set the dump file, but nothing is ever created in the folder where I run scubagoggles so I am not sure how to determine what is misconfigured in my Google Workspace. Here is what is being displayed:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\scubagoggles.exe_main.py", line 7, in
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\main.py", line 477, in dive
args.dispatch(args)
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\main.py", line 53, in gws_dispatch
Orchestrator(args).start_automation()
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\orchestrator.py", line 452, in start_automation
self._run_gws_providers()
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\orchestrator.py", line 101, in _run_gws_providers
provider_dict = provider.call_gws_providers(products, args.quiet)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\provider.py", line 606, in call_gws_providers
policies = policy_api.get_policies()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\policy_api.py", line 409, in get_policies
self._reduce(policies)
File "C:\Users~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\scubagoggles\policy_api.py", line 615, in _reduce
orgunit_name = self._orgunit_id_map[orgunit_id]['name']
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: '03ph8a2z0t6ql3f'
Beta Was this translation helpful? Give feedback.
All reactions