I'm running Ski Tracks v1.2.2 on my Android phone (Motorola Droid Maxx). I can export Ski Track data to a .GPX file and get that file to my computer. I can correctly view the file in GPS Visualizer (http://www.gpsvisualizer.com/). I'm trying to import the file into Garmin Connect, but I get an error message when doing so. I also get an error message when I try to upload into Strava. Any idea what's wrong?
You're probably not doing anything wrong. You might take a look at this issue. If that doesn't help, maybe you could upload one of the files so I can get a peek at it. I may be able to find the problem.
With some help from Strava tech support, I figured this out. The problem was a disconnect between the format that Ski Tracks used for the time and the format that Strava expected for the time.
Ski Tracks
2014-03-15T08:12:37.000-05:00
Strava
2014-03-15T08:12:37Z
Initially, I used MS Notepad to try to make the change. This failed because a small number of the Ski Tracks times didn't use .000-05:00 but instead used .nnn-05:00. Unfortunately, MS Notepad does not allow wildcards in search and replace. So, I installed Notepad++ and made the change.
Also, the first time occurrence in the Ski Tracks file took the following form.
2014-03-17T09:59:09.322-0400
I changed that occurrence manually to the following.
2014-03-17T09:59:09Z
With the changes made, the file did upload to Strava.