-
Notifications
You must be signed in to change notification settings - Fork 54
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
BadRarFile: Failed the read enough data #10
Comments
Nevermind. It seems this is a bug in unrar-free, and the only workaround is to enable the multiverse repo and install the non-free unrar package. |
This doesn't seem like an issue with the unrar tool itself, but with the rarfile implementation: |
I had the same problem with Centos. Once I have rar installed, it's ok! |
I have the same problem too on Windows 10 using rarfile. But it works well with Winrar. |
I'm running into strange behavior on different servers with reading Rar files. On my Ubuntu 12.04 localhost, I have unrar-nonfree installed, and I can unrar a sample archive just fine, but on an Ubuntu 12.04 instance running on Amazon, which uses the unrar-free package instead, I get the error:
What does that error mean?
Using checksums, I've confirmed the rar files aren't getting corrupted and permissions are corrupt. That same code runs fine on my localhost.
The only difference seems to be which backend unrar package I'm using. However, the unrar-nonfree seems to have become obsolete and has been removed from the standard repos, so I can't install in on the Amazon server. How do I fix this?
The text was updated successfully, but these errors were encountered: