-
Notifications
You must be signed in to change notification settings - Fork 432
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
Not giving the expected output #34
Comments
Was the program running when the plane took off or landed? As far as I could understand, you won't get a notification if the plane is flying on on the ground when the program starts. You'll only get a notification when the plane take off or land while the program is running. |
Yes, the plane did land and takeoff while the program was running. I thought it would display information such as flight atitude, autopilot enabled and so on but it isn't display anything useful at all 🤷 |
OK, I'm running the program with that ICAO you are using (A16579) and as soon as it takes off I'll let you know here what the outputs are for me. So then we might figure if there's something wrong in your side or elsewhere. Could be ASDBX information that are not reliable. Meanwhile, if you want to try this ICAO on your program: AE6A36, it's an USAF helicopter that have being very active, so it won't take long for you to find out what the outputs are for you. B0nz |
Everything looks correct. I'd suggest you to start over, git clone again and so on to see if it works. Did you use the "pipenv run python main" (what actually works for me is 'pipenv run python3 main.py')? |
I ran the following commands:
All of the above gave me the same results It doesn't work! |
If you don't mind could you put up a screenshot of your mainconf.ini and planeconf.ini while censoring the private information so that I could compare and see what's wrong? |
Anyone still running into this issue? Im having a similar issue but with Discord. Thanks! |
Are you able to run it with other mediums? |
I recently tried using this program to post status of a particular plane on one of my Discord channels, but the issue is, it isn't giving any output.
On cross-verifying with adsb-exchange, although the plane being is in thr air it doesn't display any output, neither on the virtual machine nor
on the channel. If you could please look into this matter and let me if there's any wrong being done on my part, it would be
really helpful.
On running the program, the webhook set for bot alerts gives me a notification of it starting and therafter shows nothing on
the channel but this is the view from the instance
It isn't showing any flight-data even though the plane in question is still in the air.
Discord Channel Output
Thanks in advance✌️
The text was updated successfully, but these errors were encountered: