superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.76k stars 322 forks source link

[Client Compatibility] Sengi #1069

Closed anantshri closed 1 year ago

anantshri commented 1 year ago

Hello Folks,

Just a note from my observations around sengi. (https://github.com/NicolasConstant/sengi)

This particular tool works great with GotoSocial except a few warnings for example it reverts to using v1 api endpoint for search which gives a 404.

We do have the right api endpoint on v2 and it should work however digging deep in the code it seems the rely on mastodon version reported by the server https://github.com/NicolasConstant/sengi/search?q=instance.major+%3E%3D+3%29 and if version is less them 3 they use API v1. Not sure if we want to address this by switching around our reported version number for better client compatibilities but just wanted to put it out

  1. Sengi good for daily use with occasional errors which doesnt hamper the working.
  2. errors mostly coz we advertise a version which they interpret as very old version of mastodon.

screenshot of error message image

whtiehack commented 1 year ago

+1

image

EchedelleLR commented 1 year ago

@whtiehack I believe you should open a different issue instead of posting here. The client is neither the same nor the error is similar.

whtiehack commented 1 year ago

@whtiehack I believe you should open a different issue instead of posting here. The client is neither the same nor the error is similar.

You're right. I'm sorry.

tsmethurst commented 1 year ago

@anantshri is this still an issue or can I close it?

anantshri commented 1 year ago

I think with v0.10 i have not seen these errors. search is also working fantastic. we can close this.

thanks for reminder @tsmethurst