I just installed adsbexchamge on a raspberry and everything seemed to go fine. The "myip" shows I'm online (green happy faces): The problem is the stats package doesn't seem to be running. The different folders are there, but whenever I issue a command like adsbexchange-showurl says "command not found" and sudo systemctl status adsbexchange-stats says "service could not be found". I already uninstalled and reinstalled averything but it doesn't work. My Pi also feeds FA and FR24 with no problems, and apparently adsbexchanbe is also receiving my feeds: I found the ...showurl command on the tmp folder and ran it, but the URL provided gets me to a stats page with no data on it (maybe a default URL and not mine) Thanks for your help.
Are you sure you ran the installer? Try again: https://github.com/adsbxchange/adsbexchange-stats#step-2-stats
That makes no sense. Let's see: sudo systemctl status adsbexchange-stats Also is there any output from the installer? These are the commands to install the stats: curl -o /tmp/stats.sh https://raw.githubusercontent.com/adsbxchange/adsbexchange-stats/master/stats.sh sudo bash /tmp/stats.sh
You have tried and failed to install remoteit. Thus there is an error and the install script exits. sudo apt remove -y remoteit Then try the installs script again.
Thaks for your help. I already fixed it. Seemed that the application that was reported at the end of the process as not fully installed was causing the problem. I was able to fix that and re-run the stats installation, and it seem to be working now. Thanks again.
Yeah that's exactly what happened. I may try to improve the install script as it exited without needing to bail out