Nikolai558 / NASR2SCT

Converts the FAA National Airspace System Resource (NASR) Data to formats that may be used by Virtual RADAR Clients on the VATSIM network for free up to 28 days prior to an AIRAC effective date.
MIT License
4 stars 0 forks source link

[CRASH] [BUG] [ERRORS] - Program "Semi-Crash" on Telephony #118

Closed Nikolai558 closed 3 years ago

Nikolai558 commented 3 years ago

Describe the bug Once NASR2SCT Hits the Telephony section, it goes straight to "Complete." No files are in the output directory.

I believe this is due to a website update. Telephony Website and inconsistencies in their HTML code and unaccounted error handling on NASR2SCT.

It is breaking on ' IRAQI PRESIDENTIAL ' image

It is breaking because we are looking for the closing html tag >. There is a better way to account for these, however it might require a refactor of this function entirely. image

I am pretty sure I have a fix for this and will update as soon as possible.