SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Open CMD 2. `winget install KDE.KDEConnect` OBSERVED RESULT Returns (404) EXPECTED RESULT Returns OK SOFTWARE/OS VERSIONS Windows: 11 ADDITIONAL INFORMATION ``` $ winget install KDE.KDEConnect Found KDE Connect [KDE.KDEConnect] Version 22.12.3 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Downloading https://binary-factory.kde.org/view/Windows%2064-bit/job/kdeconnect-kde_Release_win64/1304/artifact/kdeconnect-kde-22.12.3-1304-windows-cl-msvc2019-x86_64.exe An unexpected error occurred while executing the command: Download request status is not success. 0x80190194 : Not found (404). ```
Somehow they removed the package instead of bumping the version: https://github.com/microsoft/winget-pkgs/pull/104868 The URL is 404 because the version is too old and the artifact is not kept.