Skip to content
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

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

Open
L-four opened this issue Dec 11, 2024 · 0 comments
Open

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

L-four opened this issue Dec 11, 2024 · 0 comments

Comments

@L-four
Copy link

L-four commented Dec 11, 2024

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?

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

1 participant