Skip to content

"SqliteFailure" with a remote replica #2110

@sheosi

Description

@sheosi

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

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