goldwarden icon indicating copy to clipboard operation
goldwarden copied to clipboard

"Could not login via password: too many requests"

Open heinsenberg82 opened this issue 11 months ago • 2 comments

I just installed the Pop Os distro, downloaded and installed Goldwarden from the store, and I'm getting this error when I try to login.

heinsenberg82 avatar Jan 19 '25 18:01 heinsenberg82

I'm using self-hosted vaultwarden. Can this be the reason?

EDIT

Problem solved by setting the environment as follows. All urls must be set one-by-one

❯ goldwarden config get-environment
{"api":"https://vault.xyz/api","identity":"https://vault.xyz/identity","notifications":"https://vault.xyz/notifications","vault":"https://vault.xyz"}

kbialek avatar Feb 13 '25 18:02 kbialek

Same issue using a Flatpak install

When I follow https://github.com/quexten/goldwarden/wiki/Flatpak-Configuration, I end up with commands like:

flatpak run --command=goldwarden com.quexten.Goldwarden config set-client-id REDACTED
flatpak run --command=goldwarden com.quexten.Goldwarden config set-client-secret REDACTED

I get this error for both:

Setting api secret failed: chacha20poly1305: bad key length

Does anyone know how to configure this to work with bitwarden.com?

benjaminoakes avatar May 07 '25 15:05 benjaminoakes