Hi everyone,
I apologize for the late post here but we are having some routing issues and currently working on it. It's high priority for us to have this fixed as soon as possible. Please bear with us in the mean time. We apologize for the disruption!
There are currently two main issues. The first issue can be divided into two parts.
1.1 Broken Individual Stats: Can affect both FR24 receivers(F-XXXXN) and data sharers(T-XXXXN). Feeder statistics between Thursday the 14th and Monday the 18th are broken or missing. Correct statistics should be showing up from 11:15 UTC time on the 18th of June.
1.2 Broken Share Statistics: The table on Share Statistics has been fixed. I, sincerely apologise for the delay that occurred in fixing the issue. Unfortunately, most of the data wasn't recoverable. From now onwards, stats should gradually increase as new stats are added each day. The notification banner has been removed as well.
2. Feed connection errors: Affects only data sharers (T-XXXXN) feeds and fix given below
Feeders with Raspberry Pis who are affected, please check if feed.flightradar24.com resolves to an ipv6 address. (Run the following commands on your Pi)
nslookup feed.flightradar24.com
or
ping feed.flightradar24.com
if you have a result an ipv6 address (e.g. address 2606:4700...) please run this command to disable it which should solve the problem:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
I apologize for the late post here but we are having some routing issues and currently working on it. It's high priority for us to have this fixed as soon as possible. Please bear with us in the mean time. We apologize for the disruption!
There are currently two main issues. The first issue can be divided into two parts.
1.1 Broken Individual Stats: Can affect both FR24 receivers(F-XXXXN) and data sharers(T-XXXXN). Feeder statistics between Thursday the 14th and Monday the 18th are broken or missing. Correct statistics should be showing up from 11:15 UTC time on the 18th of June.
1.2 Broken Share Statistics: The table on Share Statistics has been fixed. I, sincerely apologise for the delay that occurred in fixing the issue. Unfortunately, most of the data wasn't recoverable. From now onwards, stats should gradually increase as new stats are added each day. The notification banner has been removed as well.
2. Feed connection errors: Affects only data sharers (T-XXXXN) feeds and fix given below
Feeders with Raspberry Pis who are affected, please check if feed.flightradar24.com resolves to an ipv6 address. (Run the following commands on your Pi)
nslookup feed.flightradar24.com
or
ping feed.flightradar24.com
if you have a result an ipv6 address (e.g. address 2606:4700...) please run this command to disable it which should solve the problem:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
Comment