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

"incorrect algo" error #10

Open
andibuch opened this issue May 21, 2020 · 1 comment
Open

"incorrect algo" error #10

andibuch opened this issue May 21, 2020 · 1 comment
Assignees

Comments

@andibuch
Copy link

I'm getting an "incorrect algo" error when trying to run this on an .apkm file downloaded from APKMirror (specifically com.snapchat.android_10.83.1.0_Beta-2476_1arch_1dpi_1lang_4642403a301f421b1f9eeef83ff43e6a_apkmirror.com.apkm from https://www.apkmirror.com/apk/snap-inc/snapchat/#variants)

Have they changed the format? Not sure what to do about this

@souramoo souramoo self-assigned this May 21, 2020
@souramoo
Copy link
Owner

They haven't changed the format I don't think, I've just downloaded the file you mentioned and run unapkm on it and it seems to work okay!

The incorrect algo error probably should be more descriptive, sorry about that! The program tries to read the first two bytes of the file you pass to it, and if it can't (and it doesn't match the expected file format version) it gives up.

To troubleshoot, can you confirm it's being run on the completed download (and not e.g. on a partial download), the filesize of the file you're running it on and/or email me the apkm you have?

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