This started a while ago before upgrading to 9. If I double click the available update it used to open the change log. Instead I get this error.
If I run the command on the cli it works fine.
Maybe just timing out. Is there a way to change that?
Thanks
Code:
command 'apt-get changelog -qq 'vncterm=1.9.1'' failed: got timeout (500)
Code:
root@pve:~# apt-get changelog -qq 'vncterm=1.9.1'
vncterm (1.9.1) trixie; urgency=medium
* osc: remove buffer that was only used for debug information.
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Sep 2025 17:07:44 +0200
vncterm (1.9.0) trixie; urgency=medium
* re-build for Debian Trixie based releases.
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Jun 2025 11:22:12 +0200
...
Thanks