Octopii icon indicating copy to clipboard operation
Octopii copied to clipboard

Fails and crashes when encountering unfamiliar file: zip, .db, etc

Open tekmet opened this issue 1 year ago • 1 comments

The script fails when encountering a file it cannot parse. For instance, a zip file:

Screenshot 2024-01-08 233429

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.

tekmet avatar Jan 09 '24 04:01 tekmet

Can you try doing a pip3 install textract ?

umair9747 avatar Jul 08 '24 06:07 umair9747