You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 :)
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 .
The text was updated successfully, but these errors were encountered: