We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the handler.js code from the readme, I get the following error in the cloudwatch logs when I run it
Error: Please verify input parameters... (SfxBaseModel::impl_store <file:///tmp/hello.pdf> failed: 0xc10(Error Area:Io Class:Write Code:16) at /home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:3207 at /home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:1783)
I have set the environment variable HOME to /tmp as advised in the readme
HOME
/tmp
The text was updated successfully, but these errors were encountered:
Hm, not sure what is this. Never seen such error. What command do you run with the LibreOffice? Any specific unusual CLI argument?
Sorry, something went wrong.
I'm using the handler js from the readme so it's
const {execSync} = require('child_process'); const {writeFileSync} = require('fs'); module.exports.handler = () => { writeFileSync('/tmp/hello.txt', Buffer.from('Hello World!')); execSync(` cd /tmp libreoffice7.4 --headless --invisible --nodefault --view --nolockcheck --nologo --norestore --convert-to pdf --outdir /tmp ./hello.txt `); };
Same here...
@dallanmc any luck here?
No branches or pull requests
Using the handler.js code from the readme, I get the following error in the cloudwatch logs when I run it
I have set the environment variable
HOME
to/tmp
as advised in the readmeThe text was updated successfully, but these errors were encountered: