server icon indicating copy to clipboard operation
server copied to clipboard

self hosted server - socket hang up

Open maciej-blyng opened this issue 5 years ago • 1 comments

The following exception is thrown at Client.js

  clientReq.once('error', (err) => {
         // TODO(roman): if headers not sent - respond with gateway unavailable
         console.err(err);
     });
"Error: socket hang up
    at createHangUpError (_http_client.js:323:15)
    at Socket.socketOnEnd (_http_client.js:426:23)
    at Socket.emit (events.js:203:15)
    at Socket.EventEmitter.emit (domain.js:448:20)
    at endReadableNT (_stream_readable.js:1143:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)"

Any thoughts on why would I get that.

Only replaced the debug logger with winston logger. Other than that straight from master.

maciej-blyng avatar Feb 22 '20 23:02 maciej-blyng

I experiencing a similar issue. Have you figured the problem?

brbrr avatar Jan 19 '21 14:01 brbrr