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

I use gem 'aws-sdk-s3' and get error => slavenode.go:226: [development_environment] read unix ->: EOF #656

Open
tw5475 opened this issue Apr 3, 2018 · 1 comment

Comments

@tw5475
Copy link

tw5475 commented Apr 3, 2018

I use the gem into gemfile and carshed :
gem 'aws-sdk-s3', '~> 1'

My zeus version is v0.15.14
ruby 2.1.10
Rails 3.2.22.1

If I use gem 'aws-sdk', '~> 3' that it is work .

@longkt90
Copy link

longkt90 commented Apr 9, 2018

@tw5475 Seem like this is an easy to fix and took me a few months to know what happened
try to run zeus with log zeus --log /dev/stderr start, you would see why it crash. Most likely your case is the error You have already activated X, but your Gemfile requires Y

And the solution is to uninstall the wrong gem loaded :)

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