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

Force encoding on command output strings #13525

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

chrisroberts
Copy link
Member

Incompatible encodings will result in an error when the exception
is translated. The outputs may not be UTF-8 encoded so force
the encoding when providing the values in the exception.

Fixes #13515

Incompatible encodings will result in an error when the exception
is translated. The outputs may not be UTF-8 encoded so force
the encoding when providing the values in the exception.
@chrisroberts chrisroberts merged commit 366c525 into hashicorp:main Nov 1, 2024
12 checks passed
@chrisroberts chrisroberts deleted the encoding-error branch November 1, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encoding::CompatibilityError exception raised when running vagrant up with vboxmanage customizations
1 participant