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.
```
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @chickenriggies on GitHub (Jan 8, 2019).
When you click
Billing & LicensingunderSettingsyou see a spinning progress indicator and a 500 error is echoed to the logs.@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.
@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.