Skip to content

Failed to parse camera instruction packet in 1.21.111 #1109

@mc-zuri

Description

@mc-zuri

error: PartialReadError: Read error for undefined : undefined
code to reproduce an error:

import { createDeserializer } from 'bedrock-protocol/src/transforms/serializer.js';
const deserializer = createDeserializer('1.21.111');
const packet = 'rAIAAAEBAAAAPwAAwD8AAAA/AeHgYD3BwMA90dBQPgAAAA==';
const buffer = Buffer.from(packet, 'base64');
const des = deserializer.parsePacketBuffer(buffer);

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