-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Dictionary mismatch #3655
Comments
We have no idea. There is no managed repository of public dictionaries at the time of this writing, The dictionary ID can be consulted, using the command |
Ugh, sorry about this spilling over to here. @necros2k7 .warc.zst uses a custom format that includes the dictionary in the file itself, but regular zstd tooling doesn't know how to extract it. I wrote a little wrapper script to handle that. For the record, the relevant specification is at http://iipc.github.io/warc-specifications/specifications/warc-zstd/, and the stalled attempt to upstream the embedded dictionary format is at #2349. |
@JustAnotherArchivist , can you mod this script for Win? |
I don't see a particular reason why changes would be necessary, but if so, no, I'm afraid I don't have time for that. Maybe Windows Subsystem for Linux is an option. But that's all the advice I can give. |
Describe the bug
"zstd -d "1.warc.zst"
1.warc.zst : 0 B... 1.warc.zst : Decoding error (36) : Dictionary mismatch"
I guess some kind of dictionary to unpack should be used? Where to get it?
To Reproduce
Steps to reproduce the behavior:
try to decompress any "zstd -d "1.warc.zst"
Expected behavior
normal unpacking
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: