Fail to execute engine pagination #743
Labels
bug
use for describing something not working as expected
needs more info
use to identify issue needing additional info to be triaged or solved
Description
When using the list functions with parameters, for example:
the following error occurs:
ValueError: {'name': 'DATABASE_ERROR', 'error_message': 'Fail to execute engine pagination'}
.This happens with or without the getAll parameter, and with other simpler requests (for example:
opencti_client.identity.list(getAll=True)
) but not if there are no parameters at all. This error only started after updating to 6.3.1.Environment
OpenCTI version: 6.3.4
pyCTI version: 6.3.4
The text was updated successfully, but these errors were encountered: