Piaware share to FR24 error installation

when I run the scrip to share date with FR24 in piaware but I receive this error

I had the same thing with

wget -qO- https://fr24.com/install.sh | sudo bash -s

The fix in this case was to run sudo apt update and sudo apt upgrade first, then a reboot for good measure. Then the installer script was happy about the repos and installed everything. Give that a go.

2 Likes

I agree with @chrislfa

Worst case scenario go into /etc/apt/sources.list.d and delete any repositories related to flightaware. Itā€™ll work without errors but you wonā€™t have FA repos. But you can get everything else set up and then try to install the DA repos. But Iā€™d only do this if nothing else works.

Itā€™s not a FR24 error. Itā€™s a FA repo error. But a good sudo reboot fixes a lot of stuff.

get this error

Try this:

sudo dpkg --purge flightaware-apt-repository

wget https://www.flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.2_all.deb   

sudo dpkg -i flightaware-apt-repository_1.2_all.deb

sudo apt update

sudo apt upgrade

 

N: Repository ā€˜http://www.flightaware.com/mirror/raspberrypi/debian bullseye InReleaseā€™ changed its ā€˜Suiteā€™ value from ā€˜stableā€™ to ā€˜oldstableā€™

E: Failed to fetch http://flightaware.com/mirror/raspberrypi/debian/dists/bullseye/main/binary-armhf/Packages File has unexpected size (313203 != 313205). Mirror sync in progress? [IP: 2606:4700:4400::6812:27c9 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.

Try this:

sudo apt update --allow-releaseinfo-change      

same :frowning:

N: Repository ā€˜http://www.flightaware.com/mirror/raspberrypi/debian bullseye InReleaseā€™ changed its ā€˜Suiteā€™ value from ā€˜stableā€™ to ā€˜oldstableā€™

E: Failed to fetch http://flightaware.com/mirror/raspberrypi/debian/dists/bullseye/main/binary-armhf/Packages File has unexpected size (313203 != 313205). Mirror sync in progress? [IP: 2606:4700:4400::6812:27c9 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.

I think we need advise from Flightaware staff ( @obj / @eric1tran )
I have re-imaged all my RPiā€™s with Bookworm in Dec 2023, so donā€™t face this problem.

2 Likes

@josegabrielmora This may be an intermittent issue. Can you try again?

i look this in other forum and woking :slight_smile: thanks

If FR24 installation script is giving problems, use following commands to directly download and install the latest fr24feed deb package:

Code:

wget http://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.44-0_armhf.deb sudo dpkg -i fr24feed_1.0.44-0_armhf.deb

The 2nd commans above will install fr24feed package, and at the end will automatically start signup process. If it does not start signup procedure, use following command to start signup:

Code:

sudo fr24feed --signup

NOTE:
(1) During signup if asked , do NOT select receiver DVB-T, select AVR (TCP).
(2) It may ask to accept ā€œautoconfig (yes/no)ā€. Type yes .and press Enter Key.
ā€‹

@josegabrielmora

That post is from Nov 2023, and at that time latest version of fr24feed was 1.0.44-0 . Since then there have been several new versions, the latest released yesterday is 1.0.46-2.

Please use following commands to install latest version:

wget http://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.46-2_armhf.deb   

sudo dpkg -i fr24feed_1.0.46-2_armhf.deb   

sudo fr24feed --signup  

1 Like

This helped me :smile:

Thanks

This worked! Thanks for the repo.

Is there a working apt repository for fr24? Mine started throwing errors yesterday when I tried to sudo apt update but maybe thatā€™s because of the fr24 ddos cyber attack?

Yesterday while updating I had an issue with an unsigned package error.
Today that error is gone and the update was successful.

 

Cloudflare - What is a DDoS attack?