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

Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8 #61

Closed
jpcamara opened this issue Feb 6, 2024 · 1 comment
Closed

Comments

@jpcamara
Copy link

jpcamara commented Feb 6, 2024

If your computer has a Socket.gethostname that has an apostrophe in it, like Basecamp’s-Computer, you get the following error when running bin/setup.

# bin/setup

Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8

This is caused by an encoding issue in SolidQueue when it retrieves the hostname. I have a PR open to fix the issue there: rails/solid_queue#143

When I apply that fix to SolidQueue, the MissionControl error goes away and bin/setup finishes successfully.

@rosa
Copy link
Member

rosa commented Feb 12, 2024

This one should be fixed now by rails/solid_queue#143

@rosa rosa closed this as completed Feb 12, 2024
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

No branches or pull requests

2 participants