Flight Not Arrived

Hello,

the following flight already arrived at airport but:

InFlightInfoEx reports -1 in actualarrivaltime :frowning:
InFlightInfo reports 0 in arrivalTime

Why is this happening and how can I know that the flight has arrived?

stdClass Object
(
[FlightInfoExResult] => stdClass Object
(
[next_offset] => 1
[flights] => stdClass Object
(
[faFlightID] => GTI607-1440461397-334-0:0
[ident] => GTI607
[aircrafttype] => B748
[filed_ete] => 07:20:00
[filed_time] => 1440487449
[filed_departuretime] => 1440477600
[filed_airspeed_kts] => 490
[filed_airspeed_mach] =>
[filed_altitude] => 370
[route] => BGR ELSIR 5000N 05000W 5000N 04000W 5000N 03000W 5100N 02000W DINIM ELSOX EVRIN UL607 NUMPO UP2 OKESI Y3 BEDEK ASKEY2S
[actualdeparturetime] => -1
[estimatedarrivaltime] => -1
[actualarrivaltime] => -1
[diverted] =>
[origin] => KHSV
[destination] => EGSS
[originName] => Huntsville Intl
[originCity] => Huntsville, AL
[destinationName] => London Stansted
[destinationCity] => London, England
)

    )

)

Thanks,
Jeff.

FlightInfoEx uses -1 to indicate that the flight has been cancelled or deleted. (Note that in some cases, this status might be caused by lack of tracking data to confirm a departure rather than an actual cancellation of the flight by the airline, particularly if the flight is occurring outside of our primary coverage areas.)

InFlightInfo is a slightly lower-level function that I think may not have the logic to use -1 to indicate that status.