winget-cli: 0x8a150044 : The rest source endpoint is not found.
Brief description of your issue
XP8BWXV3XV04BN not able to install QQ 音乐 with winget-cli
Steps to reproduce
winget search qq
winget install XP8BWXV3XV04BN
Expected behavior
the app listed in msstore, it should be able to install with winget-cli
I tried install manually with GUI method, it works
Actual behavior
Environment
winget --info
Windows Package Manager v1.3.2691
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.22621.963
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.18.2691.0
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 1
- Comments: 21 (1 by maintainers)
I have the same problem because the Amazon Alexa package is not available in my Microsoft Store region. Workaround - add the “–source winget” parameter.
I actually don’t know why winget is querying the msstore, the Store has GUI apps.
UPDATE I found the culprit. Turns out https://github.com/builtbybel/BloatyNosy provoked the error. See these winget log entries:
Uninstalling this app resolved the error. Going to post an issue at the concerned app…
Just started to get this error today, running
winget upgrade --all
gets me this:I tried resetting the sources with
winget source reset --force
. After that running winget upgrade gets me this:I tested this on v1.4.11071 and v1.5.1081-preview, same result.
This isn’t intuitive for someone less technical. Looking at logs, it led me to see the culprit was Open Live Writer (9NBLGGH5279M) no longer available through the Store. I uninstalled it and Winget started working again.
This is also reproducible on my side. It does not look like specific packages cause this error, as each report mentions a different application ID. In my case, the ID that breaks is the one for
mpv.net
. This indeed looks like a bug in the winget client itself:Another exception appears at the end of the log:
I will open a Feedback Hub report as well, so the engineers can have more information.
[EDIT] Here is the issue on the Feedback Hub: https://aka.ms/AAo99gg
It happened something similar to me and I found the problem by running
winget upgrade --open-logs
. Then I opened the log files one by one and searched for an error. I found a 404 error meaning that an app I had installed is not published anymore in Microsoft Store. Afterwinget upgrade --all
worked correctly.Failed when searching source: msstore An unexpected error occurred while executing the command: 0x8a150044 : The rest source endpoint is not found.