Bug 468833

Summary: WinGet returns (404) not found upon retrieving the latest version from the repo
Product: [Applications] kdeconnect Reporter: Nemanja Maksić <tk2p>
Component: windows-applicationAssignee: brute4s99 <piyushaggarwal002>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 23.04.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nemanja Maksić 2023-04-22 19:46:45 UTC
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).
```
Comment 1 2wxsy58236r3 2023-05-05 10:40:38 UTC
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.