I'm trying to use rbw with my account on the official
EU server and to do that I've gathered that I need to:
- Set the EU URL's correctly in the config¹.
- Run
rbw register
- Run
rbw login
Unfortunately I'm stuck at rbw register. Any idea what could be the problem?
Things I've tried:
- Upgrade from the version of
rbw shipped in Fedora 43 (1.13.2) to what's in cargo (1.15.0).
- Switch from only
E-Mail for 2FA to both E-Mail and Authenticator app.
- Switch from both
E-Mail and Authenticator app to only Authenticator app.
I get the same response (like below) in each case.
Console session
$ rbw config show
{
"email": "<MY-ACCOUNT-EMAIL>",
"sso_id": null,
"base_url": "https://api.bitwarden.eu/",
"identity_url": "https://identity.bitwarden.eu/",
"ui_url": "https://vault.bitwarden.eu/",
"notifications_url": "https://notifications.bitwarden.eu/",
"lock_timeout": 3600,
"sync_interval": 3600,
"pinentry": "pinentry-curses",
"client_cert_path": null
}
$ rbw register
rbw register: failed to log in to bitwarden instance: api request returned error: 404
1: The EU server URL's I've used are guesses and it would be great if they were provided in the docs (or even better in a man file!).
I'm trying to use
rbwwith my account on the officialEU server and to do that I've gathered that I need to:
rbw registerrbw loginUnfortunately I'm stuck at
rbw register. Any idea what could be the problem?Things I've tried:
rbwshipped in Fedora 43 (1.13.2) to what's in cargo (1.15.0).E-Mailfor 2FA to bothE-MailandAuthenticator app.E-MailandAuthenticator appto onlyAuthenticator app.I get the same response (like below) in each case.
Console session
1: The EU server URL's I've used are guesses and it would be great if they were provided in the docs (or even better in a man file!).