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

What version of LZ4 to use for sample data? Error 44 : Unrecognized header : file cannot be decoded #152

Open
svanschalkwyk opened this issue Feb 16, 2017 · 1 comment

Comments

@svanschalkwyk
Copy link

All versions of lz4 (even latest build on GitHub), gives me this error:
"Error 44 : Unrecognized header : file cannot be decoded "
Which version are you using, and/or, what should I be using in scripts?

@jcanny
Copy link
Contributor

jcanny commented Feb 16, 2017

From the pom.xml:

<dependency>
  <groupId>net.jpountz.lz4</groupId>
  <artifactId>lz4</artifactId>
  <version>1.3</version>
</dependency>

That's the most recent release. Its ~ 3 years old but I would have hoped that the standard would not have changed in that time (and that changes would be backward compatible). We would need steps to reproduce the error to resolve this. i.e. which app produced the file, what platform etc.

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