Open eccrk opened 1 year ago
Can you please include the log files from winget install kcsoftwares.sumo --verbose
?
Hi Log file attached as requested. Thanks Colin
Colin Knowles Mobile: 0044 796 796 7139 @.*** https://www.facebook.com/ColinRKnowles
On Mon, 28 Aug 2023 at 14:21, Kaleb Luedtke @.***> wrote:
Can you please include the log files from winget install kcsoftwares.sumo --verbose ?
— Reply to this email directly, view it on GitHub https://github.com/microsoft/winget-cli/issues/3563#issuecomment-1695691179, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCF6YAJMB4LAOOUJXTH3RSLXXSLNPANCNFSM6AAAAAA4BAEW54 . You are receiving this because you authored the thread.Message ID: @.***>
@eccrk it looks like you responded to the issue via e-mail. The files don't get attached unless you update at the GitHub issue.
Sorry I wasn't aware of that. Please find attached. WinGetCOM-2023-08-25-16-07-50.973.log
Interesting. I've not seen a log file with that name before, although it seems that whatever process was running there got stuck opening the pinning index. I'm also not seeing the client or command information at the top of the log file. Here's an example from when I ran an install -
WinGet-2023-08-31-07-41-03.310.log
2023-08-31 07:41:03.315 [CORE] WinGet, version [1.6.2291-preview], activity [{E353786B-A138-4A70-93F8-7A718939AAD2}]
2023-08-31 07:41:03.316 [CORE] OS: Windows.Desktop v10.0.19045.3324
2023-08-31 07:41:03.316 [CORE] Command line Args: "C:\Users\Trenly\AppData\Local\Microsoft\WindowsApps\winget.exe" install yabe --force --verbose
2023-08-31 07:41:03.316 [CORE] Package: Microsoft.DesktopAppInstaller v1.21.2291.0
2023-08-31 07:41:03.316 [CORE] IsCOMCall:0; Caller: winget-cli
2023-08-31 07:41:03.327 [CLI ] WinGet invoked with arguments: 'install' 'yabe' '--force' '--verbose'
| <Log file truncated for clarity>
Was Sumo already installed on the system when the command was run?
From the log the "settings" file seemed to be invalid.
Can you share your settings? Run winget settings
to open the settings.json file.
Can you share the list of pins? Run winget pin list
to see if any are configured.
settings.json reads:
{ "$schema": "https://aka.ms/winget-settings.schema.json",
// For documentation on these settings, see: https://aka.ms/winget-settings
// "source": {
// "autoUpdateIntervalInMinutes": 5
// },
}
the output from winget pin list is:
There are no pins configured.
Brief description of your issue
PS C:\Windows\System32> winget install sumo Multiple packages found matching input criteria. Please refine the input. Name Id Source
SUMO EclipseFoundation.SUMO winget KC Softwares SUMo KCSoftwares.SUMo winget PS C:\Windows\System32> winget install kcsoftwares.sumo An unexpected error occurred while executing the command: 0x80190194 : unknown error
Steps to reproduce
Completely reproducible
Expected behavior
It should install the package or declare that latest available the version of the package is installed
Actual behavior
Error
Environment