Skip to content
New issue

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

pricexml stoped working #48

Open
shaharMeshulam opened this issue Mar 27, 2023 · 1 comment
Open

pricexml stoped working #48

shaharMeshulam opened this issue Mar 27, 2023 · 1 comment

Comments

@shaharMeshulam
Copy link

I am using pricexml and until today it was working fine.
it stopped working

` error: Error: Command failed: C:\Projects\pbd\html2pdf31.11.22\node_modules\prince\prince\program files\Prince\Engine\bin\prince.exe --prefix C:\Projects\pbd\html2pdf31.11.22\node_modules\prince\prince\program files\Prince\Engine 1679928942030.html --output 1679930020949.pdf

  at ChildProcess.exithandler (child_process.js:390:12)
  at ChildProcess.emit (events.js:400:28)
  at maybeClose (internal/child_process.js:1055:16)
  at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) {
killed: true,
code: null,
signal: 'SIGTERM',
cmd: 'C:\\Projects\\pbd\\html2pdf31.11.22\\node_modules\\prince\\prince\\program files\\Prince\\Engine\\bin\\prince.exe --prefix C:\\Projects\\pbd\\html2pdf31.11.22\\node_modules\\prince\\prince\\program files\\Prince\\Engine 1679928942030.html --output 1679930020949.pdf'

},
stdout: ,
stderr:
}`

@rse
Copy link
Owner

rse commented Mar 27, 2023

The SIGTERM indicates that your OS terminates the prince executable for whatever reasons. Perhaps some resources are exhausted or perhaps an update of your system now causes the shared library dependencies of the prince executable to fail? I don't think this problem is related to node-prince itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants