this post was submitted on 08 Aug 2023
60 points (100.0% liked)
fediverse
526 readers
5 users here now
A community to talk about the Fediverse and all it’s related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
This is not the place to gossip about other instances.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The joinlemmy crawler is throwing an error on hexbear.net. Problem is that
/api/v3/site
is returning an unexpected value forversion
which fails to be parsed. You can run the crawler yourself to reproduce:So it currently only supports versions like
1.2.3
. You can either change the version number or change the crawler code to make it work.