mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #4318] Panic Error #1848
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1848
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tucubanito07 on GitHub (Feb 5, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4318
I updated the app on Unraid and for whatever reason it keeps giving me this error.
[2024-02-05 13:14:30.135][response][INFO] (icon_internal) GET /icons//icon.png => 200 OK
[2024-02-05 13:14:30.749][request][INFO] POST /identity/connect/token
[2024-02-05 13:14:30.751][response][INFO] (login) POST /identity/connect/token => 200 OK
[2024-02-05 13:14:30.883][request][INFO] GET /api/sync
[2024-02-05 13:14:30.884][panic][ERROR] thread 'rocket-worker-thread' panicked at 'Error loading ciphers: DatabaseError(Unknown, "database disk image is malformed")': src/db/models/cipher.rs:686
0: vaultwarden::init_logging::{{closure}}
1: std::panicking::rust_panic_with_hook
2: std::panicking::begin_panic_handler::{{closure}}
3: std::sys_common::backtrace::__rust_end_short_backtrace
4: rust_begin_unwind
5: core::panicking::panic_fmt
6: core::result::unwrap_failed
7: vaultwarden::db::models::cipher::Cipher::find_by_user::{{closure}}::{{closure}}
8: vaultwarden::db::models::cipher::Cipher::find_by_user::{{closure}}
9: vaultwarden::db::models::cipher::Cipher::find_by_user_visible::{{closure}}
10: vaultwarden::api::core::ciphers::sync::{{closure}}
11: vaultwarden::api::core::ciphers::sync::into_info::monomorphized_function::{{closure}}
12: rocket::server::<impl rocket:🚀:Rocketrocket::phase::Orbit>::route::{{closure}}
13: rocket::server::hyper_service_fn::{{closure}}::{{closure}}
14: tokio::runtime::task::raw::poll
15: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
16: tokio::runtime::scheduler::multi_thread::worker::run
17: tokio::runtime::task::raw::poll
18: std::sys_common::backtrace::__rust_begin_short_backtrace
19: core::ops::function::FnOnce::call_once{{vtable.shim}}
20: std::sys::unix:🧵:Thread:🆕:thread_start
21:
22: clone
[2024-02-05 13:14:30.884][response][INFO] (sync) GET /api/sync?<data..> => 500 Internal Server Error
[2024-02-05 13:14:31.185][request][INFO] POST /identity/connect/token
[2024-02-05 13:14:31.187][response][INFO] (login) POST /identity/connect/token => 200 OK
I have logged out of the app on my iPhone and when logging back in, it does not display all my password. However, on my Edge extension it has all of my password. Can someone please help me fix this issue.
@BlackDex commented on GitHub (Feb 5, 2024):
Looks like your database is corrupted.