tenex/rails-assets

Bundler::HTTPError Could not fetch specs from https://rails-assets.org/

Closed this issue · 18 comments

Is rails-assets down at the moment? - My CircleCI is failing with:

Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
 

 
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
 

 
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
 

 
Could not fetch specs from https://rails-assets.org/
 
 
Exited with code exit status 17 
CircleCI received exit code 17 
hut8 commented
hut8 commented
hut8 commented

Thank you!!

@hut8 Bump - getting this error again this morning.

$ bundle install
Fetching source index from https://rails-assets.org/

Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/

Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/

Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/

Could not fetch specs from https://rails-assets.org/
$ curl -I https://rails-assets.org/
curl: (7) Failed to connect to rails-assets.org port 443: Operation timed out

Follow-up issue - #472

This is happening again right now

hut8 commented

This isn't still happening for you right?

it does :(
image

It's working now Tx

@joshjordan / @hut8 I am seeing this issue again. I tried http://insecure.rails-assets.org/ as well, but no luck.

#0 22.50 Fetching source index from https://rails-assets.org/
#0 82.58
#0 82.58 Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
#0 142.6
#0 142.6 Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
#0 202.7
#0 202.7 Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
#0 262.7
#0 262.8 Could not fetch specs from https://rails-assets.org/

Looks like I posted the wrong logs initially - I was seeing the same output using https. At any rate, it seems to be working fine now! Thanks

xeruf commented

https://rails-assets.org is online, but I am getting this exact error, everything configured appropriately to HTTPS - the exact same config used to work until about a week ago :/

xeruf commented

The issue seems to be local, as rubygems also fails, still trying to find out what is going on...