We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im having issues just getting this set up and not sure how to, ive put in a few thing i know i needed to.
im using 1.18 on an origins mod server with a forge startup
[2022-01-14 18:41:57] [INFO ] com.github.steveice10.mc.auth.exception.request.InvalidCredentialsException: Invalid username and/or password [2022-01-14 18:41:57] [INFO ] at com.github.steveice10.mc.auth.service.MsaAuthenticationService.getLoginResponseFromCreds(MsaAuthenticationService.java:146) [2022-01-14 18:41:57] [INFO ] at com.github.steveice10.mc.auth.service.MsaAuthenticationService.login(MsaAuthenticationService.java:224) [2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.auth.MicrosoftAuthenticator.authenticate(MicrosoftAuthenticator.java:21) [2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.auth.Authenticator.authenticate(Authenticator.java:50) [2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.Bot.authenticate(Bot.java:277) [2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.Bot.(Bot.java:136) [2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.FishingBot.startBot(FishingBot.java:80) [2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.gui.GUIController.lambda$startStop$1(GUIController.java:214) [2022-01-14 18:41:57] [INFO ] at java.lang.Thread.run(Unknown Source) [2022-01-14 18:41:57] [SEVERE ] The credentials you specified are invalid. This can have several reasons (see: https://github.com/MrKinau/FishingBot/wiki/Troubleshooting). [2022-01-14 18:41:57] [INFO ] Username: Hunter_Lavare [2022-01-14 18:41:57] [INFO ] Pinging 104.194.2.205:25673 with protocol of MC-AUTOMATIC [2022-01-14 18:41:57] [INFO ] Received pong: Welcome to Origins!, version: 1.18 / 1.18.1 (757), players online: 4
The text was updated successfully, but these errors were encountered:
This bot does only support Minecraft vanilla (java edition). Forge mod handshakes are not working: see #38
Sorry, something went wrong.
No branches or pull requests
im having issues just getting this set up and not sure how to, ive put in a few thing i know i needed to.
im using 1.18 on an origins mod server with a forge startup
[2022-01-14 18:41:57] [INFO ] com.github.steveice10.mc.auth.exception.request.InvalidCredentialsException: Invalid username and/or password
[2022-01-14 18:41:57] [INFO ] at com.github.steveice10.mc.auth.service.MsaAuthenticationService.getLoginResponseFromCreds(MsaAuthenticationService.java:146)
[2022-01-14 18:41:57] [INFO ] at com.github.steveice10.mc.auth.service.MsaAuthenticationService.login(MsaAuthenticationService.java:224)
[2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.auth.MicrosoftAuthenticator.authenticate(MicrosoftAuthenticator.java:21)
[2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.auth.Authenticator.authenticate(Authenticator.java:50)
[2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.Bot.authenticate(Bot.java:277)
[2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.Bot.(Bot.java:136)
[2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.FishingBot.startBot(FishingBot.java:80)
[2022-01-14 18:41:57] [INFO ] at systems.kinau.fishingbot.gui.GUIController.lambda$startStop$1(GUIController.java:214)
[2022-01-14 18:41:57] [INFO ] at java.lang.Thread.run(Unknown Source)
[2022-01-14 18:41:57] [SEVERE ] The credentials you specified are invalid. This can have several reasons (see: https://github.com/MrKinau/FishingBot/wiki/Troubleshooting).
[2022-01-14 18:41:57] [INFO ] Username: Hunter_Lavare
[2022-01-14 18:41:57] [INFO ] Pinging 104.194.2.205:25673 with protocol of MC-AUTOMATIC
[2022-01-14 18:41:57] [INFO ] Received pong: Welcome to Origins!, version: 1.18 / 1.18.1 (757), players online: 4
The text was updated successfully, but these errors were encountered: