Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected HTTP response: 500 #133

Closed
jjtang1985 opened this issue Apr 6, 2020 · 4 comments
Closed

Unexpected HTTP response: 500 #133

jjtang1985 opened this issue Apr 6, 2020 · 4 comments

Comments

@jjtang1985
Copy link

Hi, here is our workflow:

jobs:
  tests:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [macos-latest, ubuntu-latest]
        node-version: [10.x, 11.x, 12.x]
    steps:
      - uses: actions/checkout@v1
      - uses: actions/setup-node@v1
        with:
          node-version: ${{ matrix.node-version }}

Could you please help solve the 500 issue?

error messages:

2020-04-06T08:56:36.9086235Z ##[group]Run actions/setup-node@v1
2020-04-06T08:56:36.9086378Z with:
2020-04-06T08:56:36.9086466Z   node-version: 11.x
2020-04-06T08:56:36.9086567Z   always-auth: false
2020-04-06T08:56:36.9086785Z ##[endgroup]
2020-04-06T08:56:37.5502432Z Unexpected HTTP response: 500
2020-04-06T08:56:37.5503835Z Waiting 17 seconds before trying again
2020-04-06T09:03:24.1481824Z Premature close
2020-04-06T09:03:24.1482863Z Waiting 13 seconds before trying again
2020-04-06T09:03:37.3152217Z ##[error]Unexpected HTTP response: 500
@Moumouls
Copy link

Moumouls commented Apr 6, 2020

Same in our workflows using node 12.x

@Raul6469
Copy link

Raul6469 commented Apr 6, 2020

You can follow up in #132 ! Looks like we are a lot in this situation

@chingc
Copy link

chingc commented Apr 6, 2020

This isn't a setup-node issue.

The problem is coming from nodejs: nodejs/node#32683

@bryanmacfarlane
Copy link
Member

Also this core issue also manifests itself in this issue: #132

I added details about the work we're doing in that issue which will cover both.

I'm going to close this one and leave the other open for discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants