Planes disappear from webview

Started by glen4cindy2, November 17, 2021, 04:00:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

glen4cindy2

I just updated my entire Pi with a new image and added Radarbox as one of my feeders.

That was a few days ago and as far as I know, everything has been running fine.

This evening we had some warmer weather so I took advantage of it and relocated my antenna outside. This will probably be our last warm day!

Since my antenna is outside and higher now I decided to try and run the MLAT commands. Those seem to have worked but I have noticed this evening as I check my page there are no planes being displayed at all.

If I immediately go to some of the other feeders or check to make sure dump1090 is feeding data, it is.

Maybe the best fix is to just uninstall all of the rbfeeder application and data and reinstall but I'm not sure how to do this.

Thanks in advance.

abcd567

#1

Quote from: glen4cindy2 on November 17, 2021, 04:00:48 AM

If I immediately go to some of the other feeders or check to make sure dump1090 is feeding data, it is.

Maybe the best fix is to just uninstall all of the rbfeeder application and data and reinstall but I'm not sure how to do this.



STEP (1) - NOTE & SAVE YOUR KEY

sudo nano /etc/rbfeeder.ini


Copy your key from above file, paste in Notepad, and save Notepad

STEP (2) - UNINSTALL

sudo apt-get purge mlat-client 

sudo apt-get purge rbfeeder 

sudo rm /etc/rbfeeder.ini   

sudo reboot 



STEP (3) - RE-INSTALL

sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)" 

sudo rbfeeder --setkey xxxxxxxxxxx
## replace xxxxxxxxxx by the key you have noted and saved in STEP (1)

## press Ctrl and C keys togather to break out

sudo systemctl restart rbfeeder 

sudo apt-get install mlat-client 

sudo reboot 



Enjoy!