What type of hardware are you using: Virtual machine What YunoHost version are you running: 12.0.17 How are you able to access your server: SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
I’m using yunohost through cloudflare tunnel and with let’s encrypt enabled. I saw in the logs that this could be a problem due to the lack of images that it cannot find in the directory, I used the command “yunohost tools update” and it did not solve the problem.
Share relevant logs or error messages
2025/07/13 17:40:41 [error] XXXX#XXXX: *NNN open() “/usr/share/yunohost/admin/static/applogos/‹hash›.png” failed (2: No such file or directory)
I had the same issue with the logos, but looks like after running the command
root#yunohost tools update
Info: Fetching available upgrades for system packages…
Info: Updating application catalog…
Info: (Will fetch 286 logos, this may take a couple minutes)
Success! The application catalog has been updated!
Info: Nothing to do. Everything is already up-to-date.
apps:
important_yunohost_upgrade: False
pending_migrations:
system:
The fetched logos number keeps decreasing. So maybe it has to do with some timeout of the process to download the logos. My best advice is to keep executing that command after it reaches 0.
The file involved is: /usr/lib/python3/dist-packages/yunohost/app_catalog.py