DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
738 stars 110 forks source link

Error uploading Kape ZIP file #33

Closed nikitah4x closed 2 years ago

nikitah4x commented 2 years ago

I'm trying to upload Kape ZIP file, and I'm getting an error message: Error extract the zip content: compression type 9 (deflate64)

I've installed the latest Kuiper version.

salehmuhaysin commented 2 years ago

hi nikitah4x, this is a common issue usually with Kuiper since it uses python2.7, some libraries does not support some features (such as deflate64)

try to decompress the file and compress it again, then try upload it to Kuiper

how much the file size?

nikitah4x commented 2 years ago

Hey, I've decompressed it and compressed it manually, and now it got uploaded successfully.