YunoHost-Apps / peertube_ynh

Federated (ActivityPub) video streaming platform using P2P for YunoHost
https://joinpeertube.org/fr/
GNU Affero General Public License v3.0
87 stars 27 forks source link

Upgrade from 6.0.3~ynh1 to 6.0.4~ynh1 fails bc of ldap plugin #435

Closed yodahome closed 2 months ago

yodahome commented 2 months ago

Describe the bug

I tried upgrading my PeerTube 6.0.3 to the latest version (once via web ui, twice via CLI), but it failed with the attached errors on screen and in the log attached. Apparently it's an error when installing the ldap plugin, I'm not sure what the problem is there though.

Context

Steps to reproduce

shell commands: sudo yunohost tools upgrade apps sudo yunohost app upgrade peertube

Expected behavior

Was expecting the app to be upgraded to the latest version.

Logs

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

Chocobozzz commented 2 months ago

Hi,

Have you the peertube-plugin-transcription plugin installed? If yes try to uninstall it before the upgrade

yodahome commented 2 months ago

Hi,

Have you the peertube-plugin-transcription plugin installed? If yes try to uninstall it before the upgrade

Yes, indeed I did and after uninstalling the plugin the update went through. Thanks for the hint!