You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Node 17, the EPUB files produced by streampub are invalid because one of its dependencies is not up to date. An attempt to unzip one of them results in a message such as bad CRC 2cab616f (should be 00000000).
This issue explains where (I think) the issue comes from.
To my knowledge, we have two options:
Do not produce the EPUB. This file format might not be popular enough to justify maintaining the EPUB.
Maintain our own fork of streampub that repairs the problem, and include it here as a submodule. The change required to fix the EPUBs is actually trivial: Just bump the version number of a single dependency. However, if we run into further problems of this sort, then we will probably be on our own to fix them since streampub does not appear to be actively maintained.
Does anyone have an opinion on how to proceed?
The text was updated successfully, but these errors were encountered:
Oh, I did submit a PR with them, but it did not go anywhere. I should let go of it and proceed with the PDF generation; that effort just fell by the wayside for a while.
In Node 17, the EPUB files produced by
streampub
are invalid because one of its dependencies is not up to date. An attempt to unzip one of them results in a message such asbad CRC 2cab616f (should be 00000000)
.This issue explains where (I think) the issue comes from.
To my knowledge, we have two options:
streampub
that repairs the problem, and include it here as a submodule. The change required to fix the EPUBs is actually trivial: Just bump the version number of a single dependency. However, if we run into further problems of this sort, then we will probably be on our own to fix them sincestreampub
does not appear to be actively maintained.Does anyone have an opinion on how to proceed?
The text was updated successfully, but these errors were encountered: