We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Socket.gethostname
Basecamp’s-Computer
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.
The text was updated successfully, but these errors were encountered:
hostname
This one should be fixed now by rails/solid_queue#143
Sorry, something went wrong.
No branches or pull requests
If your computer has a
Socket.gethostname
that has an apostrophe in it, likeBasecamp’s-Computer
, you get the following error when runningbin/setup
.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.The text was updated successfully, but these errors were encountered: