Hi Flightaware staff,
Can you tell me why you didn’t detect this flight that occurred yesterday?
The last flight detected from your site with this identification (CLX2612) has landed over 2 weeks ago.
The only information FlightInfoStatus (from FlightXml3) is returning for 5th November is this:
{
"ident": "CLX2612",
"faFlightID": "CLX2612-1572759928-airline-0219",
"airline": "CLX",
"airline_iata": "CV",
"flightnumber": "2612",
"type": "Form_Airline",
"blocked": false,
"diverted": false,
"cancelled": true,
"origin": {
"code": "LEZG",
"city": "Zaragoza / Aragon",
"alternate_ident": "ZAZ",
"airport_name": "Zaragoza"
},
"destination": {
"code": "ELLX",
"city": "Luxembourg",
"alternate_ident": "LUX",
"airport_name": "Luxembourg Int'l"
},
"filed_ete": 6000,
"filed_airspeed_kts": 340,
"distance_filed": 652,
"filed_departure_time": {
"epoch": 1572959400,
"tz": "CET",
"dow": "Tuesday",
"time": "14:10",
"date": "11/05/2019",
"localtime": 1572963000
},
"estimated_departure_time": {
"epoch": 1572959400,
"tz": "CET",
"dow": "Tuesday",
"time": "14:10",
"date": "11/05/2019",
"localtime": 1572963000
},
"actual_departure_time": {
"epoch": -1,
"tz": "CET",
"dow": "Thursday",
"time": "00:59",
"date": "01/01/1970",
"localtime": 3599
},
"departure_delay": -1572959401,
"filed_arrival_time": {
"epoch": 1572965400,
"tz": "CET",
"dow": "Tuesday",
"time": "15:50",
"date": "11/05/2019",
"localtime": 1572969000
},
"estimated_arrival_time": {
"epoch": -1,
"tz": "CET",
"dow": "Thursday",
"time": "00:59",
"date": "01/01/1970",
"localtime": 3599
},
"actual_arrival_time": {
"epoch": -1,
"tz": "CET",
"dow": "Thursday",
"time": "00:59",
"date": "01/01/1970",
"localtime": 3599
},
"arrival_delay": -1572965401,
"status": "result unknown",
"progress_percent": 100,
"aircrafttype": "B744",
"full_aircrafttype": "B744",
"adhoc": false
}
and, as you can see… the result is unknown, and the actual time of departure and actual time of arrival epochs have the same (erroneous) values, making that data useless to be treated.
Other flighttrackers detect that flight correctly:
Hope this case help you improve the service provided.