chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.04k stars 890 forks source link

Cannot install vcredist140 and Openssl.light #3468

Open quadrinho opened 2 weeks ago

quadrinho commented 2 weeks ago

Checklist

What You Are Seeing?

When we are trying to install openssl using choco we recieve this error during the installation of a pre-requisite:

vcredist140 By installing, you accept licenses for the packages. Failed to fetch results from V2 feed at 'http://community.chocolatey.org/api/v2/FindPackagesById?id='chocolatey-core.extension'&$skiptoken='1712192601110','1.0.1','chocol atey-core.extension'' with following message : An error occurred while sending the request. Failed to fetch results from V2 feed at 'http://community.chocolatey.org/api/v2/FindPackagesById?id='kb3033929'&$skiptoken='1712096301283','1.0.0','kb3033929'' with follo wing message : An error occurred while sending the request. Failed to fetch results from V2 feed at 'http://community.chocolatey.org/api/v2/FindPackagesById?id='kb2919355'&$skiptoken='1712245703703','1.0.20160719','kb2919355'' wit h following message : An error occurred while sending the request. Failed to fetch results from V2 feed at 'http://community.chocolatey.org/api/v2/FindPackagesById?id='kb2999226'&$skiptoken='1711612100460','1.0.20161030','kb2999226'' wit h following message : An error occurred while sending the request. Unable to resolve dependency 'chocolatey-core.extension'. Source(s) used: 'https://community.chocolatey.org/api/v2/'.

What is Expected?

I expect that the vcredist140 will be installed

How Did You Get This To Happen?

i have this problem during powershell execution

System Details

Installed Packages

PS C:\Users\Administrator> choco list
Chocolatey v2.3.0
chocolatey 2.3.0
NugetPackageManager 2.8.60318.667
2 packages installed.

Output Log

ApiKeyCommand.Command='Unknown'|PinCommand.Command='Unknown'|
OutdatedCommand.IgnorePinned='False'|
ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'|
TemplateCommand.Command='unknown'|CacheCommand.Command='Unknown'|
CacheCommand.RemoveExpiredItemsOnly='False'|
2024-06-17 17:43:23,155 6848 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2024-06-17 17:43:23,170 6848 [INFO ] - Installing the following packages:
2024-06-17 17:43:23,170 6848 [INFO ] - OpenSSL.Light
2024-06-17 17:43:23,170 6848 [INFO ] - By installing, you accept licenses for the packages.
2024-06-17 17:43:23,329 6848 [DEBUG] - Running list with the following filter = ''
2024-06-17 17:43:23,329 6848 [DEBUG] - --- Start of List ---
2024-06-17 17:43:23,345 6848 [DEBUG] - Resolving resource PackageSearchResource for source C:\ProgramData\chocolatey\lib
2024-06-17 17:43:23,472 6848 [DEBUG] - chocolatey 2.3.0
2024-06-17 17:43:23,472 6848 [DEBUG] - NugetPackageManager 2.8.60318.667
2024-06-17 17:43:23,472 6848 [DEBUG] - --- End of List ---
2024-06-17 17:43:23,472 6848 [DEBUG] - Resolving resource ListResource for source https://community.chocolatey.org/api/v2/
2024-06-17 17:43:23,679 6848 [INFO ] - [NuGet]   CACHE https://community.chocolatey.org/api/v2/$metadata
2024-06-17 17:43:23,710 6848 [INFO ] - [NuGet]   GET https://community.chocolatey.org/api/v2/Packages()?$filter=(tolower(Id) eq 'openssl.light') and IsLatestVersion&semVerLevel=2.0.0
2024-06-17 17:43:23,726 6848 [INFO ] - [NuGet]   OK https://community.chocolatey.org/api/v2/Packages()?$filter=(tolower(Id) eq 'openssl.light') and IsLatestVersion&semVerLevel=2.0.0 27ms
2024-06-17 17:43:23,789 6848 [DEBUG] - Resolving resource DependencyInfoResource for source https://community.chocolatey.org/api/v2/

Additional Context

No response