staze0 / openctiXqradar

GNU General Public License v3.0
5 stars 0 forks source link

Error with the connection #1

Open Garicore01 opened 4 months ago

Garicore01 commented 4 months ago

When I do "python3 OpenCTI_QRadar.py -d 2" I received this. Traceback (most recent call last): File "/home/garellano/Documentos/qradar/openctiXqradar/OpenCTI_QRadar.py", line 510, in main(ndays=program_args.ndays) File "/home/garellano/Documentos/qradar/openctiXqradar/OpenCTI_QRadar.py", line 463, in main get_OpenCTI_IPv4_execution, OpenCTI_IPs = get_OpenCTI_IPv4(filters = variables.default_query_filter.format(date_last_ndays)) File "/home/garellano/Documentos/qradar/openctiXqradar/OpenCTI_QRadar.py", line 131, in get_OpenCTI_IPv4 pprint(""" Number of IPv4 retrieve : {0} """.format(OpenCTI_request_globalCount).center(100, '-'), "DEBUG") UnboundLocalError: local variable 'OpenCTI_request_globalCount' referenced before assignment

Garicore01 commented 4 months ago

The problem is the GraphQL Query. {"errors":[{"message":"Expected value of type \"FilterGroup\", found [{filterMode: and, values: \"2024-06-25\", operator: \"gt\", key: created_at}].","locations":[{"line":7,"column":14}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}},{"message":"Cannot query field \"edges\" on type \"Label\".","locations":[{"line":35,"column":11}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}]}