UTC(Z)12:47
EST07:47
CST06:47
MST05:47
PST04:47
Home Blogs Forums Photos Roller

FlightInfo returns inaccurate data

Last post 07-01-2009, 10:46 PM by agreen. 8 replies.
Sort Posts: Previous Next
  •  07-01-2009, 12:02 PM 1412

    FlightInfo returns inaccurate data

    When attempting to get the current status of an aircraft, I am calling the FlightInfo request with the aircraft tail number. When I compare the returned data to that displayed on the website, it does not match.

    For instance, on the web site right now, N684JJ shows as departing on 7/1/09 at 10:58 EDT. The FlightInfo request says it departed on 6/27/09 at 8:45 GMT. The arrival and departure airports are correct in the FlightInfo data.

    Also, there is no ArrivalTime being returned for this request...

    Is the FlightInfo request broken or is there a better way to get the current status of our aircraft as is displayed on the web site?
  •  07-01-2009, 12:10 PM 1413 in reply to 1412

    Re: FlightInfo returns inaccurate data

    Hmmm; can you double check your information and code? I just ran a FlightInfo query here and the data we got back matched what's on the website.

    In the code I got back, the ArrivalTime is blank because the flight "timed out" (in other words, the radar data simply stopped coming for this flight). No arrival information is available under those circumstances.
  •  07-01-2009, 1:15 PM 1414 in reply to 1413

    Re: FlightInfo returns inaccurate data

    I'm looking at the actual XML data being returned from your site (completely ignoring my code). Same thing....

  •  07-01-2009, 1:28 PM 1415 in reply to 1414

    Re: FlightInfo returns inaccurate data

    Hmm, very odd! Can you make a service request (top part of the website, under "Contact Us") and put your phone number in there/mark it as urgent? I'll give you a ring and we can walk through the problem on the phone and see if we can figure out what's up.
  •  07-01-2009, 7:02 PM 1416 in reply to 1414

    Re: FlightInfo returns inaccurate data

    PS: How are you pulling up the raw XML? Do you go through a proxy server? I'm just wondering if you may be viewing locally cached data...
  •  07-01-2009, 7:54 PM 1417 in reply to 1416

    Re: FlightInfo returns inaccurate data

    Using the XML property of Microsoft's SOAP Toolkit 3.0. (app is in VB6, so SOAP toolkit is a must). Not sure if it caches, though, although the requests that we made should never have been cached, because they were the first requests we ever made to the API. (my first test)
  •  07-01-2009, 9:24 PM 1418 in reply to 1417

    Re: FlightInfo returns inaccurate data

    Just to make sure we're on the same page; have you re-pulled the data for the flight using the API?

    I've just run an internal test here, and I can confirm that we're getting back current data for that flight...

  •  07-01-2009, 9:45 PM 1419 in reply to 1418

    Re: FlightInfo returns inaccurate data

    Wow... I must be tired...

    My mistake--someone changed our aircraft data file on me and I was actually querying for a different tail number than I thought....

    The API is working correctly (as long as I look up the right tail number!)

    Sorry 'bout that!
  •  07-01-2009, 10:46 PM 1420 in reply to 1419

    Re: FlightInfo returns inaccurate data

    No problem at all, glad it's all sorted out! Let us know if you see any weirdness anywhere else.
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems