Skip to content

Unable to join server with 1.21.4 client #676

@HumanDuck23

Description

@HumanDuck23

I'm running the "Basic Server" from the examples page for 1.21.4:

const mcServer = require("flying-squid")

mcServer.createMCServer({
  "motd": "A Minecraft Server \nRunning flying-squid",
  "port": 25565,
  "max-players": 10,
  "online-mode": true,
  "logging": true,
  "gameMode": 1,
  "generation": {
    "name": "diamond_square",
    "options": {
      "worldHeight": 80
    }
  },
  "kickTimeout": 10000,
  "plugins": {},
  "modpe": false,
  "view-distance": 10,
  "version": "1.21.4"
})

I am unable to connect with a any 1.21.4 client. The error I get is this:

Image

When running with DEBUG=minecraft-protocol the log from flying-squid is here: https://pastebin.com/xLzZGYjC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions