-
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
Rest API endpoint is not found. Possibly related to removal of Paint 3D from MS Store #5024
Comments
Think I'm experiencing a similar issue. Running But running
david C:\ winget --info in cmd at 17:13:19 Windows: Windows.Desktop v10.0.27754.1000 Winget DirectoriesLogs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir LinksPrivacy Statement https://aka.ms/winget-privacy Group Policy StateEnable Windows Package Manager Enabled Admin Setting StateLocalManifestFiles Enabled |
@LonkToThePast try running this from CMD:
Also, have you tried running the DISM Cleanup-Image commands? |
@davidldennison |
@davidldennison The DISM cleanup-image commands result in a no component store corruption detected
|
Brief description of your issue
When attempting to run
winget update --all
, this error will occur:Failed when searching source: msstore An unexpected error occurred while executing the command: 0x8a150044 : The rest API endpoint is not found.
I started experiencing this issue the same day that Paint 3D was removed from the Microsoft Store (2024-11-04), and I still have it installed, so this is possibly an issue with it trying to search for updates for Paint 3D, which no longer exists
winget update
will function for non msstore packages, displayingFailed when searching source; results will not be included: msstore
and ignoring all packages from the msstore.Steps to reproduce
run
winget update --all
while the package for Paint 3D is installedExpected behavior
winget update --all
should update all packages, ignoring those which no longer existActual behavior
Failed when searching source: msstore An unexpected error occurred while executing the command: 0x8a150044 : The rest API endpoint is not found.
will be displayed and the command will failEnvironment
The text was updated successfully, but these errors were encountered: