JadeMin / aterbot

✨ A Minecraft bot for keep your Aternos server alive 24/7!
GNU General Public License v3.0
130 stars 583 forks source link

gives new type of error #22

Closed ElCunq closed 1 year ago

ElCunq commented 1 year ago

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.

JadeMin commented 1 year ago

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

JadeMin commented 1 year ago

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.