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
While running the responder this is the error that is popping up. Tried to change multiple things in code but not able to obtain a fix. Any help?
Traceback (most recent call last): File "/opt/Cortex-Analyzers/responders/Reporter/reporter.py", line 253, in Reporter().run() File "/opt/Cortex-Analyzers/responders/Reporter/reporter.py", line 212, in run caseTaskLogEntries_sorted = sorted(caseTaskLogEntries, key=lambda k: k['createdAt']) File "/opt/Cortex-Analyzers/responders/Reporter/reporter.py", line 212, in caseTaskLogEntries_sorted = sorted(caseTaskLogEntries, key=lambda k: k['createdAt'])TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered:
I am using Thehive4 - Version 4.0.0-1
Python3 - Version Python 3.5.3
Cortex Version 3.0.1-1
Elasticsearch for Cortex. Elasticsearch version 6.8.0
OS - CentOS Linux release 8.2.2004 (Core)
Cortex and Elasticsearch are running on Docker containers and Thehive is working on the OS.
I have multiple cases in which some of the cases have tasks in them and others do not have any tasks. Tried on all types of cases but it threw the same error.
Let me know if you would need more info. And thanks for the help!
Error while running Reporter responder.
While running the responder this is the error that is popping up. Tried to change multiple things in code but not able to obtain a fix. Any help?
Traceback (most recent call last): File "/opt/Cortex-Analyzers/responders/Reporter/reporter.py", line 253, in Reporter().run() File "/opt/Cortex-Analyzers/responders/Reporter/reporter.py", line 212, in run caseTaskLogEntries_sorted = sorted(caseTaskLogEntries, key=lambda k: k['createdAt']) File "/opt/Cortex-Analyzers/responders/Reporter/reporter.py", line 212, in caseTaskLogEntries_sorted = sorted(caseTaskLogEntries, key=lambda k: k['createdAt'])TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: