Wordpress installation is failing with the following error stack:
YunoHost encountered an internal error
Really sorry about that.
You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.
The following information might be useful for the person helping you:
Error: “500”
Action: “POST” /yunohost/api/apps
Error message:
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/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”’
While processing the action the server said:
Installing wordpress…
Installing wordpress…
This is from a fresh Debian 13 Trixie install using an Oracle Virtualbox guest as base.
Also reproduced on Oracle OCI instance running Debian 13 Trixie.