Troubleshooting¶
CI issues¶
-
While installing the framework from Git instead of PyPI, you may encounter the following error:
HangupExceptionThe remote server unexpectedly closed the connection .... The following error occurred when trying to handle this error: HangupException git@github.com: Permission denied (publickey) ....
To resolve that, please install the package using PyPI. If that is not possible, and you use
addonfactory-workflow-addon-release
, please make sure you’re using at leastv4.19
version. 2. If you encounter the following error:Please make sure to synchronize your output folder with the latest TA dev state and regenerateExisting splunk client (tests/ucc_modinput_functional/splunk/client/_managed_client.py) is outdated. Use --force-splunk-client-overwritten to overwrite it or --skip-splunk-client-check if you want to post.
_managed_client.py
by runningbash ucc-gen build ucc-test-modinput gen --force-splunk-client-overwritten
and add the_managed_client.py
file to your commit.