-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
0x8a15000f : Data required by the source is missing #3068
Comments
@tomhoad If you run Have you tried running The pre-indexed cache is located at https://cdn.winget.microsoft.com/cache/source.msix. The client will attempt to download and install the cache based on the default TTL of five minutes (or what is configured via |
From an administrator terminal:
|
Could you try downloading and manually installing the source.msix package and then running I'd really love to figure out what the actual root cause of this is. It's an intermittent problem from "my" perspective as "it works on my machine ™️". I suspect it's either something with some file permissions, or network related issue, but it's been pretty tricky to fully isolate. |
Hi. I have the same issue:
|
Have, same issue here. |
I have the same issue, if I am building a golden image through packer. I have set of winget commands as a part of install-sw.ps1 script. If it runs unattended as a part of the packer build, it fails with same error. If i finish the build just before the script runs and execute it in real RDP session, it works. So the context of real login vs. winrm login seems to be the right lead. I do not have the workaround :-( |
Same error here. It has been working for months, and now it has started to show this error. |
It's a bug in the old version. You can fix by updating it. You can use this script below:
|
If anyone want install winget to all Users, change
to
|
For me, the fix for 0x8a15000f was to run the following command in PowerShell:
|
Similar issue here: winget works fine from my non-elevated account, but then I have to re-authenticate with an elevated account for each machine-scoped install, which sort of defeats the purpose of automating updates. From the elevated account:
|
@smithnigelw Your fix worked for me, thanks : ) |
Worked for me as well, thank you!!! @smithnigelw |
This helps me a lot, the problem solved!! |
Got the same error as @code-ga. But after running the above script, did a source force reset |
very helpful answer, searched a while for a solution. thanks a lot. |
Tried all of the above fixes without any luck. (Fresh Win11 Pro install) Only thing that worked for me was the following: Afterwards the error was resolved and I was able to use winget. |
I ran @gustavohellwig 's script, but that didn't seem to fix it, while @MichaelNeero 's command did! If I can confirm that adding the source package alone works for someone else, I'll add an update. Otherwise, it may have been running both that worked. |
Install winget in a packer build via winrm this way: `# Download Stop-Transcript After that i install applications in the packer build and get the following error: |
@MichaelNeero Thanks, this worked a treat! |
Thanks for this, it fixed the issue quickly. Appreciate it! |
A fresh Windows 11 Pro install ran into microsoft/winget-cli#3068
Had the same issue on a fresh install of Windows 11. The installation from CDN fixed it for me.
Could it be that the issue is linked to doing an offline installation? (I did connect my WiFi only after the installation, so that I could set up a local account.) |
I second this. I have only had this issue when doing an offline install of windows 11. Adding the CDN fixed it 👍
|
This worked perfectly! (Also did an offline installation) |
You only have to upgrade it from the microsoft store. Link to download. |
This solve my problem as well. Thanks @MichaelNeero. Just a little syntax tweak for those inserting this into a script:
|
This solve mi problem too, many thanks @MichaelNeero |
This fixed my issue |
work for me, many thanks |
the source.msix fixed apps listing from msstore source |
Brief description of your issue
Receive error message
0x8a15000f : Data required by the source is missing
when doing pretty much anything with Winget.Steps to reproduce
Expected behavior
winget downloads the package, and the sources are reachable
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: