-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
[Error in winget commands]: IDMComputerSolutions,Inc.UltraEdit #152059
Comments
I was able to reproduce this output:
PS C:\ManVal> winget show IDMComputerSolutions,Inc.UltraEdit
An unexpected error occurred while executing the command:
Download request status is not success.
0x80190194 : Not found (404).
PS C:\ManVal> winget show "IDMComputerSolutions,Inc.UltraEdit"
An unexpected error occurred while executing the command:
Download request status is not success.
0x80190194 : Not found (404).
PS C:\ManVal> winget show "UltraEdit"
An unexpected error occurred while executing the command:
Download request status is not success.
0x80190194 : Not found (404).
PS C:\ManVal> winget show "IDMComputerSolutions,Inc"
No package found matching input criteria.
PS C:\ManVal> winget show PowerShell
Multiple packages found matching input criteria. Please refine the input.
Name Id Source
---------------------------------------
PowerShell 9MZ1SNWT0N5D msstore
PowerShell Microsoft.PowerShell winget But PS C:\ManVal> winget list IDMComputerSolutions,Inc.UltraEdit
No installed package found matching input criteria.
PS C:\ManVal> winget list "IDMComputerSolutions,Inc.UltraEdit"
No installed package found matching input criteria.
PS C:\ManVal> winget list "UltraEdit"
No installed package found matching input criteria.
PS C:\ManVal> winget list "IDMComputerSolutions,Inc"
No installed package found matching input criteria. And neither did the PowerShell cmdlets: PS C:\ManVal> Get-WinGetPackage IDMComputerSolutions,Inc.UltraEdit
PS C:\ManVal> Find-WinGetPackage IDMComputerSolutions,Inc.UltraEdit
PS C:\ManVal> |
I came across this In my opinion Should I open an Issue in |
Solution pending: |
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
When searching for UltraEdit all is fine:
When using the Package ID to show detailed information it fails:
When trying to export a list of installed apps it fails if UltraEdit is installed and no file is written to disk:
Could this be because the Package Id has a comma in it?
Steps to reproduce
winget show IDMComputerSolutions,Inc.UltraEdit
Actual behavior
Expected behavior
It would give a detailed description of the application
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: