This was observed in this PR, When we download the data of airports/airspaces in the MSUI, sometimes the file size that is downloaded is 0Kb, this only happens with the ".xml" files and not with the ".csv" files. Due to this airspaces can't be drawn and an error is thrown which states "ERROR: Tried to draw airspaces without asp files.".The function which draws the airspace is here.
Steps to reproduce -
1) open msui #python mslib/msui/msui.py
2) Open top view and select airports/airspaces from (select to open control) and Update and download both airports and airspaces.
3) Click on apply and check the CLI. The image is given below for reference when the error is produced.
This was observed in this PR, When we download the data of airports/airspaces in the MSUI, sometimes the file size that is downloaded is 0Kb, this only happens with the ".xml" files and not with the ".csv" files. Due to this airspaces can't be drawn and an error is thrown which states "ERROR: Tried to draw airspaces without asp files.".The function which draws the airspace is here.
Steps to reproduce -
1) open msui #python mslib/msui/msui.py
2) Open top view and select airports/airspaces from (select to open control) and Update and download both airports and airspaces.
3) Click on apply and check the CLI. The image is given below for reference when the error is produced.