Bug 468833 - WinGet returns (404) not found upon retrieving the latest version from the repo
Summary: WinGet returns (404) not found upon retrieving the latest version from the repo
Status: REPORTED
Alias: None
Product: kdeconnect
Classification: Applications
Component: windows-application (show other bugs)
Version: 23.04.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: brute4s99
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-22 19:46 UTC by Nemanja Maksić
Modified: 2023-05-05 10:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.