Problem fetching data from the server: Data Not Found - Anywhere ID []

Everyone, how are you?
I have a feeder that’s sending information, but I can’t see its data separately on the dedicated feeder page. It displays this error: “Problem fetching data from the server:
Data Not Found - Anywhere ID

I know it’s working on the main site because my device is the only one in my region.
What should I do to get it working again?

Interesting. What URL are you using? Does the link from the “Anywhere Map” link from ADSBexchange Anywhere work? (would need to be accessed using the same public IP address as your feeder)

Everything is installed on the equipment.
I just don’t know what happened to make it stop working.

How did you install the feeder? If you used the script installation method (as opposed to the premade Pi image), did you install the stats package as suggested in your screenshot?

I installed the software according to the manual on the website “https://github.com/ADSBexchange/feedclient”

… and did you install the stats package (the optional step 4)?

If you did, what output do you get from sudo systemctl status adsbexchange-stats.service ?

● adsbexchange-stats.service - ADSBexchange Stats
Loaded: loaded (/etc/systemd/system/adsbexchange-stats.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2025-09-01 12:27:51 -03; 18h ago
Main PID: 343 (json-status)
Tasks: 2 (limit: 1595)
CPU: 2h 56min 46.891s
CGroup: /system.slice/adsbexchange-stats.service
├─ 343 /bin/bash /usr/local/share/adsbexchange-stats/json-status
└─17905 /bin/bash /usr/local/share/adsbexchange-stats/json-status

Sep 01 12:27:51 fonia systemd[1]: Started ADSBexchange Stats.
Sep 01 12:27:53 fonia adsbexchange-stats[343]: No valid data source directory found, do you have the adsbexchange feed scripts installed? Tried each of: [/run/adsbexchange-feed]
Sep 01 12:28:13 fonia adsbexchange-stats[343]: Using UUID [ae993e60-65ff-467c-9965-a24f333db452] for stats uploads
Sep 01 12:28:13 fonia adsbexchange-stats[343]: Using JSON directory [/run/adsbexchange-feed] for source data
Sep 01 12:28:13 fonia adsbexchange-stats[343]: Using script’s DNS cache (600 seconds)
Sep 01 12:28:20 fonia adsbexchange-stats[343]: /usr/local/share/adsbexchange-stats/json-status: line 134: 675 Segmentation fault host -v -W $DNS_WAIT -t a “$HOST” &> /dev/null
Sep 01 12:28:20 fonia adsbexchange-stats[343]: host not working but ping is, disabling DNS caching!
Sep 01 12:28:20 fonia adsbexchange-stats[343]: DNS Error for adsbexchange.com, fallback …

The host utility is crashing with a segmentation fault. That’s an operating system function. Seems your operating system has some issues.