Open jonrkarr opened 3 years ago
There is only very limited support for the metadata element. It is expected to be precisely in the format as outlined in the archive specification. You can check by calling md.isEmpty()
, which will likely be true, if the format is not of the assumed format. What you can do is to use the skipOmex
flag in initializeFromArchive
, which will stop all metadata processing.
Attached is an OMEX archive with a malformed OMEX meta file (
metadata.rdf
).How can errors in the OMEX meta file be found?