Error on upgrading piped

What app is this about, and its version: piped 2026.04.08~ynh1
What YunoHost version are you running: 12.1.39
What type of hardware are you using: VPS bought online

Describe your issue

I wanted to update piped, it gets stuck in “Building UI” and then fails with “exit code 1127” / An error occurred inside the app upgrade script.
I tried various times via GUI and via CLI, no success.

Share relevant logs or error messages

https://paste.yunohost.org/raw/oqizekujar

Error 137 means out of memory, the UI build process is quite memory heavy.

Can you (temporarily) add/increase swap space? 4GB would be ideal.

Also considered installing from testing branch, there’s an unreleased upgrade with some dependencies upgrades.

Thanks, that was the trick, I was low on RAM anyway so it makes sense to increase the swapfile.

How could I change to the testing branch? Sorry, I never thought about it.

sudo yunohost app upgrade piped -u https://github.com/YunoHost-Apps/piped_ynh/tree/testing
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.