Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

exception parsing error Issue with python3 #151

Open
ericfode opened this issue Oct 16, 2017 · 0 comments
Open

exception parsing error Issue with python3 #151

ericfode opened this issue Oct 16, 2017 · 0 comments

Comments

@ericfode
Copy link
Contributor

ericfode commented Oct 16, 2017

Connecting to https://REDACTED/
Token derived from /home/fodee/.vault-token-REDACTED
Traceback (most recent call last):
  File "/home/fodee/src/clerk/.env/lib/python3.6/site-packages/aomi/cli.py", line 466, in main
    action_runner(parser, args)
  File "/home/fodee/src/clerk/.env/lib/python3.6/site-packages/aomi/cli.py", line 445, in action_runner
    template_runner(client.connect(args), parser, args)
  File "/home/fodee/src/clerk/.env/lib/python3.6/site-packages/aomi/vault.py", line 138, in connect
    raise aomi.exceptions.AomiCredentials('initial token')
aomi.exceptions.AomiCredentials: Something wrong with Vault credentials - initial token

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/fodee/src/clerk/.env/bin/aomi", line 11, in <module>
    sys.exit(main())
  File "/home/fodee/src/clerk/.env/lib/python3.6/site-packages/aomi/cli.py", line 471, in main
    unhandled(uncaught, args)
  File "/home/fodee/src/clerk/.env/lib/python3.6/site-packages/aomi/error.py", line 13, in unhandled
    output(exception.message, opt)
AttributeError: 'AomiCredentials' object has no attribute 'message'

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

No branches or pull requests

2 participants