Hi! In the last weeks I’m receiving from time to time an error using the python api when I emit the function call result. The error I get is this one:
ErrorEvent(error=Error(message=‘Invalid event: failed to parse JSON value. Please check the value to ensure it is valid JSON. (Common errors include trailing commas, missing closing brackets, missing quotation marks, etc.)’, type=‘invalid_request_error’, code=‘invalid_json’, event_id=None, param=None)
I have checked the generated Json and it’s completely fine, and the error appears randomly. Is there any way to get more information about the root cause of the error?