You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using keyring > 1.6.1 causes errors when using the wallet command, such as:
sflvault wallet
Traceback (most recent call last):
File "/gnu/store/v264g9s2w9ycdsf4ylyk4d0c2q0hbjhy-sflvault-client-0.7.8.2/bin/.sflvault-real", line 11, in <module>
load_entry_point('SFLvault-client==0.7.8.2', 'console_scripts', 'sflvault')()
File "/gnu/store/v264g9s2w9ycdsf4ylyk4d0c2q0hbjhy-sflvault-client-0.7.8.2/lib/python2.7/site-packages/sflvault/client/commands.py", line 1067, in main
f._run(args[1:])
File "/gnu/store/v264g9s2w9ycdsf4ylyk4d0c2q0hbjhy-sflvault-client-0.7.8.2/lib/python2.7/site-packages/sflvault/client/commands.py", line 184, in _run
getattr(self, action)()
File "/gnu/store/v264g9s2w9ycdsf4ylyk4d0c2q0hbjhy-sflvault-client-0.7.8.2/lib/python2.7/site-packages/sflvault/client/commands.py", line 956, in wallet
for i, name, obj, status, current in self.vault.cfg.wallet_list():
File "/gnu/store/v264g9s2w9ycdsf4ylyk4d0c2q0hbjhy-sflvault-client-0.7.8.2/lib/python2.7/site-packages/sflvault/client/client.py", line 310, in wallet_list
ref[backend.supported()],
AttributeError: 'Keyring' object has no attribute 'supported'
Using keyring > 1.6.1 causes errors when using the wallet command, such as:
This is the same problem as reported for Backintime: bit-team/backintime#44. They fixed it with this commit: bit-team/backintime@78ffd4d
keyring is currently at version 19.2.0 (see: https://pypi.org/project/keyring/)
The text was updated successfully, but these errors were encountered: