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

Better handle empty tokens for non-authed sessions or timeouts #5

Open
alanwill opened this issue May 26, 2020 · 0 comments
Open

Better handle empty tokens for non-authed sessions or timeouts #5

alanwill opened this issue May 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alanwill
Copy link
Owner

Here's an example traceback:

Traceback (most recent call last):
  File "./aws-credy.py", line 149, in <module>
    main()
  File "/Users/myname/Library/Python/3.8/lib/python/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/Users/myname/Library/Python/3.8/lib/python/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/Users/myname/Library/Python/3.8/lib/python/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Users/myname/Library/Python/3.8/lib/python/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "./aws-credy.py", line 26, in main
    profile_access_key, profile_secret_key, profile_token = get_role_credentials(
TypeError: cannot unpack non-iterable NoneType object
@alanwill alanwill self-assigned this May 26, 2020
@alanwill alanwill added the bug Something isn't working label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant