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

Process buffer width is too short for output list parsing #4

Open
basicx-StrgV opened this issue Sep 18, 2022 · 1 comment
Open

Process buffer width is too short for output list parsing #4

basicx-StrgV opened this issue Sep 18, 2022 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@basicx-StrgV
Copy link
Owner

basicx-StrgV commented Sep 18, 2022

The winget process that gets startet, uses the default buffer width.
The default buffer width is too short and because of this winget does not output the full name and id of some packages.
This results in incomplete parsing of the name and/or id of some packages.

Winget Output Sample

After parsing the result could look like this:
Parsing Output Sample

@basicx-StrgV basicx-StrgV added bug Something isn't working help wanted Extra attention is needed labels Sep 18, 2022
@basicx-StrgV basicx-StrgV self-assigned this Sep 18, 2022
@basicx-StrgV
Copy link
Owner Author

Thanks to @FelixWorkspace for telling me that this is in fact a problem on Microsoft's site and not an error in my implementation.

See the following issue in the winget-cli repo, for more information: microsoft/winget-cli#1653

Because I was unable to find a temporary workaround the issue will be keeped open, until Microsoft fixes the problem in the winget-cli, in the hopes of finding a workaround.

basicx-StrgV added a commit that referenced this issue Oct 15, 2023
… shortened and then tries to use the package name instead for all actions; Changed the properties of the WinGetPackage and WinGetSource classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant