Please confirm these before moving forward
UniGetUI Version
2006.1.11
Windows version, edition, and architecture
Microsoft Windows 10 Enterprise10.0.19045
Describe your issue
There are multiple broken icon/metadata mappings occurring for Python (PIP) packages, causing UniGetUI to throw persistent NotFound errors in the logs while trying to fetch visual assets.
Case 1: Cross-Platform Namespace Collision (tenacity)
UniGetUI detects the locally installed Python tenacity library (from PyPI). However, the internal metadata engine incorrectly maps this package to the unrelated Tenacity Audio Editor hosted on Codeberg, resulting in a failed asset fetch.
- Log Error:
unigetui Icon download attempt at https://codeberg.org failed with code NotFound
Case 2: Expired/Broken Hardcoded External Link (starlette)
UniGetUI tracks the Python ASGI framework starlette, but its icon metadata points to a dead URL on a third-party image hosting platform (postimg.cc). Because the hosted image no longer exists, the client fails to render an icon.
Steps to reproduce the issue
- Ensure the Python (pip) manager is enabled in UniGetUI.
- Install either package via pip (
pip install tenacity starlette).
- Check the UniGetUI operation logs.
UniGetUI Log
[28/05/2026 20:37:07] __ __ _ ______ __ __ ______
/ / / /___ (_) ____/__ / /_/ / / / _/
/ / / / __ \/ / / __/ _ \/ __/ / / // /
/ /_/ / / / / / /_/ / __/ /_/ /_/ // /
\____/_/ /_/_/\____/\___/\__/\____/___/
Welcome to UniGetUI Version 2026.1.11
[28/05/2026 20:37:07]
[28/05/2026 20:37:07] Build 107
[28/05/2026 20:37:07] UI Framework: WinUI 3
[28/05/2026 20:37:07] Data directory C:\Users\Bruce\AppData\Local\UniGetUI
[28/05/2026 20:37:07] Encoding Code Page set to 850
[28/05/2026 20:37:07] OS: Microsoft Windows 10.0.19045
[28/05/2026 20:37:07] Process arch: X64 (OS: X64)
[28/05/2026 20:37:07] Runtime: .NET 10.0.8
[28/05/2026 20:37:07] Loaded language locale: en
[28/05/2026 20:37:07] Elevated: True
[28/05/2026 20:37:07] Packaged (MSIX): False
[28/05/2026 20:37:07] Args: (none)
[28/05/2026 20:37:07] Command cargo-binstall.exe was not found on the system
[28/05/2026 20:37:07] PowerShell7 is not enabled
[28/05/2026 20:37:07] .NET Tool is not enabled
[28/05/2026 20:37:07] vcpkg is not enabled
[28/05/2026 20:37:07] Cargo is not enabled
[28/05/2026 20:37:07] Bun is not enabled
[28/05/2026 20:37:07] Npm is not enabled
[28/05/2026 20:37:07] Chocolatey is not enabled
[28/05/2026 20:37:07] Scoop is not enabled
[28/05/2026 20:37:07] Generated a IPC API auth token for the current session
[28/05/2026 20:37:07] PowerShell is enabled and was found on C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
[28/05/2026 20:37:07] Pip is enabled and was found on C:\Program Files\Python314\python.EXE
[28/05/2026 20:37:08] Running elevated, WinGet class registration is likely to fail unless using lower trust class registration is allowed in settings
[28/05/2026 20:37:08] Packaged WinGet COM activation failed (Retrieving the COM class factory for component with CLSID {C53A4F16-787E-42A4-B304-29EFFB4BF597} failed due to the following error: 80040154 Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)).), attempting lower-trust activation...
[28/05/2026 20:37:08] Connected to WinGet API using lower-trust COM activation.
[28/05/2026 20:37:08] WinGet activation mode selected: lower-trust COM registration | Source: system COM registration (allow lower trust)
[28/05/2026 20:37:08] Winget is enabled and was found on C:\Users\Bruce\AppData\Local\Microsoft\WindowsApps\winget.exe
[28/05/2026 20:37:08] Api running on named pipe UniGetUI.IPC
[28/05/2026 20:37:08] Updater source 'ProductInfo' returned version 2026.1.11.0 (upgradable=False)
[28/05/2026 20:37:08] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: WinGet (aka Winget)
█ Executable name: "winget.exe"
█ Executable path: "C:\Users\Bruce\AppData\Local\Microsoft\WindowsApps\winget.exe"
█ Call arguments: ""
█ Version: System WinGet (CLI) Version: v1.28.240
█ Using Native WinGet helper (COM Api)
█ Activation mode: lower-trust COM registration
█ Activation source: system COM registration (allow lower trust)
█
█ WinGet is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[28/05/2026 20:37:08] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ Name: Pip (aka Pip)
█ Executable name: "pip"
█ Executable path: "C:\Program Files\Python314\python.EXE"
█ Call arguments: "-m pip "
█ Version: pip 26.1.1 from C:\Program Files\Python314\Lib\site-packages\pip (python 3.14)
█
█ Pip is enabled and ready to go.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[28/05/2026 20:37:08] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█▀▀▀▀▀▀▀▀▀▀▀▀▀ 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.19041.7291
█ PSEdition Desktop
█ PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
█ BuildVersion 10.0.19041.7291
█ 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.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[28/05/2026 20:37:10] LoadComponentsAsync finished executing. All managers loaded. Proceeding to interface.
[28/05/2026 20:37:11] Found 63 installed packages from Pip
[28/05/2026 20:37:11] Downloaded new icons and screenshots successfully!
[28/05/2026 20:37:11] Icon download attempt at https://i.postimg.cc/2y15VgpK/starlette.png failed with code NotFound
[28/05/2026 20:37:11] Icon download attempt at https://codeberg.org/tenacityteam/tenacity/raw/branch/main/images/icons/48x48/tenacity.png failed with code NotFound
[28/05/2026 20:37:12] Integrity check passed successfully!
[28/05/2026 20:37:13] Found 167 installed packages from Winget
Package Managers Logs
Manager WinGet with version:
System WinGet (CLI) Version: v1.28.240
Using Native WinGet helper (COM Api)
Activation mode: lower-trust COM registration
Activation source: system COM registration (allow lower trust)
——————————————————————————————————————————
Logged native task on manager Winget. Task type is ListSources
Process start time: 28/05/2026 20:37:08
Process end time: 28/05/2026 20:37:08
-- Task information
...
The task reported success
——————————————————————————————————————————
Logged native task on manager Winget. Task type is ListInstalledPackages
Process start time: 28/05/2026 20:37:10
Process end time: 28/05/2026 20:37:13
-- Task information
...
The task reported success
——————————————————————————————————————————
Logged subprocess-based task on manager Winget. Task type is RefreshIndexes
Subprocess executable: "C:\Users\Bruce\AppData\Local\Microsoft\WindowsApps\winget.exe"
Command-line arguments: " source update --disable-interactivity "
Process start time: 28/05/2026 20:37:10
Process end time: 28/05/2026 20:37:12
-- Process STDOUT
...
-- Process STDERR
[WARN] Redirecting %TEMP% folder to C:\Users\Bruce\AppData\Local\Temp\UniGetUI\ElevatedWinGetTemp, since UniGetUI was run as admin
Return code: SUCCESS (0)
——————————————————————————————————————————
Logged native task on manager Winget. Task type is OtherTask
Process start time: 28/05/2026 20:37:10
Process end time: 28/05/2026 20:37:13
-- Task information
...
The task reported success
——————————————————————————————————————————
Logged native task on manager Winget. Task type is ListUpdates
Process start time: 28/05/2026 20:37:12
Process end time: 28/05/2026 20:37:14
-- Task information
...
The task reported success
——————————————————————————————————————————
Manager Pip with version:
pip 26.1.1 from C:\Program Files\Python314\Lib\site-packages\pip (python 3.14)
——————————————————————————————————————————
Logged native task on manager Pip. Task type is FindPackages
Process start time: 29/05/2026 10:46:02
Process end time: 29/05/2026 10:46:02
-- Task information
...
The task reported success
——————————————————————————————————————————
Logged subprocess-based task on manager Pip. Task type is ListInstalledPackages
Subprocess executable: "C:\Program Files\Python314\python.EXE"
Command-line arguments: "-m pip list "
Process start time: 29/05/2026 10:46:04
Process end time: 29/05/2026 10:46:05
-- Process STDOUT
...
Return code: SUCCESS (0)
——————————————————————————————————————————
Logged subprocess-based task on manager Pip. Task type is ListUpdates
Subprocess executable: "C:\Program Files\Python314\python.EXE"
Command-line arguments: "-m pip list --outdated "
Process start time: 29/05/2026 10:46:04
Process end time: 29/05/2026 10:46:08
Return code: SUCCESS (0)
——————————————————————————————————————————
Manager PowerShell 5.x with version:
Name Value
---- -----
PSVersion 5.1.19041.7291
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.7291
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
——————————————————————————————————————————
Logged subprocess-based task on manager PowerShell. Task type is ListSources
Subprocess executable: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe"
Command-line arguments: " -NoProfile -Command Get-PSRepository"
Process start time: 29/05/2026 10:46:02
Process end time: 29/05/2026 10:46:04
-- Process STDOUT
...
Return code: SUCCESS (0)
——————————————————————————————————————————
Logged subprocess-based task on manager PowerShell. Task type is ListInstalledPackages
Subprocess executable: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe"
Command-line arguments: " -NoProfile -Command Get-InstalledModule"
Process start time: 29/05/2026 10:46:04
Process end time: 29/05/2026 10:46:08
-- Process STDOUT
...
Return code: SUCCESS (0)
——————————————————————————————————————————
Logged native task on manager PowerShell. Task type is ListUpdates
Process start time: 29/05/2026 10:46:04
Process end time: 29/05/2026 10:46:08
The task reported success
——————————————————————————————————————————
Relevant information
UnigetUI is run as administrator just to show the errors as Python was installed in administrator mode.
Expected Behavior
UniGetUI should safely handle Python package metadata without mapping them to unrelated desktop software repositories or relying on fragile, third-party image hosting URLs.
Screenshots and videos
No response
Please confirm these before moving forward
UniGetUI Version
2006.1.11
Windows version, edition, and architecture
Microsoft Windows 10 Enterprise10.0.19045
Describe your issue
There are multiple broken icon/metadata mappings occurring for Python (PIP) packages, causing UniGetUI to throw persistent
NotFounderrors in the logs while trying to fetch visual assets.Case 1: Cross-Platform Namespace Collision (
tenacity)UniGetUI detects the locally installed Python
tenacitylibrary (from PyPI). However, the internal metadata engine incorrectly maps this package to the unrelated Tenacity Audio Editor hosted on Codeberg, resulting in a failed asset fetch.unigetui Icon download attempt at https://codeberg.org failed with code NotFoundCase 2: Expired/Broken Hardcoded External Link (
starlette)UniGetUI tracks the Python ASGI framework
starlette, but its icon metadata points to a dead URL on a third-party image hosting platform (postimg.cc). Because the hosted image no longer exists, the client fails to render an icon.Steps to reproduce the issue
pip install tenacity starlette).UniGetUI Log
Package Managers Logs
Relevant information
UnigetUI is run as administrator just to show the errors as Python was installed in administrator mode.
Expected Behavior
UniGetUI should safely handle Python package metadata without mapping them to unrelated desktop software repositories or relying on fragile, third-party image hosting URLs.
Screenshots and videos
No response