Hi Team
I am having some issues with A soar script. it seems to be happening when I call the
siemplify.update_entities(list_of_entities)
method. I get a server error 500 usually something like this. I seen this not only in my custom scripts but also in chronicle integration and virus total. Usually happens when its updating the entity context. The issue is this error is somewhat cryptic.
Traceback (most recent call last):
File "/opt/siemplify/siemplify_server/bin/Scripting/PythonSDK/IntegrationsVirtualEnvironment/#/Siemplify_V70.0/0lmpl4id.d5k/qpr23dqy.xza.py", line 246, in <module>
main()
File "/opt/siemplify/siemplify_server/bin/Scripting/PythonSDK/SiemplifyUtils.py", line 81, in wrapper
return func(*args, **kwargs)
File "/opt/siemplify/siemplify_server/bin/Scripting/PythonSDK/IntegrationsVirtualEnvironment/#/Siemplify_V70.0/0lmpl4id.d5k/qpr23dqy.xza.py", line 199, in main
siemplify.validate_siemplify_error(r)
File "/opt/siemplify/siemplify_server/bin/Scripting/PythonSDK/SiemplifyBase.py", line 101, in validate_siemplify_error
raise Exception("{0}: {1}".format(e, response.content))
Exception: 500 Server Error: Internal Server Error for url:
http://server:80/api/external/v1/sdk/UpdateEntities?format=snake
: {"errorCode":2000,"errorMessage":"An error occurred. Please contact your system administrator.","innerException":null,"innerExceptionType":null}
Any help would be highly appreciated?