Skip to content

[ERROR] BUG when we trying to connect to the server #3638

@GsorinDev

Description

@GsorinDev

Describe the problem

This is the error occured when we trying to connect

Image

Already testing:

  • pull the image
  • disconnect from minecraft

@itzg

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions