Open omnbmhong opened 2 months ago
Hey there,
Connecting flights (or multi-leg flights) are not yet implemented, but it's planned. In fact, some awesome people who created pull requests have done it, you could check them out!
& 3. Admittedly, I'm not aware of these issues. Could you take screenshots (web) and provide the console outputs for me to better analyze what's going on here? Thanks!
If you have any other problems, don't hesitate to ask.
AWeirdDev
Bro,Thanks a lot, for your timely answer, I will try to find some pull requests jobs you mentioned.
Hi, So happy to find your solution in this project, it has been a great help , here is three more specific question, I might need your support and help: 1# for example, I search a flight, with 1 stop in DXB, how can I get the details for the connecting flight as DXB, like: exact time, and airport name, e.tc. , For my project and work, we need all the details information in the Connecting flighs. 2# I found a situation , that I am a little confused: e.g. I run the code, and get result printed out: as: Flight(is_best=True, name='Turkish Airlines', departure='12:45 AM on Sat, Nov 2', arrival='11:00 AM on Sat, Nov 2', arrival_time_ahead='', duration='17 hr 15 min', stops=1, delay=None, price='0'), and I check the web page for comparing and varify it. on the Web Page, departure time is shown as" 00:45" , or , as I understood the conventional way, shall be wriiten as" 00:45 AM", so, I 'd to check with you, that , if this is a bug? or How can I adpat to this code, and convert it to the old fashion way?
3# when I printed the result.flights, as all the flights, i got some record, may shown this "Flight(is_best=False, name='Separate tickets booked togetherThis trip includes tickets from multiple airlines. Missed connections may be protected by Gotogate.Learn more', departure='7:30 PM on Sat, Nov 2', arrival='2:50 PM on Sun, Nov 3', arrival_time_ahead='+1', duration='26 hr 20 min', stops=2, delay=None, price='0')," is it a bug? or how can I fix, and improve this?
Thank you very much.