Exception when running list_events: 500 TransientServiceError, 'Error during query execution'
Summary:
I'm encountering this exception while trying to run list_events to pull logs, which was working yesterday: oci.exceptions.TransientServiceError with 'message': 'Error during query execution'. I'm running a Python script to collect log data, which has never encountered this error before, from multiple OCI environment. No permissions issues.
Content (please ensure you mask any confidential information):
File "/…/oci_logcollector.py", line 268, in <module>
main()
File "/…/oci_logcollector.py", line 254, in main
audit_events = get_audit_events(audit, compartment, start_date, batch_end)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/…/oci_logcollector.py", line 83, in get_audit_events
list_events_response = oci.pagination.list_call_get_all_results(