Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when importing KAPE (1.3.0.2) compressed data into Kuiper (2.3.4) #841

Open
pisaura opened this issue Jul 27, 2023 · 5 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@pisaura
Copy link

pisaura commented Jul 27, 2023

KAPE version
v1.3.0.2

Is your feature request related to a problem? Please describe.
Admittedly, there is a problem - but not with KAPE.
Description: When using the compression capability in KAPE the import in Kuiper (version 2.3.4) fails:
Error extracting the archive content: compression type 9 (deflate64)

Screenshot 2023-07-27 101218

Describe the solution you'd like
It would be convenient if it was possible to configure the ZIP capability (e.g. compression method, using a specific compression tool ...) to avoid the shown error.

Describe alternatives you've considered
Working without the compression capability and compress the data afterwards with another tool works fine. But: it would be really convenient to use the automatic compression and naming capabilities of KAPE.

@pisaura pisaura added the enhancement New feature or request label Jul 27, 2023
@EricZimmerman
Copy link
Owner

Not at this time. Perhaps you could wrap what kape gives you with 7zip to convert it, but this is the first I've ever heard of this issue. We can leave this open and when I work on things again I'll see how difficult it will be to add other options.

@pisaura
Copy link
Author

pisaura commented Aug 8, 2023

@EricZimmerman: Thanks for your reply.

After doing some more tests - the error in KAPE occurs only with compression type 9 (enhanced deflated / deflate64) with "common" deflated compression type 8 the error doesn't come up.

Meanwhile I wrapped the KAPE output with 7zip and this solution works for us. But it would really be great if you could have a look for how difficult it would be to add further compression options in KAPE.

@pisaura
Copy link
Author

pisaura commented Nov 24, 2023

@EricZimmerman: Meanwhile Kuiper v2.3.5 is released and should support ZIP archives from various origins.

@AndrewRathbun
Copy link
Collaborator

@EricZimmerman: Meanwhile Kuiper v2.3.5 is released and should support ZIP archives from various origins.

Does that mean this issue is resolved?

@pisaura
Copy link
Author

pisaura commented Nov 24, 2023

@AndrewRathbun: I'm testing. There are still differences, if processing ZIP files created with e.g. Ubuntu or with KAPE, Windows or 7-Zip (see #889.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants