jamf / aftermath

Aftermath is a free macOS IR framework
MIT License
460 stars 33 forks source link

quotation(message: "Can\'t have non-quote here: F") #38

Closed evild3ad closed 1 year ago

evild3ad commented 1 year ago

Hi! Thanks for releasing Aftermath!

Analyzing the Aftermath archive (created with Aftermath.pkg) is crashing with following error message:

2022-10-07T12:35:02Z - Timeline.swift - Parsing metadata...  
quotation(message: "Can\'t have non-quote here: F")   

temp_timeline.csv has 0 byte.

pvieito commented 1 year ago

Same here:

2022-10-13T22:29:32Z - Timeline.swift - Parsing metadata...
quotation(message: "Can\'t have non-quote here: v")
evild3ad commented 1 year ago

Same issue with Aftermath v1.1.0.

2022-10-18T08:37:47Z - Command.swift - Running Aftermath Version 1.1.0
<snip>
2022-10-18T08:37:59Z - Timeline.swift - Parsing metadata...
quotation(message: "Can\'t have non-quote here: F")
stuartjash commented 1 year ago

Thanks everyone. I think this is an issue in a dependency. Will look into it. Thank you all for the feedback!

mattbenyo commented 1 year ago

updated in v1.2.0

evild3ad commented 1 year ago

Works! Thank you!