windows-insider icon indicating copy to clipboard operation
windows-insider copied to clipboard

Link for build 25140 SDK is Broken

Open dembeck opened this issue 2 years ago • 3 comments

Issue

The link on the flight hub has a link for build 22140 SDK that does not work. When I click the link, I get a page that says:

GatewayExceptionResponse

Page that link opens:

image

Page header:

image

Workaround

I was able to get the SDK at: https://www.microsoft.com/software-download/windowsinsiderpreviewsdk

Notes

Other links on the page work without issue for me.

File: wip/flight-hub/index.md Line: 25 GitHub Link: https://github.com/microsoftdocs/windows-insider/blob/public/wip/flight-hub/index.md Live Page: https://docs.microsoft.com/windows-insider/flight-hub/

dembeck avatar Jun 15 '22 23:06 dembeck

I guess from that status code 400, you are the one who screwed up 🤔🙂 Figuring what you'll fix might be challenging because of the vague nature of the error, but here's what I suggest:

Get a network trace of the request/response to see the raw data you re sending to the server, as well as the error data returned by the server. Get the data from the log for the failed request. Finally, use the browser error message, network trace data, and log data to pinpoint the cause of the failure.

I hope this was helpful.

alainQtec avatar Jun 21 '22 19:06 alainQtec

I think the fix here is to add "_1" to the end of the file name for the 25140 build, which is consistent with the SDK links for other builds: https://software-static.download.prss.microsoft.com/dbazure/Windows_InsiderPreview_SDK_en-us_25140_1.iso

That link works for me.

The Windows Insider Preview SDK site (https://www.microsoft.com/software-download/windowsinsiderpreviewsdk) is for the latest version, currently 25151.

aczechowski avatar Jun 30 '22 00:06 aczechowski

I think the fix here is to add "_1" to the end of the file name for the 25140 build, which is consistent with the SDK links for other builds: https://software-static.download.prss.microsoft.com/dbazure/Windows_InsiderPreview_SDK_en-us_25140_1.iso

This does seem to be the issue.

Fix

After adding _1 to the file name, the link becomes valid. I am able to download the SDK iso with the following link:

https://software-static.download.prss.microsoft.com/dbazure/Windows_InsiderPreview_SDK_en-us_25140_1.iso

While using the same browser tab, the link on the Flight Hub still has the issue I initially reported.

https://software-static.download.prss.microsoft.com/dbazure/Windows_InsiderPreview_SDK_en-us_25140.iso

Other

The Windows Insider Preview SDK site (https://www.microsoft.com/software-download/windowsinsiderpreviewsdk) is for the latest version, currently 25151.

@aczechowski

I added that as a workaround, not a fix/solution because that was the first alternative source I checked, and it had a working link. Though as you said it is for retrieving the latest version, which 15 days ago when I posted this issue happened to be build 25140 but has since been bumped to build 25151.

dembeck avatar Jun 30 '22 22:06 dembeck