-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Describe the problem
This is the error occured when we trying to connect

Already testing:
- pull the image
- disconnect from minecraft
Container definition
services:
app:
image: itzg/minecraft-server:latest
container_name: legendary-edition-server
environment:
- EULA=TRUE
- VERSION=1.20.1
- TYPE=AUTO_CURSEFORGE
- MEMORY=8G
- CF_SLUG=minecraft-legendary-edition
- CF_API_KEY=.....
ports:
- "25515:25565"
volumes:
- "./data:/data"
Container logs
[16:07:58] [User Authenticator #1/INFO] [minecraft/ServerLoginPacketListenerImpl]: Disconnecting com.mojang.authlib.GameProfile@6195b165[id=<null>,name=MyST3rion0,properties={},legacy=false] (/176.150.191.59:58340): Authentication servers are down. Please try again later, sorry!
[16:07:58] [User Authenticator #1/ERROR] [minecraft/ServerLoginPacketListenerImpl]: Couldn't verify username because servers are unavailable
[16:07:58] [Server thread/INFO] [minecraft/ServerLoginPacketListenerImpl]: com.mojang.authlib.GameProfile@6195b165[id=<null>,name=MyST3rion0,properties={},legacy=false] (/176.150.191.59:58340) lost connection: Authentication servers are down. Please try again later, sorry!