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.
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.
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
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.
@josegabrielmora This may be an intermittent issue. Can you try again?
i look this in other forum and woking 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.
ā
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
This helped me
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.