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
Traceback (most recent call last):
File "siem.py", line 473, in
main()
File "siem.py", line 190, in main
process_endpoint(endpoint, opener, endpoint_config, token)
File "siem.py", line 244, in process_endpoint
write_json_format(results, siem_logger)
File "siem.py", line 254, in write_json_format
for i in results:
File "siem.py", line 327, in call_endpoint
events = json.loads(events_response)
File "/usr/local/lib/python3.4/json/init.py", line 312, in loads
s.class.name))
TypeError: the JSON object must be str, not 'bytes'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "siem.py", line 473, in
main()
File "siem.py", line 190, in main
process_endpoint(endpoint, opener, endpoint_config, token)
File "siem.py", line 244, in process_endpoint
write_json_format(results, siem_logger)
File "siem.py", line 254, in write_json_format
for i in results:
File "siem.py", line 327, in call_endpoint
events = json.loads(events_response)
File "/usr/local/lib/python3.4/json/init.py", line 312, in loads
s.class.name))
TypeError: the JSON object must be str, not 'bytes'
The text was updated successfully, but these errors were encountered: