k0swe / forester

A web-based amateur radio logging application with fast sync, offline and rig control
https://forester.radio
Apache License 2.0
10 stars 2 forks source link

Log spam of "InvalidValueError" for lat/long #1116

Closed chwilliams42 closed 2 years ago

chwilliams42 commented 2 years ago

InvalidValueError: at index 0: not a LatLng js?key=AIzaSyDSTJMwyUK9K5Vd0I1MWtg2Gb14DylAhpE:66 InvalidValueError: at index 0: not a LatLng or LatLngLiteral with finite coordinates: in property lat: not a number InvalidValueError: setPosition: not a LatLng js?key=:66 InvalidValueError: setPosition: not a LatLng or LatLngLiteral: in property lat: not a number

These two lines repeat ad nauseam. I don't have lat/long set. Attempted to use Forester for the first time and imported a 5k+ QSO ADIF generated by WSJT-X. App itself is basically unusable and is getting killed.

OS: Ubuntu 22.04 Browser: Chrome 101.0.4951.54

xylo04 commented 2 years ago

Thanks for the report. The log spam is probably coming from the map, right now there's no guard to stop it from trying to render QSOs without coordinates. I should be able to fix that up quickly.

(Sorry for the mess, there aren't many users yet so I'm not as disciplined about keeping things as pristine as I should!)

xylo04 commented 2 years ago

Hopefully this is fixed in a23894e66b9361ff6254a0a8ecc5806158f86a89.

chwilliams42 commented 2 years ago

Looks good, thanks!