JadeMin / aterbot

✨ A Minecraft bot for keep your Aternos server alive 24/7!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gives new type of error

ElCunq opened this issue · comments

commented

Error: read ECONNRESET
at __node_internal_captureLargerStackTrace (node:internal/errors:478:5)
at __node_internal_errnoException (node:internal/errors:608:12)
at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
AFKBot got an error: Error: read ECONNRESET
Trying to reconnect in 5 seconds...

Bot gives this error and I couldn't solve it either. It just keeps joinning and leaving.

Can't reproduce. Did you got any other errors?

In additional, ECONNRESET usually means the other side of the TCP conversation closed the connection.
Your server might have disconnected your bot for some reason.