ONLYOFFICE / DesktopEditors

An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
https://www.onlyoffice.com
Other
2.77k stars 320 forks source link

Installing latest version with winget ends with 404 error #1210

Closed fkrivsky closed 1 year ago

fkrivsky commented 1 year ago

This issue is unique.

Operating System

Windows 10 / 8.1 / 7

Version information

7.3.0 / 7.3.0.1

Expected Behavior

The file download link should point to existing location and installation should continue normally.

Actual Behavior

This error appears when running winget install ONLYOFFICE.DesktopEditors command:

Found ONLYOFFICE Desktop Editors [ONLYOFFICE.DesktopEditors] Version 7.3.0.1
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://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.3.0.1/DesktopEditors_x64.exe
An unexpected error occurred while executing the command:
Download request status is not success.
0x80190194 : Not found (404).

Manually specifying version 7.3.0 results in:

winget install ONLYOFFICE.DesktopEditors -v 7.3.0
No version found matching: 7.3.0

Reproduction Steps

Run winget install ONLYOFFICE.DesktopEditors command in powershell or cmd.

Additional information

It is still possible to install older version using winget install ONLYOFFICE.DesktopEditors -v 7.2.1 command.

jazzcrack commented 1 year ago

Can confirm the problem. :-(

In addition, I have installed version 7.3.0.184, but winget says it is version 7.2.1. The update to 7.3.0.1 fails for the same reason, the file does not exist (404).

fkrivsky commented 1 year ago

Fixed with version 7.3.0.2 - that is installing correctly.