Open
Description
Thanks for this great work! It's working really well. However, I'm running into an issue when I try to search for Sydney (SYD) flights:
File "/opt/miniconda3/lib/python3.12/site-packages/fast_flights/core.py", line 47, in get_flights_from_filter
return parse_response(res)
^^^^^^^^^^^^^^^^^^^
File "/opt/miniconda3/lib/python3.12/site-packages/fast_flights/core.py", line 151, in parse_response
raise RuntimeError("No flights found:\n{}".format(r.text_markdown))
I'm trying to search for SYD to SFO flights. It works on the Google Flights website but keeps throwing this error. Any ideas?