tenex / rails-assets

The solution to assets management in Rails
https://rails-assets.org
MIT License
1.63k stars 69 forks source link

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

Closed rgaufman closed 4 years ago

rgaufman commented 4 years ago

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 4 years ago

Appears to be. On it.

On Sun, Jun 21, 2020 at 7:37 AM Roman Gaufman notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tenex/rails-assets/issues/471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACYZSGTIZC4OOB22HAATJTRXXWIHANCNFSM4OD2FQ6Q .

hut8 commented 4 years ago

Coming back up in ~5 min.

On Sun, Jun 21, 2020 at 7:38 AM josh.jordan@gmail.com josh.jordan@gmail.com wrote:

Appears to be. On it.

On Sun, Jun 21, 2020 at 7:37 AM Roman Gaufman notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tenex/rails-assets/issues/471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACYZSGTIZC4OOB22HAATJTRXXWIHANCNFSM4OD2FQ6Q .

hut8 commented 4 years ago

Scratch that, available now.

On Sun, Jun 21, 2020 at 7:43 AM josh.jordan@gmail.com josh.jordan@gmail.com wrote:

Coming back up in ~5 min.

On Sun, Jun 21, 2020 at 7:38 AM josh.jordan@gmail.com < josh.jordan@gmail.com> wrote:

Appears to be. On it.

On Sun, Jun 21, 2020 at 7:37 AM Roman Gaufman notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tenex/rails-assets/issues/471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACYZSGTIZC4OOB22HAATJTRXXWIHANCNFSM4OD2FQ6Q .

rgaufman commented 4 years ago

Thank you!!

jmeattle commented 4 years ago

@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
jmeattle commented 4 years ago

Follow-up issue - https://github.com/tenex/rails-assets/issues/472

Aviv389 commented 2 years ago

This is happening again right now

joshjordan commented 2 years ago

Strange timing. Use http://insecure.rails-assets.org for now until I can fix.

On Sat, Apr 30, 2022 at 2:22 PM Aviv @.***> wrote:

This is happening again right now

— Reply to this email directly, view it on GitHub https://github.com/tenex/rails-assets/issues/471#issuecomment-1114032030, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD7LSQYECNNPNVWDVFGTS3VHV26JANCNFSM4OD2FQ6Q . You are receiving this because you modified the open/close state.Message ID: @.***>

hut8 commented 2 years ago

This isn't still happening for you right?

Aviv389 commented 2 years ago

it does :(

image
joshjordan commented 2 years ago

I think you have the wrong URL. Use https.

On Sun, May 1, 2022 at 12:22 AM Aviv @.***> wrote:

it does :( [image: image] https://user-images.githubusercontent.com/81958738/166132102-64968b5e-1fff-4ce9-93cc-65575a82a4ff.png

— Reply to this email directly, view it on GitHub https://github.com/tenex/rails-assets/issues/471#issuecomment-1114128499, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD7LSSZKUGYLHGWGBO5K6DVHYBH3ANCNFSM4OD2FQ6Q . You are receiving this because you modified the open/close state.Message ID: @.***>

Aviv389 commented 2 years ago

It's working now Tx

meredithlind commented 1 year ago

@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/
joshjordan commented 1 year ago

Your error log shows a mismatch between the url scheme and the host name. Use https with rails-assets.org

The certificate is currently valid until Nov 18

On Thu, Oct 20, 2022 at 4:28 PM meredithlind @.***> wrote:

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

0 22.55 Fetching source index from http://rails-assets.org/

0 http://rails-assets.org/#0 82.61

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

0 http://rails-assets.org/#0 142.7

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

0 http://rails-assets.org/#0 202.8

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

0 http://rails-assets.org/#0 262.8

0 262.9 Could not fetch specs from http://rails-assets.org/

— Reply to this email directly, view it on GitHub https://github.com/tenex/rails-assets/issues/471#issuecomment-1286106326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD7LSWWY7R3RNGQV2S2BQ3WEGTQFANCNFSM4OD2FQ6Q . You are receiving this because you were mentioned.Message ID: @.***>

meredithlind commented 1 year ago

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 1 year ago

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 :/

hut8 commented 1 year ago

@xeruf does http://insecure.rails-assets.org work?

xeruf commented 1 year ago

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