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
I tried to sync my entire Peloton history to my Garmin account. Workouts contain a timestamp for length and this mostly makes them unique when they are being written to file. For example:
33_min_26_sec_Just_Ride_with_JUST_RIDE.fit
I noticed that some of my arm workouts on the same workout video are missing. My theory is that because the names are exactly identical, only one got uploaded from the whole set. This is corroborated by the fact that enabling backup only generates a single .fit file for this workout, even though there are several that should have been created:
I can work around this by deleting a single entry (which is missing from Garmin) from the workouts that have identical names from the sync history and then re-running the sync tool. This way, I can get them to upload one at a time.
A fix for this has been pushed tot he V2 branch that ensures we always have unique file names. Unfortunately, still blocked by #109 in terms of fully testing it, but I do think the core problem is resolved.
@philosowaffle Thanks for the heads up -- I've been hitting the auth issue as well but hadn't had time to investigate whether it was my fault or not. Glad to see it's being looked into already. Once that is resolved, I'm happy to test this with real world data as I have a few workouts that fit this pattern. Appreciate the update, cheers.
I tried to sync my entire Peloton history to my Garmin account. Workouts contain a timestamp for length and this mostly makes them unique when they are being written to file. For example:
33_min_26_sec_Just_Ride_with_JUST_RIDE.fit
I noticed that some of my arm workouts on the same workout video are missing. My theory is that because the names are exactly identical, only one got uploaded from the whole set. This is corroborated by the fact that enabling backup only generates a single .fit file for this workout, even though there are several that should have been created:
10_min_Arms_&_Shoulders_Strength_with_Ben_Alldis.fit
I can see that the downloader is pulling multiple workouts, but my guess is the uploader only ends up only getting one due to the naming collision:
Proposal would be to add some unique hash or other identifier (date/time) to these to avoid collisions.
The text was updated successfully, but these errors were encountered: