Closed johnmoroney closed 12 years ago
yeah its missing
Yep.
Gem::RemoteFetcher::FetchError: bad response Not Found 404 (http://production.cf.rubygems.org/gems/cocaine-0.3.2.gem)
I also have the same problem though with Bundler I get a slightly different error:
Gem::RemoteFetcher::FetchError: bad response Not Found 404 (https://s3.amazonaws.com/production.s3.rubygems.org/gems/cocaine-0.3.2.gem)
An error occurred while installing cocaine (0.3.2), and Bundler cannot continue.
Make sure that `gem install cocaine -v '0.3.2'` succeeds before bundling.
I specified cocaine 0.3.1 and everything works for now, bundler and all.
On Oct 1, 2012, at 6:43 PM, Hengjie wrote:
I also have the same problem though with Bundler I get a slightly different error:
Gem::RemoteFetcher::FetchError: bad response Not Found 404 (https://s3.amazonaws.com/production.s3.rubygems.org/gems/cocaine-0.3.2.gem) An error occurred while installing cocaine (0.3.2), and Bundler cannot continue. Make sure that
gem install cocaine -v '0.3.2'
succeeds before bundling. — Reply to this email directly or view it on GitHub.
Gentlemen - Please see the following: https://github.com/thoughtbot/cocaine/issues/25
It was an S3 issue.
On Mon, Oct 1, 2012 at 9:46 PM, johnmoroney notifications@github.comwrote:
I specified cocaine 0.3.1 and everything works for now, bundler and all.
On Oct 1, 2012, at 6:43 PM, Hengjie wrote:
I also have the same problem though with Bundler I get a slightly different error:
Gem::RemoteFetcher::FetchError: bad response Not Found 404 ( https://s3.amazonaws.com/production.s3.rubygems.org/gems/cocaine-0.3.2.gem)
An error occurred while installing cocaine (0.3.2), and Bundler cannot continue. Make sure that
gem install cocaine -v '0.3.2'
succeeds before bundling. — Reply to this email directly or view it on GitHub.— Reply to this email directly or view it on GitHubhttps://github.com/thoughtbot/cocaine/issues/27#issuecomment-9056446.
If anyone still has problems, 0.3.2 is available as a download directly from here: https://github.com/downloads/thoughtbot/cocaine/cocaine-0.3.2.gem
Thanks for reporting this. We've gotten a few reports about it lately, but there's really nothing we can do about it. S3 was failing to replicate recently-uploaded files to some zones (I assume) so the file wasn't available from everywhere. That's why 0.3.1 is available and 0.3.2 isn't. Other gems were apparently having the same problem, too.
That's about that, really.