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
See ERROR request{method=POST uri=/api/v1/library version=HTTP/1.1}: dim_web::routes::library: Error committing transaction err=Database(SqliteError { code: 5, message: "database is locked" }) in console
Device and browser including versions:
Chromium 102.0.5005.63 (on Linux / loongarch64 PC)
Additional context
Any operation writing the database gets a 500 response; creating accounts gets 401.
I built dim with this fork(#597), this may affect the behavior of program.
The text was updated successfully, but these errors were encountered:
I'm using loongarch64 (yet another new risc architecture) and latest master failed to build here because of the aged ring 0.16.20 dep (⊙_⊙;) So I have to use code from PRs with sqlx bumped to 0.7.x and patch it again to use nix 0.27+.
Describe the bug
dim.db
get locked and was no longer writable after creating admin account.To Reproduce
Steps to reproduce the behavior:
ERROR request{method=POST uri=/api/v1/library version=HTTP/1.1}: dim_web::routes::library: Error committing transaction err=Database(SqliteError { code: 5, message: "database is locked" })
in consoleDevice and browser including versions:
Chromium 102.0.5005.63 (on Linux / loongarch64 PC)
Additional context
Any operation writing the database gets a 500 response; creating accounts gets 401.
I built dim with this fork(#597), this may affect the behavior of program.
The text was updated successfully, but these errors were encountered: