Skip to content
New issue

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

sflvault requires keyring <= 1.6.1 #51

Open
Apteryks opened this issue Oct 18, 2019 · 1 comment
Open

sflvault requires keyring <= 1.6.1 #51

Apteryks opened this issue Oct 18, 2019 · 1 comment

Comments

@Apteryks
Copy link

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'

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/)

@Apteryks
Copy link
Author

Apteryks commented Feb 3, 2021

Keyring 1.6.1 can be used until Python 3.8, after which it breaks on a deprecated call to base64.decodestring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant