What type of hardware are you using: Other(?)
What YunoHost version are you running: YunoHost 12.1.39 (stable)
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No
Describe your issue
In the backend user interface I have the message below and cannot update anything.
Share relevant logs or error messages
Error: “500”
Handling: “GET” /yunohost/api/update
Fejlmelding:
Unexpected server error
Traceback
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’ retur