go-libsql icon indicating copy to clipboard operation
go-libsql copied to clipboard

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

Open L-four opened this issue 1 year ago • 1 comments

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?

L-four avatar Dec 11 '24 01:12 L-four

Anyone on this? I do receive this issue as well

jtruter7777 avatar Jun 10 '25 06:06 jtruter7777