Devolutions / Devolutions/UniGetUI

[BUG] Since update from 2026.1.7 to 2026.1.8+ WinGet installed software is not found any more

Open
#4,689 20 comments 2 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
26.1k
Forks
924
Avg merge
15h 52m
Merged PRs (30d)
52

Description

### Please confirm these before moving forward

- [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [x] I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/Devolutions/UniGetUI/releases/).
- [x] I have checked the [FAQ](https://github.com/Devolutions/UniGetUI#frequently-asked-questions) section for solutions.
- [x] This issue is about a bug (if it is not, please use the [correct template](https://github.com/Devolutions/UniGetUI/issues/new/choose)).

### UniGetUI Version

2026.1.8

### Windows version, edition, and architecture

Windows 10.0.17763.316

### Describe your issue

After installing UniGetUI 2026.1.8 over UniGetUI 2026.1.7 no package using exclusively WinGet is found any more.

### Steps to reproduce the issue

Have UniGetUI 2026.1.7 installed, have some outdated packages installed using exclusively winget repositories.
UniGetUI will find updates for these packages.

Now upgrade to UniGetUI 2026.1.8. Let UniGetUI search for updates. It will not find any of them using winget.

Within UniGetUI "Packetmanagers" WinGet is not found and reported as not available. The proposed fallback is not activated (at least there is no indication it is within UI).

Looking at installed modules within PowerShell:
```
PS[7.6.1] Get-InstalledModule

Version Name Repository Description
------- ---- ---------- -----------
1.12.440 Microsoft.WinGet.Client PSGallery PowerShell Module for the Windows Package Manager Client.
```

The module is not listed if `Get-Module` is called:
```
PS[7.6.1] Get-Module

ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Manifest 7.0.0.0 Microsoft.PowerShell.Management {Add-Content, Clear-Content, Clear-Item, Clear-ItemProperty…}
Manifest 7.0.0.0 Microsoft.PowerShell.Utility {Add-Member, Add-Type, Clear-Variable, Compare-Object…}
Script 1.4.8.1 PackageManagement {Find-Package, Find-PackageProvider, Get-Package, Get-PackageProvider…}
Script 0.0.2 posh-vcpkg
Script 2.2.5 PowerShellGet {Find-Command, Find-DscResource, Find-Module, Find-RoleCapability…}
Script 2.4.5 PSReadLine {Get-PSReadLineKeyHandler, Get-PSReadLineOption, Remove-PSReadLineKeyHandler, Set-PSReadLineKeyHandler…}
```

This is for PowerShell 7.6.1 (7.7.0-preview1) as for PowerShell 5:
```
PS[5.1.17763.316] Get-Module

ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpoint-Computer, Clear-Content...}
Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Add-Member, Add-Type, Clear-Variable, Compare-Object...}
Script 0.0.2 posh-vcpkg
Script 2.0.0 PSReadline {Get-PSReadLineKeyHandler, Get-PSReadLineOption, Remove-PSReadLineKeyHandler, Set-PSReadLineKeyHandler...}

PS[5.1.17763.316] Get-InstalledModule

Version Name Repository Description
------- ---- ---------- -----------
1.12.440 Microsoft.WinGet.Client PSGallery PowerShell Module for the Windows Package Manager Client.
```

Within UniGetUI-Logs an error is reported, "WinGet not found". Searching for `WinGet.exe` reveals it is not installed. But a PowerShell Script called `Microsoft.WinGet.Client.psd1` is installed in `C:\Users\scth-muc\Documents\WindowsPowerShell\Modules\Microsoft.WinGet.Client\`.
Within UniGetUI-install-directory `winget-cli_x64\winget.exe` is found, but this is not used by UniGetUI. Calling it directly it reports:
```
C:\prgs\ugui\winget-cli_x64\winget.exe
WindowsPackageManager
MainCopyrightNotice

ToolDescription

Usage [] []

AvailableCommands
install InstallCommandShortDescription
show ShowCommandShortDescription
source SourceCommandShortDescription
search SearchCommandShortDescription
list ListCommandShortDescription
upgrade UpgradeCommandShortDescription
uninstall UninstallCommandShortDescription
hash HashCommandShortDescription
validate ValidateCommandShortDescription
settings SettingsCommandShortDescription
features FeaturesCommandShortDescription
export ExportCommandShortDescription
import ImportCommandShortDescription
pin PinCommandShortDescription
configure ConfigureCommandShortDescription
download DownloadCommandShortDescription
repair RepairCommandShortDescription
dscv3 DscCommandShortDescription
mcp McpCommandShortDescription

HelpForDetails [-?]

AvailableOptions
-v,--version ToolVersionArgumentDescription
--info ToolInfoArgumentDescription
-?,--help HelpArgumentDescription
--wait WaitArgumentDescription
--logs,--open-logs OpenLogsArgumentDescription
--verbose,--verbose-logs VerboseLogsArgumentDescription
--nowarn,--ignore-warnings IgnoreWarningsArgumentDescription
--disable-interactivity DisableInteractivityArgumentDescription
--proxy ProxyArgumentDescription
--no-proxy NoProxyArgumentDescription

HelpLinkPreamble
```

### UniGetUI Log

```text
[05.05.2026 09:05:27] Loaded language locale: de
[05.05.2026 09:05:27] Command cargo-binstall.exe was not found on the system
[05.05.2026 09:05:27] Starting Avalonia shell bootstrap
[05.05.2026 09:05:27] Loaded language locale: de
[05.05.2026 09:05:27] Randomly-generated background API auth token: rqn50lo3l9dr00p842q2qf2czrq3tczp5gzaakvoauld98pbfcxtr2exsmr1co6i
[05.05.2026 09:05:27] Command cargo.exe was not found on the system
[05.05.2026 09:05:27] Cargo is enabled but was not found on the system!
[05.05.2026 09:05:27] PowerShell7 is enabled and was found on C:\prgs\pwsh\7\pwsh.exe
[05.05.2026 09:05:27] PowerShell is enabled and was found on C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
[05.05.2026 09:05:27] Command winget.exe was not found on the system
[05.05.2026 09:05:27] Winget is enabled but was not found on the system!
[05.05.2026 09:05:27] vcpkg is enabled and was found on C:\prgs\vcpkg\vcpkg.exe
[05.05.2026 09:05:27] Npm is enabled and was found on C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe
[05.05.2026 09:05:27] Scoop is enabled and was found on C:\prgs\pwsh\7\pwsh.exe
[05.05.2026 09:05:27] Chocolatey is enabled and was found on C:\Users\scth-muc\AppData\Local\UniGetUI\Chocolatey\bin\choco.exe
[05.05.2026 09:05:27] Pip is enabled and was found on C:\prgs\py\313\python.EXE
[05.05.2026 09:05:27] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: vcpkg (aka vcpkg)
█ Executable name: "vcpkg"
█ Executable path: "C:\prgs\vcpkg\vcpkg.exe"
█ Call arguments: ""
█ Version: vcpkg package management program version 2025-10-16-71538f2694db93da4668782d094768ba74c45991
█ %VCPKG_ROOT% = C:\prgs\vcpkg

█ vcpkg is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:28] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: PowerShell 7.x (aka PowerShell7)
█ Executable name: "pwsh.exe"
█ Executable path: "C:\prgs\pwsh\7\pwsh.exe"
█ Call arguments: " -NoProfile -Command"
█ Version: PowerShell 7.6.1

█ PowerShell 7.x is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:29] An error occurred while checking for updates:
[05.05.2026 09:05:29] Unable to retrieve secret for resource 'UniGetUI/GitHubAccessToken': Element nicht gefunden.

Anmeldeinformationen können nicht aus dem Tresor abgerufen werden.
[05.05.2026 09:05:29] .NET Tool is enabled and was found on C:\prgs\DN\dotnet.exe
[05.05.2026 09:05:29] System.Net.Http.HttpRequestException: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte. (127.0.0.1:3128)
---> System.Net.Sockets.SocketException (10061): Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.EstablishProxyTunnelAsync(Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at UniGetUI.Avalonia.Infrastructure.AvaloniaAutoUpdater.CheckFromProductInfoAsync(UpdaterOverrides overrides) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Avalonia\Infrastructure\AvaloniaAutoUpdater.cs:line 272
at UniGetUI.Avalonia.Infrastructure.AvaloniaAutoUpdater.GetUpdateCandidateAsync(UpdaterOverrides overrides) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Avalonia\Infrastructure\AvaloniaAutoUpdater.cs:line 253
at UniGetUI.Avalonia.Infrastructure.AvaloniaAutoUpdater.CheckAndInstallUpdatesAsync(Boolean autoLaunch) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Avalonia\Infrastructure\AvaloniaAutoUpdater.cs:line 121
[05.05.2026 09:05:29] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: PowerShell 5.x (aka PowerShell)
█ Executable name: "powershell.exe"
█ Executable path: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe"
█ Call arguments: " -NoProfile -Command"
█ Version: Name Value
█ ---- -----
█ PSVersion 5.1.17763.316
█ PSEdition Desktop
█ PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
█ BuildVersion 10.0.17763.316
█ CLRVersion 4.0.30319.42000
█ WSManStackVersion 3.0
█ PSRemotingProtocolVersion 2.3
█ SerializationVersion 1.1.0.1

█ PowerShell 5.x is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:29] Api running on http://localhost:7058
[05.05.2026 09:05:30] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: .NET Tool (aka .NET Tool)
█ Executable name: "dotnet tool"
█ Executable path: "C:\prgs\DN\dotnet.exe"
█ Call arguments: "tool "
█ Version: 11.0.100-preview.3.26207.106

█ .NET Tool is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:32] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: Npm (aka Npm)
█ Executable name: "npm"
█ Executable path: "C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe"
█ Call arguments: "-NoProfile -ExecutionPolicy Bypass -Command "C:\prgs\npm\npm.cmd" "
█ Version: 11.13.0

█ Npm is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:32] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: Pip (aka Pip)
█ Executable name: "pip"
█ Executable path: "C:\prgs\py\313\python.EXE"
█ Call arguments: "-m pip "
█ Version: pip 26.1 from C:\prgs\py\313\Lib\site-packages\pip (python 3.13)

█ Pip is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:33] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: Chocolatey (aka Chocolatey)
█ Executable name: "choco.exe"
█ Executable path: "C:\Users\scth-muc\AppData\Local\UniGetUI\Chocolatey\bin\choco.exe"
█ Call arguments: ""
█ Version: 2.5.0

█ Chocolatey is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:36] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: Scoop (aka Scoop)
█ Executable name: "scoop"
█ Executable path: "C:\prgs\pwsh\7\pwsh.exe"
█ Call arguments: "-NoProfile -ExecutionPolicy Bypass -Command "C:\Users\scth-muc\scoop\shims\scoop.ps1" "
█ Version: Current Scoop version:
█ b588a06e chore(release): Bump to version 0.5.3 (resync) (#6436)

█ 'main' bucket:
█ cac4118b7c tombi: Update to version 0.10.4

█ Scoop is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[05.05.2026 09:05:42] Found 0 installed packages from vcpkg
[05.05.2026 09:05:45] Found 9 installed packages from Pip
[05.05.2026 09:05:45] /IntegrityTree.json does not exist, integrity check will not be performed!
[05.05.2026 09:05:45] IntegrityTree.json not found (dev/CI build) — skipping integrity dialog.
[05.05.2026 09:05:45] Dependency Scoop-Search for Scoop is present.
[05.05.2026 09:05:45] Dependency Git for Scoop is present.
[05.05.2026 09:05:45] Dependency Git for vcpkg is present.
[05.05.2026 09:05:45] Avalonia shell bootstrap completed
[05.05.2026 09:05:45] Found 0 installed packages from .NET Tool
[05.05.2026 09:05:45] Found 0 installed packages from .NET Tool
[05.05.2026 09:05:45] Found 0 available updates from .NET Tool
[05.05.2026 09:05:46] Found 0 available updates from vcpkg
[05.05.2026 09:05:49] Failed to download icons and screenshots
[05.05.2026 09:05:49] System.Net.Http.HttpRequestException: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (github.com:443)
---> System.Net.Sockets.SocketException (10060): Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at UniGetUI.Core.IconEngine.IconDatabase.LoadIconAndScreenshotsDatabaseAsync() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Core.IconStore\IconDatabase.cs:line 60
[05.05.2026 09:05:49] Found 2 installed packages from PowerShell7
[05.05.2026 09:05:49] Found 2 installed packages from PowerShell7
[05.05.2026 09:05:49] Found 3 installed packages from Chocolatey
[05.05.2026 09:05:49] Found 0 available updates from Chocolatey
[05.05.2026 09:05:50] Found 1 installed packages from Scoop
[05.05.2026 09:05:54] Found 0 installed packages from PowerShell
[05.05.2026 09:05:54] Found 0 installed packages from PowerShell
[05.05.2026 09:05:54] Found 0 available updates from PowerShell
[05.05.2026 09:05:58] Found 1 installed packages from Scoop
[05.05.2026 09:06:02] Found 0 available updates from Scoop
[05.05.2026 09:06:02] Found 2 installed packages from Npm
[05.05.2026 09:06:02] Local backup saved to C:\Backup\UniGetUI\BCL2432-MUC installierte Pakete 2026-05-05 09-06-02.ubundle
[05.05.2026 09:06:03] Found 0 available updates from Npm
[05.05.2026 09:06:10] Found 0 available updates from PowerShell7
[05.05.2026 09:06:10] Failed to download the PowerShell7 manifest at Url=https://www.powershellgallery.com/api/v2/Packages(Id='7Zip4Powershell',Version='2.8.0')
[05.05.2026 09:06:10] System.Net.Http.HttpRequestException: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (www.powershellgallery.com:443)
---> System.Net.Sockets.SocketException (10060): Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at UniGetUI.PackageEngine.Managers.Generic.NuGet.Internal.NuGetManifestLoader.GetManifestContent(IPackage package) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Generic.NuGet\Internal\NuGetManifestLoader.cs:line 56
[05.05.2026 09:06:10] No manifest content could be loaded for package 7Zip4Powershell on manager PowerShell7
[05.05.2026 09:06:10] Failed to download the PowerShell7 manifest at Url=https://www.powershellgallery.com/api/v2/Packages(Id='Set-LockScreen',Version='1.0')
[05.05.2026 09:06:10] System.Net.Http.HttpRequestException: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (www.powershellgallery.com:443)
---> System.Net.Sockets.SocketException (10060): Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at UniGetUI.PackageEngine.Managers.Generic.NuGet.Internal.NuGetManifestLoader.GetManifestContent(IPackage package) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Generic.NuGet\Internal\NuGetManifestLoader.cs:line 56
[05.05.2026 09:06:10] No manifest content could be loaded for package Set-LockScreen on manager PowerShell7
[05.05.2026 09:06:31] Failed to download the Chocolatey manifest at Url=https://community.chocolatey.org/api/v2//Packages(Id='Please',Version='install')
[05.05.2026 09:06:31] System.Net.Http.HttpRequestException: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (community.chocolatey.org:443)
---> System.Net.Sockets.SocketException (10060): Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at UniGetUI.PackageEngine.Managers.Generic.NuGet.Internal.NuGetManifestLoader.GetManifestContent(IPackage package) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Generic.NuGet\Internal\NuGetManifestLoader.cs:line 56
[05.05.2026 09:06:31] No manifest content could be loaded for package Please on manager Chocolatey
[05.05.2026 09:06:32] Failed to download the Chocolatey manifest at Url=https://community.chocolatey.org/api/v2//Packages(Id='.NET',Version='4.8')
[05.05.2026 09:06:32] System.Net.Http.HttpRequestException: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (community.chocolatey.org:443)
---> System.Net.Sockets.SocketException (10060): Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at UniGetUI.PackageEngine.Managers.Generic.NuGet.Internal.NuGetManifestLoader.GetManifestContent(IPackage package) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Generic.NuGet\Internal\NuGetManifestLoader.cs:line 56
[05.05.2026 09:06:32] No manifest content could be loaded for package .NET on manager Chocolatey
[05.05.2026 09:06:41] Manager Pip failed to list available updates with exception TimeoutException: Task _getInstalledPackages for manager Pip did not finish after 60 seconds, aborting. You may disable timeouts from UniGetUI Advanced Settings
[05.05.2026 09:06:41] Since this was the first attempt, Pip.AttemptFastRepair() will be called and the procedure will be restarted
[05.05.2026 09:06:52] Failed to download the Chocolatey manifest at Url=https://community.chocolatey.org/api/v2//Packages(Id='Download',Version='at')
[05.05.2026 09:06:52] System.Net.Http.HttpRequestException: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (community.chocolatey.org:443)
---> System.Net.Sockets.SocketException (10060): Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at UniGetUI.PackageEngine.Managers.Generic.NuGet.Internal.NuGetManifestLoader.GetManifestContent(IPackage package) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Generic.NuGet\Internal\NuGetManifestLoader.cs:line 56
[05.05.2026 09:06:52] No manifest content could be loaded for package Download on manager Chocolatey
[05.05.2026 09:06:56] Pip: background index pre-warm failed: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (pypi.org:443)
[05.05.2026 09:07:41] Error finding updates on manager Pip
[05.05.2026 09:07:41] System.TimeoutException: Task _getInstalledPackages for manager Pip did not finish after 60 seconds, aborting. You may disable timeouts from UniGetUI Advanced Settings
at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager._getAvailableUpdates(Boolean SecondAttempt) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 343
[05.05.2026 09:15:30] Auto-updater source 'ProductInfo' returned version 2026.1.8.0 (upgradable=False)
```

### Package Managers Logs

```text
No log available. WinGet not called.
```

### Relevant information

WinGet is installed using command:
```
Install-Module -scope CurrentUser Microsoft.WinGet.Client
```
Within PowerShell 5, 7 and preview.

### Screenshots and videos

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.