-
Notifications
You must be signed in to change notification settings - Fork 159
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
gzdoom@4.11.3: download via aria2 failed, github-actions bot mistakenly thinks the files can be downloaded just fine #1051
Comments
Cannot reproduce. All files could be downloaded without any issue.
|
Well let's go through the list:
The release page you're trying to grab the latest gzdoom from is from a user named "coelckers" (aka Graf Zahl... gzdoom's biggest contributor). One glance at the list of his repositories he's maintaining, and you will not find gzdoom (nor any zdoom engine) among them. This link is doomed to fail. You need to use the official repository, not this user's fork of the repository. Like I said - you need to use https://github.com/ZDoom/gzdoom/releases/download/g4.11.3/gzdoom-4-11-3.a.-Windows-64bit.zip (note that the filename is also different on this link). This is the official download link. |
The problem isn't strictly the user's namespace; I believe it was at coelckers/gzdoom before being moved to zdoom/gzdoom, and github redirects old repo urls. Indeed, the url https://github.com/coelckers/gzdoom/releases/download/g4.11.3/gzdoom-4-11-3.a.-Windows-64bit.zip with the coelckers namespace downloads successfully. The real problem is the incorrect filename, I suspect the bot thinks this link works because it returns an HTTP 301 response, and does not follow it to determine whether the actual url is accessible. |
Is there a way to temporarily disable the bot on a specific manifest? This would allow fixing the manifest until a new GZDoom version is uploaded without a nonstandard version scheme. Otherwise, the bot will most likely just overwrite the manual fix tomorrow. |
... I saw a comment pop up in my email a while ago with a link to the github-actions log demonstrating that the github-actions bot failed to download the file but still continued anyway as if it hadn't, but it doesn't appear here in this ticket... Was it removed? If not, I can resend the link to the log spot again here. Just let me know. |
I don't see any removed comments here. That said, GitHub only displays a public log if someone removes someone else's comment, but not if someone removes their own comment. |
Mkay, then the missing comment that I saw had this to say (if the original poster removed it, I'm not sure for what reason, but if it's somehow helpful, then great).
|
My PR doesn't close this issue, as it doesn't address the bot failure above, just fixes the manifest to reflect the new ZDoom Github org. |
In short, the problem is this link
https://github.com/coelckers/gzdoom/releases/download/g4.11.3/gzdoom-4-11-3-Windows-64bit.zip
is a link that goes to a Not Found error screen... the link that needs to be in there is this one:https://github.com/ZDoom/gzdoom/releases/download/g4.11.3/gzdoom-4-11-3.a.-Windows-64bit.zip
The text was updated successfully, but these errors were encountered: