-
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
aws ec2 describe-images raises exception with unicode #3703
Comments
aws --version |
@youngfeldt - Thanks for reaching out and providing the output details. This looks like a unicode issue. I'm not able to reproduce this issue. Please provide the output after running the command |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
@youngfeldt - is this still an issue? |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Apologies for the delayed response. I was not aware an email filter was blocking these notificaitons. I did some digging and it seems this is related to an issue I found in 2015 |
Greetings! It looks like this issue hasn’t been active in longer than one year. We encourage you to check if this is still an issue in the latest release. Because it has been longer than one year since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment to prevent automatic closure, or if the issue is already closed, please feel free to reopen it. |
aws ec2 describe-images —-owners aws-marketplace
usage: aws [options] [ ...] [parameters]
To see help text, you can run:
aws help
aws help
aws help
Traceback (most recent call last):
File "/bin/aws", line 27, in
sys.exit(main())
File "/bin/aws", line 23, in main
return awscli.clidriver.main()
File "/usr/lib/python2.7/site-packages/awscli/clidriver.py", line 60, in main
rc = driver.main()
File "/usr/lib/python2.7/site-packages/awscli/clidriver.py", line 212, in main
sys.stderr.write(str(e))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2014' in position 34: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: