-
Notifications
You must be signed in to change notification settings - Fork 3
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 seeing HFDL messages or verification of listening #322
Comments
Hi! My first thought is the problem actually isn't in acars_router, but in ACARS Hub itself. You should have, off of the top of my head, If the above doesn't fix it, you could set |
I have enabled Thank you! |
Sounds good. I should have added it will likely be helpful to do something like |
I restarted with the
|
Oh....I just realized the problem. The If that doesn't solve it I'll be surprised :) |
I feel like an idiot but that immediately fixed it. I should have tested that first but didn't even think about it. This is the non-debug output now so it referenced HFDL :
Thank you for being so responsive and helpful. Next time i will pay better attention!!! |
I’m glad that was the problem. Next time I rebuild the container I’ll make sure we include a no_healthcheck tag to avoid this cropping up in the future. |
I have been trying to debug why HFDL is not being seen by the acars_router and it doesn't seem to be listening.
Here is the docker output :
And here is the compose file :
I know that the router is working since ACARS and VDLM messages get routed accordingly but in the HFDL container i see the logs saying there were messages but the router seems to ignore / block.
Any help would rock!!
The text was updated successfully, but these errors were encountered: