Executing "show system updates" but nothing seems to be happening.
When terminating the execution (ctrl+c) I get the following dump:
:...skipping... Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/system.py", line 87, in <module> res = vyos.opmode.run(sys.modules[__name__]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/vyos/opmode.py", line 263, in run res = func(**args) ^^^^^^^^^^^^ File "/usr/libexec/vyos/op_mode/system.py", line 78, in show_update data = _compare_version_raw() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/libexec/vyos/op_mode/system.py", line 37, in _compare_version_raw remote_data = vyos.version.get_remote_version(url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/vyos/version.py", line 137, in get_remote_version return remote_data.json() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json return complexjson.loads(self.text, **kwargs) ^^^^^^^^^ File "/usr/lib/python3/dist-packages/requests/models.py", line 928, in text encoding = self.apparent_encoding ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/requests/models.py", line 793, in apparent_encoding return chardet.detect(self.content)["encoding"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/chardet/__init__.py", line 49, in detect detector.feed(byte_str) File "/usr/lib/python3/dist-packages/chardet/universaldetector.py", line 236, in feed if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/chardet/utf1632prober.py", line 199, in feed self.position += 1 ^^^^^^^^^^^^^ KeyboardInterrupt