You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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?
The text was updated successfully, but these errors were encountered: