I'm trying to set up the TF2Autobot following the official documentation, but every time I run node dist/app.js, the bot fails to start. I consistently encounter an ECONNRESET error even set VPN.
Here is the error log I'm seeing:
{"level":"error","message":"TF2Autobot failed to start properly, this is most likely a temporary error. See the log:\r\npackage.version: 5.13.0; node: v20.16.0 win32 x64}\r\nStack trace:\r\nError: read ECONNRESET\n at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20) {\n errno: -4077,\n code: 'ECONNRESET',\n syscall: 'read'\n}\r\nBot has been up for 9 seconds.","timestamp":"2024-09-16T08:54:44.652Z"}
I'm trying to set up the TF2Autobot following the official documentation, but every time I run node dist/app.js, the bot fails to start. I consistently encounter an ECONNRESET error even set VPN.
Here is the error log I'm seeing: {"level":"error","message":"TF2Autobot failed to start properly, this is most likely a temporary error. See the log:\r\npackage.version: 5.13.0; node: v20.16.0 win32 x64}\r\nStack trace:\r\nError: read ECONNRESET\n at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20) {\n errno: -4077,\n code: 'ECONNRESET',\n syscall: 'read'\n}\r\nBot has been up for 9 seconds.","timestamp":"2024-09-16T08:54:44.652Z"}
Thanks!