Have you come across this TypeError I keep getting? Any help would be much appreciated
Traceback (most recent call last):
File "./mof.py", line 81, in
searchevents(misp, args.time, misp_url, args.output)
File "./mof.py", line 44, in searchevents
for e in result['response']:
TypeError: list indices must be integers or slices, not str
Hi
Have you come across this TypeError I keep getting? Any help would be much appreciated
Traceback (most recent call last): File "./mof.py", line 81, in
searchevents(misp, args.time, misp_url, args.output)
File "./mof.py", line 44, in searchevents
for e in result['response']:
TypeError: list indices must be integers or slices, not str