[BUG] Authentication Servers are Down Error
Camawama opened this issue ยท 2 comments
When players connect directly to the server, it works fine. When they try to connect using ServerRedirect, it throws weird errors in the console and then says "Authentication Servers are Down" for the client.
LOGS:
latest.log
HERE IS THE ERROR IN CONSOLE
[21:24:00] [User Authenticator #4/INFO] [minecraft/ServerLoginPacketListenerImpl]: Disconnecting com.mojang.authlib.GameProfile@683febb[id=<null>,name=LunarCama,properties={},legacy=false] (/192.168.50.1:55722): Authentication servers are down. Please try again later, sorry! [21:24:00] [User Authenticator #4/ERROR] [minecraft/ServerLoginPacketListenerImpl]: Couldn't verify username because servers are unavailable [21:24:00] [Server thread/INFO] [minecraft/ServerLoginPacketListenerImpl]: com.mojang.authlib.GameProfile@683febb[id=<null>,name=LunarCama,properties={},legacy=false] (/192.168.50.1:55722) lost connection: Authentication servers are down. Please try again later, sorry! [21:24:48] [User Authenticator #5/INFO] [minecraft/ServerLoginPacketListenerImpl]: Disconnecting com.mojang.authlib.GameProfile@2a32d48c[id=<null>,name=LunarCama,properties={},legacy=false] (/192.168.50.1:55797): Authentication servers are down. Please try again later, sorry! [21:24:48] [User Authenticator #5/ERROR] [minecraft/ServerLoginPacketListenerImpl]: Couldn't verify username because servers are unavailable [21:24:48] [Server thread/INFO] [minecraft/ServerLoginPacketListenerImpl]: com.mojang.authlib.GameProfile@2a32d48c[id=<null>,name=LunarCama,properties={},legacy=false] (/192.168.50.1:55797) lost connection: Authentication servers are down. Please try again later, sorry!
I cannot reproduce this issue. How many players are you trying to redirect? I've been using Server Redirect to redirect up to 20 players between online forge servers and I've not experienced this problem.