oprypin / nightly.link

Downloads the latest "nightly" build/artifact from a continuous testing workflow
https://nightly.link/
GNU Affero General Public License v3.0
675 stars 22 forks source link

[Bugreport] 404 Not found #43

Open siavash79 opened 2 years ago

siavash79 commented 2 years ago

From time to time (seems to be random), nighly.link website returns 404 not found error when parsing a github action.

I personally couldn't find any specific difference in the link to trigger the bug.

Example:

https://github.com/siavash79/AOSPMods/actions/runs/2722647213

https://nightly.link/siavash79/AOSPMods/actions/runs/2722647213

Error 404 – Not Found No artifacts found for run #2722647213.

Check on GitHub: https://github.com/siavash79/AOSPMods/actions/runs/2722647213#artifacts

Return to the home page

JJTech0130 commented 2 years ago

This is happening to me too. https://github.com/JJTech0130/rust-swift-package/actions/runs/2930370984 (404) vs https://github.com/JJTech0130/rust-swift-package/actions/runs/2929951876

It seems like it fixes itself after awhile, but it's a problem, because I have a job that calculates the artifact's hash, and the job obviously can't just wait forever.

FireMasterK commented 1 year ago

I'm facing this issue on https://nightly.link/TeamPiped/Piped-Backend/workflows/docker-build/master/piped.jar.zip and https://nightly.link/TeamPiped/Piped-Backend/actions/runs/5992862826 too.

Maybe there's some kind of caching done that's causing this?