-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Bug in error reporting: string indices must be integers #1751
Comments
What version of the CLI are using? You can figure this out by running I am not able to reproduce the error message when I do not have credentials set:
Let me know if that helps. |
I installed on mac with brew, then uninstalled, then pip then uninstalled then using the zip, none worked. The zip one has version: Which seems to be quite a bit later than yours. |
I do not think it is an issue with the differing python versions. It may be an issue with El Capitan. We have had a fair amount of issues coming in about issues installing the cli on El Capitan with no vitual environment: #1522. Could you provide two bits of details to help debug this?
|
RE 2, I used easy_install method, first one on SO. RE 1, Ok will do, but will have to revert the aws configure. It should be pretty easy to reproduce by using VM with El Capitan. |
Thanks those debug logs will be helpful. I was searching for similar issues in the repository and I found this one: #1456. Are you retrieving credentials via assume role because it looked like the requester of the issue had problems related to configuration for assuming an iam role? |
@kyleknap Nope, I was literally just trying Please could you tell me how to undo |
So you can undo |
@kyleknap I can't reproduce anymore! I tried resintalling inside an ubuntu:latest docker container and it gives a sensible error message. Did someone quickly fix this? Could it be I was just unlucky that the version released on that day was dodgy? Can anyone confirm? |
Good to hear that it is working now. I have no idea why it started working. We did a release yesterday, but nothing related to installation changed. If you figure out what might have happened, we would love to hear what may have happened. Otherwise closing issue. |
This is a ridiculous error message, it should be "Please run
aws configure
"The text was updated successfully, but these errors were encountered: