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
⚠ WARN encoda No codec could be found for source "this-file-does-not-exist.docx". Falling back to plain text codec.
🚨 ERROR encoda dom.setAttribute is not a function
It should instead show a message that the file doesn't exist.
That became an issue due to using ~ as a placeholder for the home directory (that isn't expanded by the above command, but is by using stencila, see #803 (comment)).
The text was updated successfully, but these errors were encountered:
When attempting to convert a non-existing document, e.g. running the following command:
./encoda convert this-file-does-not-exist.docx output.pdf # or: node dist/cli.js convert this-file-does-not-exist.docx output.pdf
It is showing:
It should instead show a message that the file doesn't exist.
That became an issue due to using
~
as a placeholder for the home directory (that isn't expanded by the above command, but is by usingstencila
, see #803 (comment)).The text was updated successfully, but these errors were encountered: