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.
Describe the bug
dim.dbget 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.