Skip to content
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

Download request status is not success. #4440

Open
3xploiton3 opened this issue May 3, 2024 · 14 comments
Open

Download request status is not success. #4440

3xploiton3 opened this issue May 3, 2024 · 14 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.

Comments

@3xploiton3
Copy link

Brief description of your issue

winget upgrade failed

Steps to reproduce

winget upgrade --all

Expected behavior

success

Actual behavior

An unexpected error occurred while executing the command:
Download request status is not success.
0x80190194 : Not found (404).

image

Environment

Windows Package Manager v1.7.11132
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22621.3527
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.22.11132.0

Winget Directories
-----------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                %USERPROFILE%\Downloads

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 3, 2024

This comment was marked as off-topic.

@latexalpha
Copy link

I encounered this problem after the upgradation of winget-cli.

@denelon
Copy link
Contributor

denelon commented May 4, 2024

Can you share the logs for this? I'm not able to determine if it was the cache or an individual package.

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage Issue need to be triaged label May 4, 2024
@denelon denelon added Needs-Triage Issue need to be triaged Needs-Author-Feedback Issue needs attention from issue or PR author Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels May 4, 2024
@3xploiton3
Copy link
Author

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention Issue needs attention from Microsoft and removed Needs-Author-Feedback Issue needs attention from issue or PR author labels May 4, 2024
@mdanish-kh
Copy link
Contributor

I'm seeing it with some other packages as well. One user reported a similar case with PackageID IDMComputerSolutions,Inc.UltraEdit in microsoft/winget-pkgs#152059

@KnifMelti
Copy link

I'm seeing it with some other packages as well. One user reported a similar case with PackageID IDMComputerSolutions,Inc.UltraEdit in microsoft/winget-pkgs#152059

And in my case this seems to be a flaw of winget export -o
microsoft/winget-pkgs#152059 (comment)

@denelon
Copy link
Contributor

denelon commented May 6, 2024

The error seems to have been downloading the Grammarly manifest.

Can you update the PreIndexed package and still reproduce this error?

Run winget source update and then run winget upgrade --all again?

@denelon denelon added Needs-Author-Feedback Issue needs attention from issue or PR author and removed Needs-Attention Issue needs attention from Microsoft labels May 6, 2024
@horihiro
Copy link

horihiro commented May 7, 2024

I also saw this error, but the following steps didn't resolve this.

Run winget source update and then run winget upgrade --all again?

In my case, Clink@v1.6.13's manifest cannot be downloaded according to the following winget's log

2024-05-07 10:38:12.683 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/c/chrisant996/Clink/1.6.13/acb0
2024-05-07 10:38:13.252 [CORE] Download request failed. Returned status: 404
2024-05-07 10:38:13.252 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerCommonCore\Downloader.cpp(148)\WindowsPackageManager.dll!00007FFDC49E8767: (caller: 00007FFDC4B6E797) Exception(24) tid(3b14) 80190194 見つかりません (404)。
Msg:[Download request status is not success.]

After upgrading the Clink to 1.6.13 manually, this issue was resolved.

@mazansm
Copy link

mazansm commented May 8, 2024

winget upgrade --all was failing for me also.

The below info for clink resolved my issues as well.

Thanks!

I also saw this error, but the following steps didn't resolve this.

Run winget source update and then run winget upgrade --all again?

In my case, Clink@v1.6.13's manifest cannot be downloaded according to the following winget's log

2024-05-07 10:38:12.683 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/c/chrisant996/Clink/1.6.13/acb0
2024-05-07 10:38:13.252 [CORE] Download request failed. Returned status: 404
2024-05-07 10:38:13.252 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerCommonCore\Downloader.cpp(148)\WindowsPackageManager.dll!00007FFDC49E8767: (caller: 00007FFDC4B6E797) Exception(24) tid(3b14) 80190194 見つかりません (404)。
Msg:[Download request status is not success.]

After upgrading the Clink to 1.6.13 manually, this issue was resolved.

@jbrown9100
Copy link

I am receiving the exact same issue. I don't know if it is related but I cannot update anything in the Windows Store either. I don't see anything meaningful in my system logs.

@denelon
Copy link
Contributor

denelon commented May 9, 2024

This appears to be an issue with our publishing pipelines:

@denelon denelon removed the Needs-Author-Feedback Issue needs attention from issue or PR author label May 9, 2024
@denelon
Copy link
Contributor

denelon commented May 9, 2024

We should also improve the error message so the user can tell what failed in the CLI rather than a "generic" 404.

@horihiro
Copy link

We should also improve the error message so the user can tell what failed in the CLI rather than a "generic" 404.

@denelon And it's better upgrading for other packages is not blocked by this issue for the certain package.

@csvn
Copy link

csvn commented May 20, 2024

I got the same error when updating a single package. Trying to upgrade v1.43.3 to v1.43.4. Running winget source update did not help.

winget upgrade --id DenoLand.Deno
An unexpected error occurred while executing the command:
Download request status is not success.
0x80190194 : Not found (404).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

9 participants