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
{{ message }}
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.
I'm calling weasyprint-rest container from NodeJS application. But sometimes API call breaks with error Socket Hang up.
Here is Full error message,
Error: socket hang up
at connResetException (node:internal/errors70414)
at Socket.socketOnEnd (node_http_client505:23)
at Socket.emit (nodeevents525:35)
at Socket.emit (nodedomain489:12)
at endReadableNT (node:internal/streams/readable135812)
at processTicksAndRejections (node:internal/process/task_queues8321)
[Sep-29-2022 094346] [error]: Error: Error: socket hang up
Here is the code I'm using to call weasyprint-rest container,
I'm calling
weasyprint-rest
container from NodeJS application. But sometimes API call breaks with errorSocket Hang up
.Here is Full error message,
Here is the code I'm using to call
weasyprint-rest
container,Any thought on how to fix it? Or any example to call it with library other than
axios
? Thank you.The text was updated successfully, but these errors were encountered: