-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Please confirm these before moving forward
- I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- I have not been informed if the issue is resolved in a preview version of the winget client.
Category of the issue
Installation issue.
Brief description of your issue
winget install Microsoft.Azure.FunctionsCoreTools
is returning 0x80190194 : No found (404).
after checking logs it seems the url to the manifest is truncated somewhere down the process line:
WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/Azure/FunctionsCoreTools/4.1.0.25362/b21c
Steps to reproduce
run
winget install Microsoft.Azure.FunctionsCoreTools
Actual behavior
winget install Microsoft.Azure.FunctionsCoreTools
is returning 0x80190194 : No found (404).
Expected behavior
Install Microsoft.Azure.Functions Core Tool successfully
Environment
PS C:\WINDOWS\system32> winget --info
Administrador de paquetes de Windows v1.11.430
Copyright (c) Microsoft Corporation. Todos los derechos reservados.
Windows: Windows.Desktop v10.0.19045.6093
Arquitectura del sistema: X64
Paquete: Microsoft.DesktopAppInstaller v1.26.430.0
Directorios de WinGet
-----------------------------------------------------------------------------------------------------------------------
Registros %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalS…
Configuración de usuario %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalS…
Directorio de vínculos portátiles (usuario) %LOCALAPPDATA%\Microsoft\WinGet\Links
Directorio de vínculos portátiles (equipo) C:\Program Files\WinGet\Links
Raíz de paquete portátil (usuario) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Raíz de paquete portátil C:\Program Files\WinGet\Packages
Raíz de paquete portátil (x86) C:\Program Files (x86)\WinGet\Packages
Descargas del instalador %USERPROFILE%\Downloads
Módulos de configuración %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules
Vínculos
-----------------------------------------------------------------------------------
Declaración de privacidad https://aka.ms/winget-privacy
Contrato de licencia https://aka.ms/winget-license
Avisos de terceros https://aka.ms/winget-3rdPartyNotice
Página principal https://aka.ms/winget
Términos de Microsoft Store https://www.microsoft.com/en-us/storedocs/terms-of-sale
Configuración de administrador Estado
-------------------------------------------------------
LocalManifestFiles Deshabilitado
BypassCertificatePinningForMicrosoftStore Deshabilitado
InstallerHashOverride Deshabilitado
LocalArchiveMalwareScanOverride Deshabilitado
ProxyCommandLineOptions Deshabilitado
DefaultProxy Deshabilitado
Screenshots and Logs
2025-08-08 13:57:18.301 [CORE] WinGet, version [1.11.430], activity [{1731A578-D16B-40DA-942A-BBD6CDE17558}]
2025-08-08 13:57:18.302 [CORE] OS: Windows.Desktop v10.0.19045.6093
2025-08-08 13:57:18.302 [CORE] Command line Args: "C:\Users\pyrok\AppData\Local\Microsoft\WindowsApps\winget.exe" install Microsoft.Azure.FunctionsCoreTools --logs
2025-08-08 13:57:18.302 [CORE] Package: Microsoft.DesktopAppInstaller v1.26.430.0
2025-08-08 13:57:18.302 [CORE] IsCOMCall:0; Caller: winget-cli
2025-08-08 13:57:18.309 [CLI ] WinGet invoked with arguments: 'install' 'Microsoft.Azure.FunctionsCoreTools' '--logs'
2025-08-08 13:57:18.309 [CLI ] Found subcommand: install
2025-08-08 13:57:18.309 [CLI ] Leaf command to execute: root:install
2025-08-08 13:57:18.310 [CLI ] Executing command: install
2025-08-08 13:57:18.311 [REPO] Default source requested, multiple sources available, adding all to source references.
2025-08-08 13:57:18.311 [REPO] Adding to source references msstore
2025-08-08 13:57:18.311 [CORE] Default proxy is not set
2025-08-08 13:57:18.311 [REPO] REST HTTP Client helper does not use proxy
2025-08-08 13:57:18.311 [REPO] Adding to source references winget
2025-08-08 13:57:18.311 [CLI ] Created authentication arguments. Mode: silentPreferred, Account:
2025-08-08 13:57:18.319 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2025-08-08 13:57:18.319 [CORE] Found matching extension.
2025-08-08 13:57:18.321 [REPO] Multiple sources available, creating aggregated source.
2025-08-08 13:57:18.321 [REPO] Adding to aggregated source: msstore
2025-08-08 13:57:18.321 [REPO] Sending http GET request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/information
2025-08-08 13:57:18.381 [REPO] Response status: 200
2025-08-08 13:57:18.381 [REPO] Authentication node not found. Assuming authentication type none.
2025-08-08 13:57:18.381 [REPO] Adding to aggregated source: winget
2025-08-08 13:57:18.385 [CORE] Examining extension: PFN = Microsoft.Winget.Source_8wekyb3d8bbwe, ID = IndexDB
2025-08-08 13:57:18.385 [CORE] Found matching extension.
2025-08-08 13:57:18.403 [REPO] Opening database for ImmutableRead at 'C:\Program Files\WindowsApps\Microsoft.Winget.Source_2025.808.1233.19_neutral__8wekyb3d8bbwe\Public\index.db'
2025-08-08 13:57:18.403 [REPO] Opened SQLite Index with version [2.0], last write [2025-08-08 13:31:24.000]
2025-08-08 13:57:18.683 [REPO] Creating new SQLite Index with version [Latest] at ':memory:'
2025-08-08 13:57:18.686 [REPO] Reading MSI UpgradeCodes
2025-08-08 13:57:18.720 [REPO] Reading MSI UpgradeCodes
2025-08-08 13:57:19.049 [REPO] Opening database for ReadWrite at 'C:\Users\pyrok\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db'
2025-08-08 13:57:19.050 [REPO] Opened SQLite Index with version [1.6], last write [2023-09-17 06:46:07.000]
2025-08-08 13:57:19.054 [REPO] Sending http POST request to: https://storeedgefd.dsx.mp.microsoft.com/v9.0/manifestSearch
2025-08-08 13:57:19.069 [REPO] Response status: 200
2025-08-08 13:57:19.074 [REPO] Opening database for ReadWrite at 'C:\Users\pyrok\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Microsoft.Winget.Source_8wekyb3d8bbwe\installed.db'
2025-08-08 13:57:19.075 [REPO] Opened SQLite Index with version [1.6], last write [2025-08-08 13:38:13.000]
2025-08-08 13:57:19.283 [REPO] Found multiple results for Id [Microsoft.Azure.FunctionsCoreTools] in tracking catalog for: winget
2025-08-08 13:57:19.286 [CLI ] Found one app. App id: Microsoft.Azure.FunctionsCoreTools App name: Azure Functions Core Tools
2025-08-08 13:57:19.291 [REPO] Attempting to open pinning database: C:\Users\pyrok\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db
2025-08-08 13:57:19.291 [REPO] ... opening existing pinning database
2025-08-08 13:57:19.291 [REPO] Opening database for Read at 'C:\Users\pyrok\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\pinning.db'
2025-08-08 13:57:19.292 [REPO] Opened Pinning Index with version [1.0], last write [2023-09-17 06:46:07.000]
2025-08-08 13:57:19.292 [CORE] WinINet downloading from url: https://cdn.winget.microsoft.com/cache/manifests/m/Microsoft/Azure/FunctionsCoreTools/4.1.0.25362/b21c
2025-08-08 13:57:19.535 [CORE] Download request failed. Returned status: 404
2025-08-08 13:57:19.535 [FAIL] C:__w\1\s\external\pkg\src\AppInstallerCommonCore\Downloader.cpp(209)\WindowsPackageManager.dll!00007FF824311DB5: (caller: 00007FF8244AEB58) Exception(1) tid(470c) 80190194 No encontrado (404).
Msg:[Download request status is not success.]