shelfio / libreoffice-lambda-layer

MIT License
112 stars 22 forks source link

error after calling ConvertTo #58

Open cesarpachon opened 7 months ago

cesarpachon commented 7 months ago

Hello! The following error appears when I call the convertTo method.

image

I inspected the code and convertTo calls, at the very end, the logs.getConvertedFilePath that seems to expect an string with the results of the OS command-line call to the libreoffice executable...

convert.js: image

logs.js: image

I wonder if someone had experimented a similar issue.