connectors icon indicating copy to clipboard operation
connectors copied to clipboard

[MISP Connector] Parsing Error

Open ericWadeFord opened this issue 6 months ago • 0 comments

Description

When in ingesting data via the MISP connector, the error can only concatenate str (not "int") to str

Traceback (most recent call last): File "/opt/opencti-connector-misp/misp.py", line 483, in run processed_events_last_timestamp = self.process_events( ^^^^^^^^^^^^^^^^^^^^ File "/opt/opencti-connector-misp/misp.py", line 636, in process_events "Event threat level " TypeError: can only concatenate str (not "int") to str

Environment

6.6.17

ericWadeFord avatar Jun 19 '25 12:06 ericWadeFord