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
I am using epubchecker for validating whether an epub is free of errors or not but while passing the ebook URL I am getting the message: 'missing file'. const report = await epubchecker('<EBookURL>',{ includeWarnings: true, exclude: /\.(css|ttf|opf|woff|woff2)$/, });
Here EBookURL paramter is the s3 url of the ebook.
It will be a great help if anyone can tell me what I am missing here. Thanks for reading.
The text was updated successfully, but these errors were encountered:
I am using epubchecker for validating whether an epub is free of errors or not but while passing the ebook URL I am getting the message: 'missing file'.
const report = await epubchecker('<EBookURL>',{ includeWarnings: true, exclude: /\.(css|ttf|opf|woff|woff2)$/, });
Here EBookURL paramter is the s3 url of the ebook.
It will be a great help if anyone can tell me what I am missing here. Thanks for reading.
The text was updated successfully, but these errors were encountered: