MrKinau / FishingBot

1.8 - 1.21 Fishing bot for Minecraft
GNU General Public License v3.0
322 stars 68 forks source link

Error at ClientDefaultsModule #49

Closed Coie0 closed 4 years ago

Coie0 commented 4 years ago

I get the following error when trying to start the bot. [2020-04-28 16:58:11] [INFO ] Module "ClientDefaultsModule" enabled! [2020-04-28 16:58:12] [SEVERE ] Login failed: {"extra":[{"text":"Not authenticated with "},{"clickEvent":{"action":"open_url","value":"http://Minecraft.net"},"text":"Minecraft.net"},{"text":""}],"text":""} [2020-04-28 16:58:12] [INFO ] Module "ClientDefaultsModule" disabled! Capture

MrKinau commented 4 years ago

Your minecraft account is not correctly authenticated with Minecraft.net The server checks with the Mojang API if the client IP is the same which authenticated before. On legit minecraft account you shouldnt get this message unless:

  1. Your session is invalid (You received a new IP between auth and connect) (should be impossible in only 1 second)
  2. Your account is not authenticated with Minecraft. (should be impossible, the bot only uses Mojang)
  3. The server you try to connect randomly kicks you with this message. (weird)
  4. The sessionservers are down (I think it's the session server) and the server can't test if your account is legit authenticated (Yes they are currently down)

image

Coie0 commented 4 years ago

Yeah, that must have been it. It works now, thanks.