jdhitsolutions / WingetTools

A set of PowerShell tools for working with the winget package manager.
MIT License
146 stars 14 forks source link

[Bug]: Failed to convert to YAML #13

Open Joly0 opened 1 year ago

Joly0 commented 1 year ago

Describe the problem

I am trying to use the "Get-WGInstalled" command and keep getting this output for mRemoteNG and for Putty image

After that message i receive alot of information about those packages (maintainer, version, description, etc) but its all yellow and not correctly formated

Expectation

No response

Additional Information

No response

PowerShell version

5.1

Platform

Windows 10 Pro or Enterprise

Additional Checks

Joly0 commented 1 year ago

image Here is an example of the winget -list command showing correct output for mremoteng and jdk, though putty gives the yaml error and jdk doesnt. Its the same for putty

jdhitsolutions commented 1 year ago

Parsing non-English results is an ongoing issue. I'm working on another set of fixes. It is difficult for me to test Winget running under different cultures, so I may need your help at some point to run some test code for me.

Joly0 commented 1 year ago

Parsing non-English results is an ongoing issue. I'm working on another set of fixes. It is difficult for me to test Winget running under different cultures, so I may need your help at some point to run some test code for me.

Sure, i am willing to help and make this a better tool. Just tell me, when and what you need from me

JGM113 commented 11 months ago

I've got the same issue except with GoToAssist and in English. Please see attached. image

jdhitsolutions commented 11 months ago

Parsing YAML, especially under different cultures, is practically an impossible task. I'm still hoping the Winget PowerShell module will eventually make this module moot.