Error when calling Arrived function

When I call the Arrived function, I get an error back (see below). Calling Enroute, Scheduled, or Departed with the exact same arguments works fine.

Doing this:


$data = $directFlight->Arrived('KBOS', 10, null, 0);

Returns the following error message within the SOAP response:

can’t read “next”: no such variable
while executing
“if {$next == “”} {
set next -1
}”
(procedure “Arrived” line 11)
invoked from within
“Arrived KBOS 10 {} 0”
(in namespace inscope “::FlightAwareDirectFlight” script line 1)
invoked from within
“::namespace inscope ::FlightAwareDirectFlight Arrived KBOS 10 {} 0”
invoked from within
“interp eval $interp $fqdn $argValues”

Let me know if you need any more info. Thanks!

Thanks for catching that, it’s resolved now.