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

Error: Zip format unsupported (data descriptor) #22

Open
katyukha opened this issue Sep 11, 2023 · 2 comments
Open

Error: Zip format unsupported (data descriptor) #22

katyukha opened this issue Sep 11, 2023 · 2 comments

Comments

@katyukha
Copy link

Hi,

I have tried to use this lib in my project and got following error on attempt to unzip test archive test-zip.zip

The error is:

object.Exception@/home/katyukha/.dub/packages/squiz-box/0.3.0/squiz-box/src/squiz_box/box/zip.d(635): Zip format unsupported (data descriptor)

Is this error raised because some feature is not supported?

Also, the question is: what about stability of this library? Is it production ready?

Thanks a lot)

@rtbo
Copy link
Owner

rtbo commented Sep 24, 2023

Hi,
Yes it is a unsupported Zip feature.
#23 will partially address this. You can read this kind of file if you open it with a seekable data source (like File), but still not with non-seekable stream.

@rtbo
Copy link
Owner

rtbo commented Sep 24, 2023

Also, the question is: what about stability of this library? Is it production ready?

I'm quite happy with the API and I don't think it will change in the future.
I see no reason why it couldn't be used in production.

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

No branches or pull requests

2 participants