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

Unable to Download list of available providers. #541

Open
JuliusPIV opened this issue Oct 12, 2023 · 1 comment
Open

Unable to Download list of available providers. #541

JuliusPIV opened this issue Oct 12, 2023 · 1 comment

Comments

@JuliusPIV
Copy link

On fresh installs of Windows 11 we're attempting to install NuGet in PowerShell v5 using the following command line:
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Scope AllUsers -Force -ForceBootstrap -Confirm:$false -Verbose:$true -ErrorAction Stop

The process fails with errors including "Inable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409'" and "Unable to download the list of available providers. Check your internet connection."
image

If I then try to run Find-PackageProvider i also fails with the same error and terminates with "The specified PackageManagement provider 'NuGet' is not available."
image

The error text says it’s unable to download from URI https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409 and when we go there in Edge, we’re redirected to https://onegetcdn.azureedge.net/providers/providers.masterList.feed.swidtag but the page doesn’t load, displaying a 'took too long to response' error.
image

Packet captures confirm we’re seeing a SYN but there’s no ACK resulting in an “incomplete conversation”. We’ve ruled out as much as we can on the endpoint itself and our networking teams confirmed they’ve verified there isn’t anything on our corporate network (corporate Ethernet, corporate Wi-Fi, corporate guest, corporate firewall etc.) that’s getting in the way of these requests.

Is it possible that our block of IP's has been blacklisted somehow?
Is OneGet still functional, supported?
Since AnyPackage is the recommended replacement, what's the upgrade path? (read: What is the appropriate process for removing PackageManagement/OneGet and replacing it with AnyPackage?)

@JuliusPIV
Copy link
Author

bump
We're still seeing this issue and are in search of who to contact for guidance & further troubleshooting.
If we're doing something wrong, we'd like to know what specifically so we can fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant