-
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
Unable to upgrade all packages at once #5038
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
When I clicked on the links for the REST requests, the first package returned a result, but the second did not. I also performed a WinGet Search for 9NZSG2H7MS6B which yielded a failure. Do you know what package that is? |
|
I ran the following code from elevated powershell and it worked
|
Brief description of your issue
When running winget update or winget upgrade it errors with the following
Failed when searching source: msstore
An unexpected error occurred while executing the command:
0x8a150044 : The rest API endpoint is not found.
Logs show
Include:NormalizedNameAndPublisher='googlechromedev'+'google'[Exact]]
2024-12-05 10:18:39.406 [REPO] Checking match with package id: Google.Chrome.Dev.EXE
2024-12-05 10:18:39.406 [REPO] Checking match with package id: Google.Chrome.Dev
2024-12-05 10:18:39.484 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/9P7KNL5RWT25?Market=GB
2024-12-05 10:18:39.517 [REPO] Response status: 200
2024-12-05 10:18:39.568 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/9NZSG2H7MS6B?Market=GB
2024-12-05 10:18:39.940 [REPO] Response status: 404
2024-12-05 10:18:39.944 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerCommonCore\HttpClientHelper.cpp(187)\WindowsPackageManager.dll!00007FFAF1067BF1: (caller: 00007FFAF1066F29) Exception(1) tid(9288) 8A150044
2024-12-05 10:18:39.944 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerRepositoryCore\CompositeSource.cpp(1127)\WindowsPackageManager.dll!00007FFAF117420A: (caller: 00007FFAF10AC6F3) LogHr(1) tid(9288) 8A150044 Msg:[C:__w\1\s\external\pkg\src\AppInstallerCommonCore\HttpClientHelper.cpp(187)\WindowsPackageManager.dll!00007FFAF1067BF1: (caller: 00007FFAF1066F29) Exception(1) tid(9288) 8A150044 ]
2024-12-05 10:18:39.944 [REPO] Failed to search source for correlation: msstore
2024-12-05 10:18:39.944 [REPO] Did not find Id [9NZSG2H7MS6B] in tracked source: msstore
I have run a winget source reset --force
and a dism check.
Still have problem.
Steps to reproduce
Run a winget update --all
Expected behavior
That the command updates packages
Actual behavior
Error thrown and update doesn't happen.
You can update individual packages.
Environment
The text was updated successfully, but these errors were encountered: