Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return flight data not parsing in output #40

Open
alexbadoi opened this issue Sep 20, 2024 · 0 comments
Open

return flight data not parsing in output #40

alexbadoi opened this issue Sep 20, 2024 · 0 comments

Comments

@alexbadoi
Copy link

alexbadoi commented Sep 20, 2024

The return flight data is not displaying in the output. returns blank list: "ReturnFlight": [],

[
{
"StartDate": "2024-09-25T12:25:00-07:00",
"ReturnDate": "2024-10-05T00:00:00Z",
"Price": 844,
"Flight": [
{
"DepAirportCode": "LAX",
"DepAirportName": "Los Angeles International Airport",
"DepCity": "Los Angeles",
"ArrAirportName": "Hong Kong International Airport",
"ArrAirportCode": "HKG",
"ArrCity": "Hong Kong",
"DepTime": "2024-09-25T12:25:00-07:00",
"ArrTime": "2024-09-26T18:55:00+08:00",
"Duration": 55800000000000,
"Airplane": "Boeing 777",
"FlightNumber": "CX 885",
"Unknown": null,
"AirlineName": "Cathay Pacific",
"Legroom": "32 inches"
},
{
"DepAirportCode": "HKG",
"DepAirportName": "Hong Kong International Airport",
"DepCity": "Hong Kong",
"ArrAirportName": "Narita International Airport",
"ArrAirportCode": "NRT",
"ArrCity": "Tokyo",
"DepTime": "2024-09-27T01:20:00+08:00",
"ArrTime": "2024-09-27T06:45:00+09:00",
"Duration": 15900000000000,
"Airplane": "Airbus A350",
"FlightNumber": "CX 524",
"Unknown": null,
"AirlineName": "Cathay Pacific",
"Legroom": "32 inches"
}
],
"ReturnFlight": [],
"SrcAirportCode": "LAX",
"DstAirportCode": "NRT",
"SrcCity": "Los Angeles",
"DstCity": "Tokyo",
"FlightDuration": 94800000000000,
"ReturnFlightDuration": 0
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant