NicolasConstant / sengi

Mastodon & Pleroma Multi-account Desktop Client
https://nicolasconstant.github.io/sengi/
GNU Affero General Public License v3.0
524 stars 34 forks source link

[SOLVED] Error 500 Problem since Mastodon 4.x #554

Closed vsatmydynipnet closed 1 year ago

vsatmydynipnet commented 1 year ago

Hi,

I have accounts on 2 instances, both running 4.x.

Sengi still works fine on mastodon.DOMAIN1, things still works as expected.

On my other instance I get errors when trying to click on a post:

Http failure response for https://mastodon.DOMAIN2/api/v1/instance: 500 OK

When I click on the profile link of the poster I get "account couldn't be found." The Instance works fine with Fedilab on LineageOS and also with "The Desk" on Linux. Instance is a more private one, having registrations, profile dir and unauthorized access to public timeline disabled. Thats the most difference between the 2 instances as I see.

vsatmydynipnet commented 1 year ago

Ah I found https://github.com/NicolasConstant/sengi/issues/343 looks the same. I will try the solution.

vsatmydynipnet commented 1 year ago

As mentioned in https://github.com/NicolasConstant/sengi/issues/343 :

Copy from there:

Solved! Connecting to the database with psql and running:

refresh materialized view instances;

fixed the problem. Thanks to @saper for help troubleshooting and for the solution!

#mastoadmin