checkout icon indicating copy to clipboard operation
checkout copied to clipboard

code 503 (availability)

Open AZ-X opened this issue 2 years ago • 5 comments

Download action repository 'actions/checkout@v2' Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/7884fcad6b5d53d10323aee724dc68d8b9096a2e'. Error: Response status code does not indicate success: 503 (Service Unavailable). Warning: Back off 16.547 seconds before retry. Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/7884fcad6b5d53d10323aee724dc68d8b9096a2e'. Error: Response status code does not indicate success: 503 (Service Unavailable). Warning: Back off 13.553 seconds before retry. Error: Response status code does not indicate success: 503 (Service Unavailable). :suspect:

AZ-X avatar Jun 02 '22 04:06 AZ-X

I'm also experiencing the same thing. Please act quickly.

meloning avatar Jun 02 '22 05:06 meloning

same

Crazyokd avatar Jun 02 '22 07:06 Crazyokd

I don't know why, but I've confirmed that it works now. 스크린샷 2022-06-02 오후 4 10 38

meloning avatar Jun 02 '22 07:06 meloning

My action configuration when this error occurs: image

Then I updated my action configuration, as shown below: image

that's solve my problem.

Crazyokd avatar Jun 02 '22 07:06 Crazyokd

Yep, seems like runners with node16 are rolling out atm gradually and workflows with old actions started failing.

nantiferov avatar Jun 02 '22 08:06 nantiferov

We are lucky to have experienced a failure of GitHub, so it's not your fault.

Jianxuan-Li avatar Sep 05 '23 04:09 Jianxuan-Li

We are lucky to have experienced a failure of GitHub, so it's not your fault.

Should we just wait for them? I have the same with 'actions/checkout@v3'

satarovbekzhan avatar Sep 05 '23 05:09 satarovbekzhan

We are lucky to have experienced a failure of GitHub, so it's not your fault.

Should we just wait for them? I have the same with 'actions/checkout@v3'

Yes, I waited for like 30 minutes, and then it's fine; the error message shows it's an error of the GitHub API.

Jianxuan-Li avatar Sep 05 '23 05:09 Jianxuan-Li

We are lucky to have experienced a failure of GitHub, so it's not your fault.

Should we just wait for them? I have the same with 'actions/checkout@v3'

Yes, I waited for like 30 minutes, and then it's fine; the error message shows it's an error of the GitHub API.

They recently released a new version of check-out. I changed my action to checkout@v4 and worked.

jhonathannc avatar Sep 05 '23 05:09 jhonathannc

They recently released a new version of check-out. I changed my action to checkout@v4 and worked.

I remain use v3, and did nothing, now it works very smooth.

Jianxuan-Li avatar Sep 05 '23 05:09 Jianxuan-Li

Still getting 503 already at "Set up job".

berkon avatar Sep 05 '23 07:09 berkon

I get Response status code does not indicate success: 503 (Service Unavailable). when I run actions. Is it me or Github?

fasidOnGit avatar Sep 05 '23 09:09 fasidOnGit

Looks like sporadically on GitHub. Currently runs fine again for me.

berkon avatar Sep 05 '23 09:09 berkon

Same https://github.com/ramazansancar/KLU_Yemek/actions/runs/6080072989/job/16493474392 https://github.com/ramazansancar/KLU_Yemek/actions/runs/6079730388/job/16492642739

ramazansancar avatar Sep 05 '23 10:09 ramazansancar