Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ubuntu Bundler HTTPError

Tags:

ruby

bundler

gem

I'm running Ubuntu 12.04. When I installed Ruby and gems, everything worked fine for a while, but then from one point on Bundler started showing errors:

Fetching gem metadata from http://rubygems.org/.
Error Bundler::HTTPError during request to dependency API
Fetching full source index from http://rubygems.org/

Then it stays like that until some moment in the space-time continuum. Before it used to bundle gems in an extremely low speed, but now it just doesn't do anything.

I'm pretty newbish when it comes to system administration, pinging, proxies etc. but I tried everything I could find on the internet, using HTTP instead of HTTPS, checking if my terminal correctly resolves the URL, reinstalling bundler... even logging out and back in.

Any suggestions on how I should start debugging this problem?

like image 261
silvenon Avatar asked Oct 21 '12 00:10

silvenon


1 Answers

The issue with dependency API is because that part of RubyGems server is currently down. Take a look at http://status.rubygems.org/

Image from RubyGems status server as of 9PM MDT

like image 87
Prakash Murthy Avatar answered Sep 20 '22 03:09

Prakash Murthy