Skip to content

Replicator client error: Invalid header bit 115 expected 0 or 1 #52

@L-four

Description

@L-four

Looking over my application logs I get this error some times.
I am using embedded replicas.
The error happens while inserting into a table in a db transaction BeginTx(ctx context.Context, opts *TxOptions)

Query: INSERT INTO "<redacted>" ("<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>") VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Error: Error executing statement: replication error: Replicator client error: status: Internal, message: "Invalid header bit 115 expected 0 or 1", details: [], metadata: MetadataMap { headers: {} }

I am not sure where to look for the source of this error is this something on my side or is it a go-libsql issue or turso?

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