TVheadend installation don't work

My YunoHost server

Hardware: Raspberry Pi 4 at home
YunoHost version: 11.1.20 (stable)
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

I try to install TVheadend and it fails.

provide detailed error messages and logs if you can.
https://paste.yunohost.org/raw/saqoneyuhe

There was error in instalation script

Additional info:
I install TVheadend in docker with dockstarter and it works fine but after initial setup it show me 403 forbidden error.
I don’t have open ports in my network. Just want to use Yunohost with tailscale vpn.

package architecture (amd64) does not match system (arm64)
from the log you sent.

It seems that your server architecture isn’t compatible with the packaging of this app.

OK, I understand.
Can that be fix to work also in Raspberry? Or docker is only chance?
Regards.

The upstream project provide binary also for arm64 Cloudsmith - Repositories - Tvheadend (tvheadend) - Tvheadend (tvheadend) - Packages

You need to adapt the yunohost app scripts to choose the good binary depending on what is the architecture of the server.

There is already something here tvheadend_ynh/install at master · YunoHost-Apps/tvheadend_ynh · GitHub and tvheadend_ynh/_common.sh at master · YunoHost-Apps/tvheadend_ynh · GitHub

It needs to be adapted to include also arm64.

1 Like

Thanks, I will try.

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