Login failed: Could not login: could not login via password: Too Many Requests:
Getting the error as the above title. In the docs there's mention of Unusual Traffic but none for the above. Is the solution same (i.e api key)?
Same issue here ! Ca, someone help ?
up ?
I had this issue too, I was able to connect by also adding my Client ID/Secret taken from "API Key" here https://vault.bitwarden.com/#/settings/security/security-keys
hm I tried to setup the application today and facing the same issue. API Key does NOT work for me.... With password the same - either if I enter it correctly or uncorrectly.
Same error if you do it correctly or not ?
Using the API keys has worked around the issue for me fwiw
@MatthieuGomes, it's always the same error. Either I enter a wrong password, the API key or the correct password. When I try passwordless option I get a 'BadRequest: {"message":"User or known device not found.",... ' message
@MatthieuGomes, it's always the same error. Either I enter a wrong password, the API key or the correct password. When I try passwordless option I get a 'BadRequest: {"message":"User or known device not found.",... ' message
That's REALLY BAD.
I'm on Fedora 42 beta, using the GUI from Flathub. I was able to resolve this using the following commands.
goldwarden config set-client-id "your client id"
goldwarden config set-client-secret "your client secret"
The CLI workaround mentioned does not work for me on NixOS. I have Goldwarden installed via programs.goldwarden.enable = true; in my NixOS configuration.
❯ goldwarden vault purge
Purged
❯ goldwarden vault pin set
Pin updated
❯ goldwarden vault login --email <...>
Login failed: Could not login: could not login via password: Too Many Requests:
❯ goldwarden config set-client-id <...>
Done
❯ goldwarden config set-client-secret <...>
Done
❯ goldwarden vault login --email <...>
Login failed: Could not sync vault: decrypt: MAC mismatch
I have the same error on aarch64 macOS:
Login failed: Could not sync vault: decrypt: MAC mismatch
I can only find one other issue with this message reported: https://github.com/quexten/goldwarden/issues/147#issuecomment-2041560039 I logged into the web console to look for MAC errors, and didn't see anything.
The CLI workaround mentioned does not work for me on NixOS. I have Goldwarden installed via
programs.goldwarden.enable = true;in my NixOS configuration.❯ goldwarden vault purge Purged ❯ goldwarden vault pin set Pin updated ❯ goldwarden vault login --email <...> Login failed: Could not login: could not login via password: Too Many Requests: ❯ goldwarden config set-client-id <...> Done ❯ goldwarden config set-client-secret <...> Done ❯ goldwarden vault login --email <...> Login failed: Could not sync vault: decrypt: MAC mismatch
same here :(
Also on NixOS. same issues on my side. sorry for another one of those "i have the same problem" comments.