Closed Gnesus closed 11 months ago
Did you set any bounds or any config for the fr_api
object? I ran tests again and it's working.
Yes, i use bounds and without bounds for testing datas:
fr_api = FlightRadar24API()
I tried this request also: https://data-live.flightradar24.com/zones/fcgi/feed.js
The URL the package uses to get flights currently is https://data-cloud.flightradar24.com/zones/fcgi/feed.js. It seems you are using an old version of the FlightRadarAPI
. Update it =)
you was right, i updated few days ago but for some reason it dowsn't i uninstalled and installed and now it works. THanks so much and sorry for the non-issue
Describe the bug When I use get_flights method doesn't retry any flight that it does before
To Reproduce flights = fr_api.get_flights()
Expected behavior A list of flight
Screenshots
System (please complete the following information):