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.

What is the fediverse?

Guide to the fediverse

Explore the fediverse

founded 2 years ago
MODERATORS
 

It's been over a day of federation. Does it take longer, or does someone have to manually add Hexbear?

https://join-lemmy.org/instances

you are viewing a single comment's thread
view the rest of the comments
[–] nutomic@lemmy.ml 11 points 2 years ago* (last edited 2 years ago) (1 children)

The joinlemmy crawler is throwing an error on hexbear.net. Problem is that /api/v3/site is returning an unexpected value for version which fails to be parsed. You can run the crawler yourself to reproduce:

cargo run -- --start-instances hexbear.net --verbose 5
Finished dev [unoptimized] target(s) in 0.28s
Running `target/debug/lemmy-stats-crawler --start-instances hexbear.net --verbose 5`
Crawling...
DEBUG - Worker 0 starting job hexbear.net at distance 0
TRACE - Job hexbear.net errored with: unexpected character '.' after patch version number
Crawl complete, took 1s
Number of Lemmy instances: 0
Total users: 0
Half year active users: 0
Monthly active users: 0
Weekly active users: 0
Daily active users: 0

Use --json flag to get machine readable output

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.