Closed aligatorr89 closed 1 week ago
@DoctorMcKay here are more details about error that is causing uncaughtException
"Error: connect ETIMEDOUT $IP_ADDR
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)"
address: "$IP_ADDR"
code: "ETIMEDOUT"
errno: -110
port: PORT
syscall: "connect"
@aligatorr89 you are using outdated lib version.
It may be fixed in 5.1.0. Try to update.
@aligatorr89 you are using outdated lib version.
It may be fixed in 5.1.0. Try to update.
@Sadzurami I will try it and close this bug report asap!
connect ETIMEDOUT
@Sadzurami Since version update to 5.1.0 there are no more uncaught errors. Tyvm!
Describe the bug
Whenever
connect ETIMEDOUT
is thrown out of SteamUser client, it is not caught in error event listener. It is causing server to shut down. I am usinghttpProxy
and whenever 1 proxy is faulty it breaks whole server.Expected solution:
connect ETIMEDOUT
can be caught on 'error' listener.Versions
4.24.3
Screenshots and Error Logs