Portree-Kid / flightgear-airports

GNU General Public License v3.0
6 stars 1 forks source link

v0.0.21 Check does not complete #80

Closed LGBudd closed 3 years ago

LGBudd commented 4 years ago

Installed v0.0.21 after uninstalling v0.0.20. First thing was to perform a check of the groundnet I've been working on. However, it did not complete and I had to hit the "X" to close the app. I thought maybe if I made a change and saved before a check it would make a difference, but the behavior was the same. This worked fine in v0.0.20. Are others experiencing this issue?

Portree-Kid commented 3 years ago

Can't reproduce. Can you open the debugger and see if there is an error in the console? Click on settings and at the bottom there is a button

LGBudd commented 3 years ago

First, it shows this error:

Failed to load resource: net::ERR_CONNECTION_REFUSED
check.js:11 C:\Program Files\flightgear-airports\resources

After many "NewClass" statements, it notes the following error:

TypeError: Cannot read property 'eachLayer' of undefined
    at a.check (renderer.js:11)
    at a.showCheck (renderer.js:11)
    at W (renderer.js:1)
    at a.o (renderer.js:1)
    at W (renderer.js:1)
    at a.e.$emit (renderer.js:1)
    at a.click (renderer.js:11)
    at HTMLAnchorElement.<anonymous> (renderer.js:1)

It never shows a progress bar, just sits on "Checking" seemingly forever until I click the X. If I click the X in the "Checking" box it returns to editing mode.

Portree-Kid commented 3 years ago

Fixed in 0.0.22