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
A Word document has the filename Druhý sešit směšných lásek (Czech language) and same for title in document properties.
Save as DAISY throws "An unexpected error occurs" when saving as DTBOOK XML on two different machines.
org.daisy.pipeline.core.script.datatype.DatatypeException: Input file 'C:\Users\Rorme\AppData\Local\Temp\Druhý sešit smešných lásek.xml' does not exist.
at org.daisy.pipeline.core.script.datatype.FileDatatype.validate(FileDatatype.java:44)
at org.daisy.pipeline.core.script.JobParameter.setValue(JobParameter.java:74)
at org.daisy.pipeline.core.script.Job.setParameterValue(Job.java:142)
at org.daisy.pipeline.lite.PipelineLiteCLI.createJob(PipelineLiteCLI.java:188)
at org.daisy.pipeline.lite.PipelineLiteCLI.main(PipelineLiteCLI.java:99)
Renamed the source file and the process runs, but the folder that is opened is empty. Browsing to a parent document and the XML is there. Changed the document title in the properties and the XML is saved in the correct location. The XML is then edited to fix the title.
The document can be shared for debugging as necessary but won't be posted here to respect the rights issues.
The text was updated successfully, but these errors were encountered:
Update: I did some more testing; the conversion is successful when the filename is not using accented characters. It seems I can keep the correct characters in the document property and Save as DAISY is OK with this..
From the exception message, the issue seems linked to an engine or API issue on the daisy pipeline side.
I was not able to reproduce it with the previous 2.8.3 test release, that includes an update of the DAISY Pipeline and of the addin bindings to it, that might have fixed this issue reported here.
A Word document has the filename
Druhý sešit směšných lásek
(Czech language) and same fortitle
in document properties.Save as DAISY throws "An unexpected error occurs" when saving as DTBOOK XML on two different machines.
Renamed the source file and the process runs, but the folder that is opened is empty. Browsing to a parent document and the XML is there. Changed the document title in the properties and the XML is saved in the correct location. The XML is then edited to fix the title.
The document can be shared for debugging as necessary but won't be posted here to respect the rights issues.
The text was updated successfully, but these errors were encountered: