DarkStorm652 / DarkBot

Minecraft thin client and automation framework
BSD 2-Clause "Simplified" License
124 stars 53 forks source link

GUI uses outdated login handler. #28

Open Corgano opened 9 years ago

Corgano commented 9 years ago

If I run through command line or through the GUI, I keep getting "java.net.UnknownHostException: login.minecraft.net". Did the login code break?

LefsFlare commented 9 years ago

It means that the computer/server you are running the bot on cannot find the A record of login.minecraft.net. A simple fix would be to check your login info, check the login servers and check yourself in the mirror.

DarkStorm652 commented 9 years ago

The user interface uses an outdated login handler.

t81lal commented 9 years ago

https://github.com/TheBiblMan/YggdrasilAuthLib update?

DarkStorm652 commented 9 years ago

Needs a switch to YggdrasilAuthService here:

https://github.com/DarkStorm652/DarkBot/tree/master/src/main/java/org/darkstorm/darkbot/minecraftbot/auth

vakkq commented 9 years ago

How do i make gui work? I'm a little bit noob at this