chocolatey-community / Chocolatey

PowerShell Module and DSC Resource for Chocolatey Software
MIT License
43 stars 15 forks source link

Pin Package #36

Closed Outek closed 5 years ago

Outek commented 5 years ago

It seems, that there is an bug in the PinPackage:

VERBOSE: [servername]: LCM: [ Start Resource ] [[ChocolateyPin]postman::[ChocolateyPinDsc]ChocolateyPinDsc] VERBOSE: [servername]: LCM: [ Start Test ] [[ChocolateyPin]postman::[ChocolateyPinDsc]ChocolateyPinDsc] Cannot process argument transformation on parameter 'Name'. Cannot convert value to type System.String.

VERBOSE: [servername]: [[ChocolateyPin]postman::[ChocolateyPinDsc]ChocolateyPinDsc] choco pin list -r WARNING: [servername]: [[ChocolateyPin]postman::[ChocolateyPinDsc]ChocolateyPinDsc] Chocolatey Package postman cannot be found. VERBOSE: [servername]: LCM: [ End Test ] [[ChocolateyPin]postman::[ChocolateyPinDsc]ChocolateyPinDsc] in 2.3220 seconds. The PowerShell DSC resource '[ChocolateyPin]postman::[ChocolateyPinDsc]ChocolateyPinDsc' with SourceInfo '::6::2::ChocolateyPin' threw one or more non-terminating errors while running the Test-TargetResource functionality. These errors are logged to the ETW channel called Microsoft-Windows-DSC/Operational. Refer to this channel for more details.

i can't find a solution, maybe you @gaelcolas ?