mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
brotlidump.py error #376
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theMarina on GitHub (Feb 21, 2021).
Hi,
I am trying to run this script:
https://github.com/google/brotli/blob/master/research/brotlidump.py
From what I understand, it should do something parallel to infgen on gzip files.
I use this command:
python brotlidump.py ../bin/tmp/alice29.txt.brAnd I get this error at the end of the output:
@theMarina commented on GitHub (Feb 23, 2021):
It seems to work if I take this file and rename it to
dicthttps://github.com/google/brotli/blob/master/c/common/dictionary.bin
@eustas commented on GitHub (Jan 3, 2023):
Exactly! Will fix soon.