Errors while executing
I am getting the following errors while executing. I have made changes in the script for line 97 to 100 since the .core_analytics files are now located in the Retired folder of Diagnostic Reports.
Changes:
if args.disk: analytics_location = glob.glob('/Library/Logs/DiagnosticReports/Retired/.core_analytics') elif args.input and not args.input.endswith('.core_analytics'): analytics_location = glob.glob(args.input+'/Retired/.core_analytics')
Error:
[+] Found 42 .core_analytics files to parse.
Traceback (most recent call last):
File "CoreAnalyticsParser.py", line 231, in