akash-network / support

Akash Support and Issue Tracking
5 stars 3 forks source link

No such interface org.freedesktop.DBus.Properties #115

Closed bitcoinmeetups closed 10 months ago

bitcoinmeetups commented 10 months ago

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

arno01 commented 10 months ago

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.

bitcoinmeetups commented 10 months ago

Ok I have tried replacing os with file or test. But I get the same results as before.