-
Notifications
You must be signed in to change notification settings - Fork 4
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
Why can't I see the route of my flight plan? #13
Comments
Hi, |
Thank you for answering so fast. The thing is that I just wanted to use this library because I was looking for a route generator in Python. It looks like there are not so many so this looked excellent for the job. I just needed something that gives back the name of the fixes and navaids of the route with its coordinates that is all. I will try to use the search function to try and retrieve the route of a previously created flight plan. Since the inputs are the origin and destination airports. Also, do you think it could be done by setting |
Unfortunately, the |
Thanks for the help. I will try to retrieve routes from other sources then. Have a nice day! |
I do suggest you just use the ID to fetch the route. It means 2 http calls instead of one, but it would probably be easier than completely switching API. |
Hi!
I'm creating a flightplan using the following code:
When I try to retrieve the route of my flightplan using
flightplan.route
it says is a NoneType variable. That field is empty.Why does this happen? When I see the created flight plan on the website, the route is visible.
The text was updated successfully, but these errors were encountered: