What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.1.39
How are you able to access your server: The webadmin
SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
I tried to update Yunohost and got the following error message:
Fehler: “500”
Aktion: “GET” /yunohost/api/update
followed by this…
Can anyone help?
Share relevant logs or error messages
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/moulinette/interfaces/api.py”, line 430, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 580, in process
return func(**arguments)
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/tools.py”, line 355, in tools_update_norefresh
return tools_update(no_refresh=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/log.py”, line 532, in func_wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/tools.py”, line 433, in tools_update
upgradable_system_packages = list(_list_upgradable_apt_packages())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/system.py”, line 211, in _list_upgradable_apt_packages
upgradable_raw = check_output(“LC_ALL=C apt list --upgradable”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/process.py”, line 40, in check_output
subprocess.check_output(args, stderr=stderr, shell=shell, **kwargs)
File “/usr/lib/python3/dist-packages/gevent/subprocess.py”, line 427, in check_output
raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command ‘LC_ALL=C apt list --upgradable’ returned non-zero exit status 100.