OSMDashboard icon indicating copy to clipboard operation
OSMDashboard copied to clipboard

Issue

Open cagljevi opened this issue 10 months ago • 2 comments

        ### App information
        * ID: de.storchp.opentracks.osmplugin
        * Version: 49 6.1.0
        * Build flavor: full
        
        ### Device information
        * Brand: HONOR
        * Device: HNREA
        * Model: REA-NX9
        * Id: HONORREA-N39
        * Product: REA-NX9EEA
        
        ### Firmware
        * SDK: 34
        * Release: 14
        * Incremental: 8.0.0.224C431E9R2P1
        
        ### Cause of error
        ```java
        Exception in thread "main": java.lang.RuntimeException: Unable to start activity ComponentInfo{de.storchp.opentracks.osmplugin/de.storchp.opentracks.osmplugin.map.MapsActivity}: org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 0: syntax error
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4610)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4806)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:118)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:153)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:104)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:3067)
at android.os.Handler.dispatchMessage(Handler.java:117)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:302)
at android.app.ActivityThread.main(ActivityThread.java:9652)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:601)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1062)

Caused by: org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 0: syntax error at org.apache.harmony.xml.ExpatParser.parseFragment(ExpatParser.java:528) at org.apache.harmony.xml.ExpatParser.parseDocument(ExpatParser.java:487) at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:324) at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:287) at javax.xml.parsers.SAXParser.parse(SAXParser.java:390) at javax.xml.parsers.SAXParser.parse(SAXParser.java:187) at de.storchp.opentracks.osmplugin.map.reader.GpxReader.(GpxReader.kt:21) at de.storchp.opentracks.osmplugin.map.MapsActivity.onNewIntent(MapActivity.kt:222) at de.storchp.opentracks.osmplugin.map.MapsActivity.onCreate(MapActivity.kt:142) at android.app.Activity.performCreate(Activity.java:9037) at android.app.Activity.performCreate(Activity.java:8996) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1470) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4592) ... 12 more

        ```

cagljevi avatar Mar 16 '25 19:03 cagljevi

How did you create the GPX?

dennisguse avatar Mar 16 '25 19:03 dennisguse

@cagljevi Looks like your gpx file is broken.

pstorch avatar Mar 17 '25 05:03 pstorch

No response, closing here.

pstorch avatar Aug 05 '25 08:08 pstorch