mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Admin Page Diagnostics: Internal Error #5913
Reference in New Issue
Block a user
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 @zoltrons on GitHub (May 26, 2025).
Vaultwarden Support String
[2025-05-26 20:13:12.435][response][INFO] (diagnostics) GET /admin/diagnostics => 500 Internal Server Error
[2025-05-26 20:13:19.520][request][INFO] GET /admin/diagnostics
[2025-05-26 20:13:19.628][panic][ERROR] thread 'rocket-worker-thread' panicked at 'called
Result::unwrap()on anErrvalue: Error("unexpected character '-' while parsing major version number")': src/api/admin.rs:7010: vaultwarden::init_logging::{{closure}}
1: std::panicking::rust_panic_with_hook
2: std::panicking::begin_panic_handler::{{closure}}
3: std::sys::backtrace::__rust_end_short_backtrace
4: __rustc::rust_begin_unwind
5: core::panicking::panic_fmt
6: core::result::unwrap_failed
7: vaultwarden::api::admin::diagnostics::{{closure}}
8: vaultwarden::api::admin::diagnostics::into_info::monomorphized_function::{{closure}}
9: rocket::server::<impl rocket::rkt::Rocketrocket::phase::Orbit>::route::{{closure}}
10: rocket::server::hyper_service_fn::{{closure}}::{{closure}}
11: tokio::runtime::task::raw::poll
12: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
13: tokio::runtime::scheduler::multi_thread::worker::run
14: tokio::runtime::task::raw::poll
15: std::sys::backtrace::__rust_begin_short_backtrace
16: core::ops::function::FnOnce::call_once{{vtable.shim}}
17: std::sys::pal::unix::thread::Thread::new::thread_start
18:
19:
[2025-05-26 20:13:19.628][response][INFO] (diagnostics) GET /admin/diagnostics => 500 Internal Server Error
Vaultwarden Build Version
v1.34.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Cloudflared
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Diagnostic page.
Actual Result
500: Internal Server Error
The server encountered an internal error while processing this request.
Rocket
Logs
Screenshots or Videos
No response
Additional Context
No response
@zoltrons commented on GitHub (May 26, 2025):
Duplication of #5883