Skip to content

sflvault requires keyring <= 1.6.1 #51

Open
@Apteryks

Description

@Apteryks

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions