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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: