Log spam of "InvalidValueError" for lat/long
chwilliams42 opened this issue · 3 comments
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
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!)
Looks good, thanks!