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

KeyError: 'sha1' on list dependencies #137

Open
scrublullz opened this issue Sep 24, 2018 · 0 comments
Open

KeyError: 'sha1' on list dependencies #137

scrublullz opened this issue Sep 24, 2018 · 0 comments

Comments

@scrublullz
Copy link

Listing dependencies is currently throwing the error KeyError: 'sha1' when listing Chrome's available packages.

chrome
  * 46.0.2490.80 None a0ade494dda8911eeb68c9294c2dd0e3229d8f02
    latest       None
Traceback (most recent call last):
  File "/usr/local/bin/vmcloak", line 11, in <module>
    load_entry_point('VMCloak==0.4.5', 'console_scripts', 'vmcloak')()
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/vmcloak/main.py", line 647, in _list_dependencies
    list_dependencies()
  File "/usr/local/lib/python2.7/dist-packages/vmcloak/main.py", line 638, in list_dependencies
    print exe.get("target"), exe["sha1"]
KeyError: 'sha1'
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