Hi,
I’ve rebuilt my RPi due to FR24 stopping for absolutely no reason and unable to resolve. I put FA on first so FR24 detects dump1090 and utilises that. Both FR24 and FA are doing there stuff now and passing the data to each respectively.
I do have one issue though and that is that Skyview isn’t displaying the data. I see the map but not the aircraft, just displays Spinny.gif.
I’ve tried both port 8080 and /dump1090-fa/ Cleared the cache, tried other browsers but same result.
It was working previously. Any ideas on what I can check?
The FR24 problem came because in new version, they removed integral dump1090 (malcolm rob) and in its place included dump1090-mutability ver 1.14. They did not do the integration properly, causing it to crash. On top of that they have an auto-update funtion in their client. Whe new version was released, within a short time the auto update updated ALL RPis, and all stopped feeding FR24.
Now they have rolled back to old version and suggesting manual removal of new version 19-2 and install of old version 18-9.
You may check what versions of dump1090 and fr24feed are curretly installed by following commands. May be you now have both dump1090-fa and dump1090-mutability installed causing your map problem
Excellent info and thanks, i’ll check it out tomorrow. If they rolled back and i literally installed just a few hours ago id of thought that i would have been on the previous release, but anyhow i’ll feed back.
Your assumptions seem to be correct. I have read the link
When I run:-
sudo apt-get remove fr24feed.
FA Map immediately springs into life.
After fr24feed start. I’m getting:-
Could not connect to tcp://localhost:30005
but both FR and FA are feeding.
I may put this in another thread but with FA I’ve always found MLAT never to be consistently up. Very intermittent and a small amount of logged MLAT signal in comparison to ADSB. There seems to be lots of other “local” MLAT receivers (sync). The log mentions clock stability but the RPI has a substantial PSU, more amperage than required. Any ideas?
It is dump1090-mutability 1.14 clashing with dump1090-fa. You have to:
Remove dump1090-mutability
Reinstall fr24feed
Do NOT use bash scriptsudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)" to install fr24feed as it will again install dump1090-mutability. Use apt-get to install fr24feed.
I have now found simple & easy workaround for those who have not yet done any extreme remedial actions like fresh install. Please see this thread, though it is too late for you as you have already done fresh install.