-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
Hi! I've been using libsql for my project, and lately I've been having this problem:
thread 'actix-server worker 2' panicked at /var/home/sergio/Documentos/staticcms/rusty/src/db.rs:539:40:
: SqliteFailure(11, "malformed database schema (?)")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I've tried other modes to see if I could harvest more info:
In local replica mode:
thread 'actix-server worker 2' panicked at /var/home/sergio/Documentos/staticcms/rusty/src/db.rs:343:22:
Compilation of SQL sentence failed: Misuse("Cannot describe in local replica mode.")
(Honestly, this might be something I'm doing wrong, but could be of interest).
In local only:
It works fine, but I get:
2025-06-26T20:28:26.488910Z ERROR libsql::local::connection: Failed to clear authorizer during disconnect
In remote:
It also works fine.
Some details:
- I'm using 0.9.3, I can't use anything newer due to the bug that requires a multithreaded runtime, however I can't use it.
- Reading works fine, and even removing, seems like this error is cause by an insert (haven't tried modifications).
Metadata
Metadata
Assignees
Labels
No labels