-
Notifications
You must be signed in to change notification settings - Fork 117
incompatible character encodings: UTF-8 and ASCII-8BIT #51
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
Comments
@mmukherjee can you provide me more information, because on my arch linux is it working. I update the Gemfile to use inspec version 2.0.0 (see #52) and i did a inspec version:
|
i just had the same (or say similar) issue, it can occur depending on what your specs actually execute and want to output using inspecs reporter (/inspec/reporters/cli.rb:144 in the error message).
I think this is more an issue to the inspec reporters regarding UTF-8 handling? However in my case i fixed this using docker's Still have no clue why this pops up since i'm running on a debian:9 and have all LANGUAGE, LC_ALL, ... env vars set. |
Fixed in #53 please reopen if the issue still applies |
..so I updated my inspec version so as to move ahead from this issue
Just so that you know, I used a
chef gem update inspec
command to update my inspec gem. Post which, I had to manually edit the/opt/chefdk/bin/inspec
file to update the inspec versions.What am I missing?
The text was updated successfully, but these errors were encountered: