We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm Mr. Cherry, a very friendly guy. Issue:
Input:
AKASH_KEY_NAME=myWallet echo $AKASH_KEY_NAME AKASH_KEYRING_BACKEND=os provider-services keys add $AKASH_KEY_NAME
Output:
myWallet Error: No such interface “org.freedesktop.DBus.Properties” on object at path /
Environment: Raspberry PI 4, debian
The text was updated successfully, but these errors were encountered:
Please use "file" or "test" (no password protection) keyring backend instead of the "os".
Or install and configure the OS keyring if you want to use the os keyring. That might be more painful way to go, I would not recommend.
os
Sorry, something went wrong.
Ok I have tried replacing os with file or test. But I get the same results as before.
No branches or pull requests
Hi,
I'm Mr. Cherry, a very friendly guy. Issue:
Input:
AKASH_KEY_NAME=myWallet
echo $AKASH_KEY_NAME
AKASH_KEYRING_BACKEND=os
provider-services keys add $AKASH_KEY_NAME
Output:
myWallet
Error: No such interface “org.freedesktop.DBus.Properties” on object at path /
Environment: Raspberry PI 4, debian
The text was updated successfully, but these errors were encountered: