gabipurcaru / followgraph

MIT License
206 stars 22 forks source link

"No results found" with Pleroma instance #20

Open davetapley opened 1 year ago

davetapley commented 1 year ago

Not 100% sure it's the cause, and I know Pleroma ≠ Mastodon, but FYI I get:

ℹ️ No results found. Please double check for typos in the handle, and ensure that you follow at least a few people to seed the search. Otherwise, try again later as Mastodon may throttle requests.

Searching dave@nado.social, which is a Pleroma instance: https://nado.social/

gabek commented 1 year ago

Same thing on my Pleroma instance.

mattlehrer commented 1 year ago

For requests to /api/v1/accounts/lookup?acct=<username>, pleroma responds with Can't find user. It does work if this request is made to /api/v1/accounts/. Same for Friendica except the error on the lookup request is The API endpoint is currently not implemented but might be in the future.

Until this gets implemented here in Followgraph, I am working on a similar service at whomtofollow.com.

bgklc commented 1 month ago

Fails for https://pleroma.debian.social/ too.