Closed newmrac closed 4 months ago
That is a winget error It had some problems reaching network/remote resource. It could be problem with Microsoft CDN network or sth. similar.
case TooManyRequest: case HTTP_STATUS_SERVICE_UNAVAIL: { THROW_EXCEPTION(ServiceUnavailableException(GetRetryAfter(urlFile))); } default: AICLI_LOG(Core, Error, << "Download request failed. Returned status: " << requestStatus); THROW_HR_MSG(MAKE_HRESULT(SEVERITY_ERROR, FACILITY_HTTP, requestStatus), "Download request status is not success."); }
How it is related? I have no errors (except the Dropbox, where is 404) with downloading\installing packets, but with install status detection
This seems to be the current bug with their publishing pipelines: https://github.com/microsoft/winget-pkgs/issues/152915
WAU uses winget export
to create a json file and then as detection checks in that file and compare the newly installed apps and versions.
Due to this bug an error 404 is thrown by winget and the json file is not created (causing all uppgrades to not be detected).
In my case it was UltraEdit (not managed by WAU) that was the culprit:
winget show IDMComputerSolutions,Inc.UltraEdit
https://github.com/microsoft/winget-pkgs/issues/152059#issuecomment-2093417362
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
The problem
After updating from Windows 11 23h2 to 24h2 Preview (build 26100.560), applications are correctly updated by winget, but WAU detects them as failed, starting them to reinstall several times. 26100 is a final build for 24h2 and should not change after global release. Also, no issues with other applications, based on winget (WingetUI for example). In log I see: Successfully installed 03:13:00 - -> An upgrade for Skype version 8.119 failed, now trying an install instead... (1/2)
What version of WAU has the issue?
1.20.1-1
What version of Windows are you using (ex. Windows 11 22H2)?
Windows 11 24H2 build 26100.560
What version of winget are you using?
1.7.11261
Log information
Additional information
No response