ERROR - The name org.freedesktop.secrets was not provided by any .service files #5331
-
Hello, I'd like to use it but I'm getting this error, has anyone had this problem? If so, how can I fix it? the documentation doesn't mention this error. enzo@IFOTEC111:~/go/src/ScanProduct2023$ woodpecker-cli setup -s="https:/XXX.yyy.ZZZ" -t="XXX.yyy.ZZZ" -
-log-level debug
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/internal/config/config.go:96 > checking for config file configPath=/home/enzo/.config/woodpecker/config.json
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/internal/config/config.go:105 > config file does not exist
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/common/hooks.go:38 > checking for updates ...
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/update/updater.go:25 > current version: 3.8.0
┃ The woodpecker-cli was already configured. Do you want to configure it again?
┃
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/update/updater.go:64 > no new version available
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/common/hooks.go:4
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/setup/token_fetcher.go:113 > opening browser with URL: https://XXX.yyy.ZZZ/cli/auth?port=60761
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/setup/token_fetcher.go:27 > listening for token response on :60761
2:40PM DBG ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cli/setup/token_fetcher.go:32 > shutting down server
2:40PM FTL ../../../../../woodpecker/src/github.com/woodpecker-ci/woodpecker/cmd/cli/main.go:34 > error running cli error="The name org.freedesktop.secrets was not provided by any .service files" |
Beta Was this translation helpful? Give feedback.
Answered by
anbraten
Jul 15, 2025
Replies: 2 comments
-
The cli uses a secret store like gnome keyring to save the token. Seems like your system is not having such a service. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qwerty287
-
You can set url and token without keyring using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cli uses a secret store like gnome keyring to save the token. Seems like your system is not having such a service.