You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String org.w3c.dom.Node.getNodeValue()' on a null object reference
at com.hs.gpxparser.GPXParser.getNodeValueAsDouble(GPXParser.java:515)
at com.hs.gpxparser.GPXParser.parseWaypoint(GPXParser.java:331)
at com.hs.gpxparser.GPXParser.parseTrackSegment(GPXParser.java:488)
at com.hs.gpxparser.GPXParser.parseTrack(GPXParser.java:466)
at com.hs.gpxparser.GPXParser.parseGPX(GPXParser.java:98)
The text was updated successfully, but these errors were encountered:
I don't know what data cause this exception, maybe like "<ele/>".
There is a same problem in another lib:
https://github.com/ticofab/android-gpx-parser
I post a issue at:
ticofab/android-gpx-parser#1
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String org.w3c.dom.Node.getNodeValue()' on a null object reference
at com.hs.gpxparser.GPXParser.getNodeValueAsDouble(GPXParser.java:515)
at com.hs.gpxparser.GPXParser.parseWaypoint(GPXParser.java:331)
at com.hs.gpxparser.GPXParser.parseTrackSegment(GPXParser.java:488)
at com.hs.gpxparser.GPXParser.parseTrack(GPXParser.java:466)
at com.hs.gpxparser.GPXParser.parseGPX(GPXParser.java:98)
The text was updated successfully, but these errors were encountered: