Octopii
Octopii copied to clipboard
Fails and crashes when encountering unfamiliar file: zip, .db, etc
The script fails when encountering a file it cannot parse. For instance, a zip file:
Apologies for the screenshot, working inside a limited VM.
ModuleNotFoundError: No module named 'textract.parsers.zip_parser'
Py traceback includes lines 74, 203.
Thank you.
Can you try doing a pip3 install textract ?