No error handling for Billing & Licensing section in settings. #183

Closed
opened 2025-11-07 06:27:23 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @chickenriggies on GitHub (Jan 8, 2019).

When you click Billing & Licensing under Settings you see a spinning progress indicator and a 500 error is echoed to the logs.

[2019-01-08 18:35:52][rocket::rocket][INFO] GET /:
[2019-01-08 18:35:52][_][INFO] Matched: GET / (web_index)
[2019-01-08 18:35:52][_][INFO] Outcome: Success
[2019-01-08 18:35:52][_][INFO] Response succeeded.
[2019-01-08 18:35:53][rocket::rocket][INFO] GET /api/accounts/billing application/json:
[2019-01-08 18:35:53][_][INFO] Matched: GET /<p..> (web_files)
[2019-01-08 18:35:53][_][ERROR] Response was a non-`Responder` `Err`: Os { code: 2, kind: NotFound, message: "No such file or directory" }.
[2019-01-08 18:35:53][_][INFO] Outcome: Failure
[2019-01-08 18:35:53][_][WARN] Responding with 500 Internal Server Error catcher.
[2019-01-08 18:35:53][_][INFO] Response succeeded.
Originally created by @chickenriggies on GitHub (Jan 8, 2019). When you click `Billing & Licensing` under `Settings` you see a spinning progress indicator and a 500 error is echoed to the logs. ``` [2019-01-08 18:35:52][rocket::rocket][INFO] GET /: [2019-01-08 18:35:52][_][INFO] Matched: GET / (web_index) [2019-01-08 18:35:52][_][INFO] Outcome: Success [2019-01-08 18:35:52][_][INFO] Response succeeded. [2019-01-08 18:35:53][rocket::rocket][INFO] GET /api/accounts/billing application/json: [2019-01-08 18:35:53][_][INFO] Matched: GET /<p..> (web_files) [2019-01-08 18:35:53][_][ERROR] Response was a non-`Responder` `Err`: Os { code: 2, kind: NotFound, message: "No such file or directory" }. [2019-01-08 18:35:53][_][INFO] Outcome: Failure [2019-01-08 18:35:53][_][WARN] Responding with 500 Internal Server Error catcher. [2019-01-08 18:35:53][_][INFO] Response succeeded. ```
Author
Owner

@dani-garcia commented on GitHub (Jan 8, 2019):

The billing section doesn't have any use in bitwarden_rs. The latest web vault build (https://github.com/dani-garcia/bw_web_builds/releases) hides this section, but the docker images haven't been updated to use it yet.

@dani-garcia commented on GitHub (Jan 8, 2019): The billing section doesn't have any use in bitwarden_rs. The latest web vault build (https://github.com/dani-garcia/bw_web_builds/releases) hides this section, but the docker images haven't been updated to use it yet.
Author
Owner

@chickenriggies commented on GitHub (Jan 8, 2019):

Thanks! I assumed these calls were intentionally left unimplemented. Thanks for the great work and I look forward to the updated images on Docker Hub.

@chickenriggies commented on GitHub (Jan 8, 2019): Thanks! I assumed these calls were intentionally left unimplemented. Thanks for the great work and I look forward to the updated images on Docker Hub.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#183