[Peertube] Video p2p streaming federated platform

Hi, any chance to get an update on that one ?
I tried to install it but it failed (ovh_fix branch)
https://paste.yunohost.org/raw/odehoxuxol
Thanks in advance !

2021-01-03 16:23:14,024: DEBUG -   The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
2021-01-03 16:23:15,528: DEBUG - Reading package lists...
2021-01-03 16:23:15,530: WARNING - W: GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
2021-01-03 16:23:15,530: DEBUG - + ynh_exit_properly
2021-01-03 16:23:15,530: WARNING - E: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed.

Can you remove that mirror or is it needed? Seems to be a PGP error…

Cheers,
smithers

It looks like your GPG key for Yarn has expired. Can you try this command to reimport it?

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

Thanks for your help.
It’s strange, your command gives me :

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt add -

E: Invalid operation add

curl: (23) Failed writing body (627 != 1369)

I can’t find anything on “Invalid operation add” problem on internet.

EDIT : Don’t ask me why, but the command

wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

Did work. Now trying to install Peertube

New testing version :christmas_tree: :champagne:

sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh/tree/testing --debug
or
sudo yunohost app upgrade peertube -u https://github.com/YunoHost-Apps/peertube_ynh/tree/testing --debug
1 Like