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
{{ message }}
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
Currently the webpub conversion service fails if no dc:creator field is present in the metadata block of an ePub's OPF file. This should be allowed according to the ePub 3.2 standard which only requires identifier, title and language.
The comment on the extractMetadataMember states that it will return undefined on failure, but the extractContributors method expects this return to always be an array.
I think this could be handled by simply handling the undefined method but I'm not sure if that's in keeping with the standards for how this was built.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the webpub conversion service fails if no
dc:creator
field is present in themetadata
block of an ePub's OPF file. This should be allowed according to the ePub 3.2 standard which only requiresidentifier
,title
andlanguage
.The comment on the
extractMetadataMember
states that it will returnundefined
on failure, but theextractContributors
method expects this return to always be an array.I think this could be handled by simply handling the
undefined
method but I'm not sure if that's in keeping with the standards for how this was built.The text was updated successfully, but these errors were encountered: