Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN Is Experiencing Errors - Download request status is not success / 0x80190193 : Forbidden (403) #5122

Open
3 of 6 tasks
Trenly opened this issue Jan 8, 2025 · 7 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Public-Service-Announcement Issue is a public service announcement

Comments

@Trenly
Copy link
Contributor

Trenly commented Jan 8, 2025

There is an ongoing issue where the manifests for certain packages are not available for download from the CDN. This results in operations such as winget upgrade being unable to process the data. When this happens the WinGet CLI returns the error Download request status is not success / 0x80190193 : Forbidden (403).

This issue is being created as a top-level issue to track the resolution of the CDN issues.

Packages Known to be Affected

  • GnuPG.GnuPG
  • Mozilla.Thunderbird
  • AnyDeskSoftwareGmbH.AnyDesk
  • GitHub.Atom
  • Microsoft.Azure.AZCopy.10
  • Docker.DockerDesktop
@Trenly
Copy link
Contributor Author

Trenly commented Jan 8, 2025

[Policy] Issue-Bug

@microsoft-github-policy-service microsoft-github-policy-service bot added Issue-Bug It either shouldn't be doing this or needs an investigation. Public-Service-Announcement Issue is a public service announcement and removed Needs-Triage Issue need to be triaged labels Jan 8, 2025
This was referenced Jan 8, 2025
@mcexit
Copy link

mcexit commented Jan 9, 2025

As I mentioned in the other issue that was closed, WinGet shouldn't have these issues. Linux solved package mirrors over a decade ago yet Microsoft decided to make what should be a simple process, like switching repo mirrors, into an EEE strategy.

The "packages" are simply static assets, yet WinGet doesn't even have a way to use a folder as a repo source. Instead, the only documented tool for creating a repo is winget-cli-restsource which requires Azure for the backend.

WinGet "packages" are static files (manifests). Why on earth do you need Azure Cosmos DB or anything but simple web server, or folder, to create your own repo... or in this case, to mirror one?

@ffes
Copy link

ffes commented Jan 9, 2025

I get the very similar error:

C:\Users\Frank>winget upgrade
Failed in attempting to update the source: winget
Failed to open the predefined source; please report to winget maintainers.
An unexpected error occurred while executing the command:
0x80070005 : Toegang geweigerd.

FYI: Toegang geweigerd means Access denied.

So it seems it is not related to a specific package, at least to me. I don't have any of the mentioned packages installed.

@mistr-2
Copy link

mistr-2 commented Jan 9, 2025

I get the very similar error:

C:\Users\Frank>winget upgrade
Failed in attempting to update the source: winget
Failed to open the predefined source; please report to winget maintainers.
An unexpected error occurred while executing the command:
0x80070005 : Toegang geweigerd.

FYI: Toegang geweigerd means Access denied.

So it seems it is not related to a specific package, at least to me. I don't have any of the mentioned packages installed.

winget upgrade --open-logs will run the command and open directory with logfiles after that. You can sort them by date and open the newest one, at the end of the file you'll see which file gave you Access denied.

@mistr-2
Copy link

mistr-2 commented Jan 9, 2025

Mozilla.Thunderbird is working now, by the way.

@Eloi-Perez
Copy link

GnuPG.GnuPG is now working too!

@janegilring
Copy link

janegilring commented Jan 9, 2025

Microsoft.Azure.AZCopy.10 is also affected

Image

Update: Started working on Jan 10th

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Public-Service-Announcement Issue is a public service announcement
Projects
None yet
Development

No branches or pull requests

6 participants