You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke-RestMethod: \chocolatey-diff\chocolatey-diff\Public\Get-FullPackageInfo.ps1:32
Line |32| … ]$jsonVersions=Invoke-RestMethod-Uri $url-UseBasicParsing | Selec …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The page you requested was removed.
MethodInvocationException: F:\github\chocolatey-diff\chocolatey-diff\Classes\SemanticVersion.ps1:15
Line |15|$semVer.VersionOnly= [version]::Parse($version)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "Parse" with "1" argument(s): "Version string portion was too short or too long. (Parameter | 'input')"
Name Value
---------
Versions {}
Id wget
Url https://chocolatey.org/packages/
Possible Solution
Use one of the still supported API endpoints instead one of the removed ones.
Steps to Reproduce (for bugs)
Import module on pwsh 7
Run Get-FullPackageInfo -PackageId wget
Context
Module broken
Your Environment
Script version used: Latest master
Powershell Version used: 7.4.2
Operating System: Win 10
The text was updated successfully, but these errors were encountered:
Expected Behavior
Get-FullPackageInfo -PackageId wget
worksCurrent Behavior
It fails with a http error.
Possible Solution
Use one of the still supported API endpoints instead one of the removed ones.
Steps to Reproduce (for bugs)
Get-FullPackageInfo -PackageId wget
Context
Module broken
Your Environment
The text was updated successfully, but these errors were encountered: