What type of hardware are you using: VPS bought online
What YunoHost version are you running: 13.0.3
How are you able to access your server: The webadmin
SSH
Describe your issue
Hello,
I just installed YunoHost on a VPS.
All the configuration is OK.
When I try to add an application,
I get the following error message:
Erreur: “500”
Action: “POST” /yunohost/api/apps
Do you have any idea what the problem might be, or any advice?
Thanks
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/log.py”, line 532, in func_wrapper
result = func(*args, **kwargs)
File “/usr/lib/python3/dist-packages/yunohost/app.py”, line 1462, in app_install
raise e
File “/usr/lib/python3/dist-packages/yunohost/app.py”, line 1455, in app_install
AppResourceManager(app_instance_name, wanted=manifest, current={}).apply(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
rollback_and_raise_exception_if_failure=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
operation_logger=operation_logger,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
action=“install”,
^^^^^^^^^^^^^^^^^
)
^
File “/usr/lib/python3/dist-packages/yunohost/utils/resources.py”, line 56, in apply
todos = list(self.compute_todos())
File “/usr/lib/python3/dist-packages/yunohost/utils/resources.py”, line 132, in compute_todos
wanted_resource = AppResourceClassesByType[name](infos, self.app, self)
File “/usr/lib/python3/dist-packages/yunohost/utils/resources.py”, line 466, in init
super().init({“sources”: properties}, *args, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/resources.py”, line 188, in init
“YNH_DEBIAN_VERSION_ID”: str(debian_version_id()),
~~~~~~~~~~~~~~~~~^^
File “/usr/lib/python3/dist-packages/yunohost/utils/system.py”, line 63, in debian_version_id
return int(os_release()[“VERSION_ID”]) # type: ignore[return-value]
ValueError: invalid literal for int() with base 10: ‘“13”’