-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Failed when opening source(s) #4018
Comments
What is the full output of |
|
You will need to update your version of WinGet, since the original CDN which was hardcoded into version 1.5 has been retired. |
|
As mentioned in the issue, you can use the installer from https://aka.ms/getwinget. Or, since you’re currently using a preview version, you can download the latest preview version from the GitHub releases pge |
Just for others who might also want to stay on prerelease versions we have https://aka.ms/getwingetpreview available. |
Brief description of your issue
Winget gives me an error every time I try to use
winget show
orwinget install
, saying that "Failed when opening source(s); try the source reset command if the problem persists.I tried to do
winget source reset --force
andwinget source reset
, it was successful but the problem persisted. I also triedwinget source update
which outputs this:PowerShell 7.4.0
PS C:\Windows>winget source update
Updating all sources...
Updating source: msstore...
Done
Updating source: winget...
Cancelled
PS C:\Windows>_
I don't interrupt the process while winget is updating its sources, but for some reason it automatically cancels at
Updating source: winget...
.Can anybody help me this? I'm new to Winget, so I don't really know much.
Steps to reproduce
Only thing needed to do is:
winget show Insert.AnyPackageHere
orwinget install Insert.AnyPackageHere
Expected behavior
Winget would install my package without errors.
Actual behavior
Winget is spitting out an error whenever I try to use
winget show
orwinget install
.Environment
The text was updated successfully, but these errors were encountered: