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

TOSEC files are not extracted successfully #63

Open
lucasmr opened this issue Aug 27, 2022 · 3 comments
Open

TOSEC files are not extracted successfully #63

lucasmr opened this issue Aug 27, 2022 · 3 comments

Comments

@lucasmr
Copy link
Contributor

lucasmr commented Aug 27, 2022

Noticed that the TOSEC zip file is not being extracted. I think the problem is upstream: max-mapper/extract-zip#135

@RobLoach
Copy link
Owner

Could also be the size of the zip. We could possibly switch to using an actual zip implementation rather than the nodejs port.

@lucasmr
Copy link
Contributor Author

lucasmr commented Aug 27, 2022

Tried changing the zip library, but even yauzl have problems decompressing some formats. It seems Python3 zipfile module supports method 14, so I will slap something together.

@RobLoach
Copy link
Owner

The downloading and extracting has always been spotty. I'm not surprised it's broken. We could even just have a pre-run command line in package.json to extract them.

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