Admin diagnostics broken with 1.34.0 #72

Closed
opened 2025-07-08 08:39:01 -04:00 by AtHeartEngineer · 0 comments

Originally created by @agross on 5/26/2025

Vaultwarden Support String

Unable to obtain

Vaultwarden Build Version

1.34.0

Deployment method

Official Container Image

Custom deployment method

No response

Reverse Proxy

Traefik

Host/Server Operating System

Linux

Operating System Version

No response

Clients

Web Vault

Client Version

No response

Steps To Reproduce

  1. Go to the Vaultwarden Diagnostics Page
  2. "500: Internal Server Error"
[2025-05-26 22:15:10.433][panic][ERROR] thread 'rocket-worker-thread' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unexpected character '-' while parsing major version number")': src/api/admin.rs:701
   0: 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::Rocket<rocket::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

Expected Result

Page works

Actual Result

HTTP/500

Logs


Screenshots or Videos

No response

Additional Context

No response

*Originally created by @agross on 5/26/2025* ### Vaultwarden Support String Unable to obtain ### Vaultwarden Build Version 1.34.0 ### Deployment method Official Container Image ### Custom deployment method _No response_ ### Reverse Proxy Traefik ### Host/Server Operating System Linux ### Operating System Version _No response_ ### Clients Web Vault ### Client Version _No response_ ### Steps To Reproduce 1. Go to the Vaultwarden Diagnostics Page 2. "500: Internal Server Error" ``` [2025-05-26 22:15:10.433][panic][ERROR] thread 'rocket-worker-thread' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unexpected character '-' while parsing major version number")': src/api/admin.rs:701 0: 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::Rocket<rocket::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 ``` ### Expected Result Page works ### Actual Result HTTP/500 ### Logs ```text ``` ### Screenshots or Videos _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#72