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

Bug, invalid signature: 0xafbc7a37 when opening certain cbz archive #65

Closed
frykauf opened this issue Jan 1, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@frykauf
Copy link

frykauf commented Jan 1, 2021

This is on v. 2.0.0 on macOS.

No problem opening it in other apps like Simple Comic.

@ollm ollm self-assigned this Jan 5, 2021
@ollm ollm added the bug label Jan 5, 2021
@ollm
Copy link
Owner

ollm commented Jan 5, 2021

The file is compressed with 7zip and when trying to unzip it as zip it gives an error.

I push a solution to this error in df03e0a

if(/0xafbc7a37/.test(error.message)) // 7zip file
fileCompressed.extract7zip(path, virtualPath, sha, all, callback);
else
callback({error: ERROR_UNZIPPING_THE_FILE, detail: error.message});

@ollm ollm closed this as completed Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants