You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello , i cant solve this error :
Traceback (most recent call last):
File "/var/ossec/integrations/custom-opencti.py", line 39, in
alert = json.loads(alert_file.read())
File "/usr/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.10/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 2352)
The text was updated successfully, but these errors were encountered:
Hello , i cant solve this error :
Traceback (most recent call last):
File "/var/ossec/integrations/custom-opencti.py", line 39, in
alert = json.loads(alert_file.read())
File "/usr/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.10/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 2352)
The text was updated successfully, but these errors were encountered: