Uncaught error.

0 votes
asked by
edited by

Uncaught node.js error.

Error: socket hang up
at createHangUpError (httpclient.js:210:15)
at Socket.socketCloseListener (httpclient.js:242:23)
at Socket.EventEmitter.emit (events.js:126:20)
at TCP.close (net.js:467:12)

1 Answer

0 votes
No avatar answered by (329k points)

As you can see from the error, there is something in your configuration files. The way the script/software is set up makes it impossible to connect properly. The error above is directly related to connectivity. You should check the connection settings in your config files and then try again.

Also, if you're using a keepaliveagent in your config files, check it and adjust the values. It's known that keepaliveagent also causes socket hang up errors.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...