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

Prevent Encoding::UndefinedConversionError error when writing response #94

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

benpickles
Copy link
Owner

I'm seeing this error when trying to write a particular xlsx file:

lib/parklife/utils.rb:37:in `write': "\\xEC" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError)

The fix is simple but I can't seem to create a test case for it 🤷🏻‍♂️

I'm seeing this error when trying to write a particular xlsx file:

    lib/parklife/utils.rb:37:in `write': "\\xEC" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError)

The fix is simple but I can't seem to create a test case for it 🤷🏻‍♂️
@benpickles benpickles merged commit 88e687c into main Mar 24, 2023
@benpickles benpickles deleted the ignore-content-encoding branch March 24, 2023 22:33
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.

None yet

1 participant