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
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'
The text was updated successfully, but these errors were encountered:
Listing dependencies is currently throwing the error
KeyError: 'sha1'
when listing Chrome's available packages.The text was updated successfully, but these errors were encountered: