Skip to content

Failed to decode packet 'clientbound/minecraft:cookie_request' #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SinanAkkoyun opened this issue Mar 26, 2025 · 1 comment
Open

Comments

@SinanAkkoyun
Copy link

Image

This happens when trying to run the instant connect example on version 1.21.4 (other versions possibly too)

When logging toClient and toServer packets, this is all I get:

{
  "name": "login_acknowledged",
  "data": {}
}{
  "name": "custom_payload",
  "data": {
    "channel": "minecraft:brand",
    "data": {
      "type": "Buffer",
      "data": [
        // some data
      ]
    }
  }
}{
  "name": "settings",
  "data": {
    "locale": "en_us",
    "viewDistance": 32,
    "chatFlags": 0,
    "chatColors": true,
    "skinParts": 127,
    "mainHand": 1,
    "enableTextFiltering": true,
    "enableServerListing": true
  }
}
@HumanDuck23
Copy link

Were you able to solve this issue somehow? Facing the same problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants