YunoHost-Apps / mastodon_ynh

Free, open-source social network for YunoHost
https://joinmastodon.org/
GNU Affero General Public License v3.0
84 stars 34 forks source link

Mastodon Cannot Send Any Activity in 3.4.4~ynh2 #296

Closed ghost closed 2 years ago

ghost commented 2 years ago

Mastodon Cannot Send Any Activity

All was working well until I upgraded Yunohost from 4.3.6 to 4.3.6.2, Mastodon from 3.4.4~ynh1 to 3.4.4~ynh2. All function works however my instance do not deliver any activity to remote instances currently.

Context

Steps to reproduce

Send Toot/Favourite Toot >> No activity is being Sent to other instance through ActivityPub

Expected behavior

Send Toot/Favourite >> Activities is being Sent to other instance through ActivityPub

Logs

yalh76 commented 2 years ago

changes between 3.4.4~ynh1 and 3.4.4~ynh2 is just https://github.com/YunoHost-Apps/mastodon_ynh/pull/294, around sso, maybe @Tagadda could help on this

Tagadda commented 2 years ago

I did a quick test, applying the sso patch to 3.4.4~ynh1 and could not reproduce. Aaaand there's #292 too :P So I did investigate a bit and after some more tests, I think this come from the systemd sandboxing stuff.

Tagadda commented 2 years ago

Thanks for the report @myprivacyisgone ! This should be fixed in the last revision. You can force the upgrade and it should fix your instance sudo yunohost app upgrade mastodon --force

Tagadda commented 2 years ago

The HTTP::ConnectionError: failed to connect: Address family not supported by protocol - getifaddrs on ... should be fixed with this branch