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

All Winget Packages Failing #3410

Closed
GeneralGarcia opened this issue Jul 6, 2023 · 8 comments
Closed

All Winget Packages Failing #3410

GeneralGarcia opened this issue Jul 6, 2023 · 8 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Milestone

Comments

@GeneralGarcia
Copy link

Brief description of your issue

It seems all my Winget deployments via Intune are failing this morning with the following error: 0x8a15000f : Data required by the source is missing

I can replicate this by trying to install any Winget application manually via the command line, which throws the same error.

I have tried winget reset source but that doesn't make any difference.

Is there anything I can do? Or is this a CDN issue or similar?

Steps to reproduce

Try any winget install via the command line, they all throw the same error

Expected behavior

Installs as normal

Actual behavior

Failed when searching source: winget
An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing

Environment

Windows Package Manager v1.4.11071
Windows: Windows.Desktop v10.0.22621.1848
Package: Microsoft.DesktopAppInstaller v1.19.11071.0
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Jul 6, 2023
@evanjs
Copy link

evanjs commented Jul 6, 2023

I am experiencing the same issue with different symptoms/messages.
This is what I get when attempting to update:

Failed when searching source: msstore
An unexpected error occurred while executing the command:
0x8a15005e : The server certificate did not match any of the expected values.

Details of this error are discussed in more depth as part of #2879.

Inspecting the certificate that seems to be associated with the endpoints being hit shows some... obviously sketches sites listed under the Subject Alternative Name, which cURL notes is the reason for the failure.


Environment

Windows Package Manager (Preview) v1.5.441-preview
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22631.1972
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.20.441.0

@stephengillie
Copy link

Can you download the MSIXBundle from https://aka.ms/getwinget and manually install it? Possibly remove it by using the Store and reinstall from the MSIXBundle?

@stephengillie stephengillie added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels Jul 6, 2023
@evanjs
Copy link

evanjs commented Jul 6, 2023

Can you download the MSIXBundle from https://aka.ms/getwinget and manually install it? Possibly remove it by using the Store and reinstall from the MSIXBundle?

Everything appears to work as intended after upgrading via https://aka.ms/getwinget.
Hopefully OP has the same experience.


Note: these were the only steps I performed:

wget --content-disposition https://aka.ms/getwinget
.\Microsoft.DesktopAppInstaller_<letters_and_numbers>.msixbundle

No uninstall was required, at least for me.


Environment

Windows Package Manager v1.5.1572
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22631.1972
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.20.1572.0

@denelon
Copy link
Contributor

denelon commented Jul 6, 2023

WinGet 1.4 originally had a certificate root for the "msstore" source that was deprecated.
We did have a 1.4 servicing release with the new certificate.
https://github.com/microsoft/winget-cli/releases/tag/v1.4.11071

WinGet 1.5 is now out and also has the correct certificate.
https://github.com/microsoft/winget-cli/releases/tag/v1.5.1572
We've updated the https://aka.ms/getwinget link to point to the latest stable release.

@denelon
Copy link
Contributor

denelon commented Jul 6, 2023

@GeneralGarcia are you still having this issue?

@denelon denelon added the Needs-Author-Feedback Issue needs attention from issue or PR author label Jul 6, 2023
@GeneralGarcia
Copy link
Author

GeneralGarcia commented Jul 6, 2023 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention Issue needs attention from Microsoft and removed Needs-Author-Feedback Issue needs attention from issue or PR author labels Jul 6, 2023
@GeneralGarcia
Copy link
Author

GeneralGarcia commented Jul 7, 2023

Unfortunately still the same this morning :(

I've updated to the following version on two seperate machines: Windows Package Manager v1.5.1572

I then tried running a few install commands via an admin powershell window, such as: winget install -e --id zxch3n.PomodoroLogger or winget install -e --id SleuthKit.Autopsy

It doesn't seem to matter which package I try, I get the following on both PCs (after a couple of initial blue progress bars which appear only the first time I run the command):
Failed when searching source: winget
An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing

I tried the winget source reset --force command on both machines, and it re-prompted me to accept the agreements when I ran the install command, but with the same error at the end unfortunately. Not sure where to go from here? All was working fine until Wednesday.

@GeneralGarcia
Copy link
Author

On testing this morning, this issue appears to now have been resolved without any changes on our end. Assuming that was a CDN or other MS issue? Please feel free to close this off, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

4 participants