goldwarden icon indicating copy to clipboard operation
goldwarden copied to clipboard

Login failed: Could not login: could not login via password: Too Many Requests:

Open KAGEYAM4 opened this issue 1 year ago • 13 comments

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)?

KAGEYAM4 avatar Feb 04 '25 13:02 KAGEYAM4

Same issue here ! Ca, someone help ?

MatthieuGomes avatar Feb 14 '25 14:02 MatthieuGomes

up ?

MatthieuGomes avatar Feb 18 '25 16:02 MatthieuGomes

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

alexoliva91 avatar Mar 10 '25 09:03 alexoliva91

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.

scheffold avatar Mar 21 '25 12:03 scheffold

Same error if you do it correctly or not ?

MatthieuGomes avatar Mar 21 '25 12:03 MatthieuGomes

Using the API keys has worked around the issue for me fwiw

Sup3rlativ3 avatar Mar 23 '25 01:03 Sup3rlativ3

@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

scheffold avatar Mar 30 '25 18:03 scheffold

@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.

MatthieuGomes avatar Mar 30 '25 18:03 MatthieuGomes

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"

properlypurple avatar Apr 04 '25 11:04 properlypurple

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

typedrat avatar Apr 11 '25 17:04 typedrat

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.

DenWav avatar Apr 18 '25 02:04 DenWav

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 :(

jackrosenberg avatar May 01 '25 14:05 jackrosenberg

Also on NixOS. same issues on my side. sorry for another one of those "i have the same problem" comments.

zmberber avatar Jun 12 '25 19:06 zmberber