Open demireng opened 5 hours ago
Hey there, thanks for reporting the issue. It looks like there's something going on when parsing the File System artifact; the other parts were able to be parsed and return at least some data. If what you are most interested in is History and some data stored in an extension, for a quick work around you can have Hindsight skip parsing the File System
directory. You could do this in a few ways:
File System
folder in the copy, and run Hindsight against the copy._File System
; Hindsight will only try to parse it if it's named File System
exactly. I'll take a look at the File System parsing code and make it more robust, so it won't crash Hindsight at least, but I can't provide an ETA on that.
Good luck, and I'm happy to answer other questions if I can.
Describe the problem I am having an error while trying to run the tool.
Screenshots or Console Output Traceback (most recent call last): File "/Users/johndoe2/Downloads/hindsight-main/myenv/lib/python3.13/site-packages/bottle.py", line 995, in _handle out = route.call(*args) File "/Users/johndoe2/Downloads/hindsight-main/myenv/lib/python3.13/site-packages/bottle.py", line 2025, in wrapper rv = callback(a, **ka) File "/Users/johndoe2/Downloads/hindsight-main/hindsight_gui.py", line 170, in do_run run_status = analysis_session.run() File "/Users/johndoe2/Downloads/hindsight-main/pyhindsight/analysis.py", line 527, in run browser_analysis.process()