Replies: 1 comment 2 replies
-
Do you have any logs you can share for when you were trying to do only Step 1? From peeking at the code real quick it should be working as the files are saved prior to trying to authenticate with Garmin. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Perhaps it's common knowledge and/or documented somewhere, but I spent an hour poking around the docs and couldn't figure out how to generate a FIT file that I could manually upload to Garmin Connect during any authentication outages.
Step 1 (which was documented) was to turn on the "Save a backup copy of Converted files to output dir" setting in Conversion -> Advanced. However, because of the current auth issues with Garmin Connect, FIT files were still not being generated. I suspect that the code is set up such that authentication happens first, and then the requested workouts are converted and uploaded. However, because the authentication flow with Garmin fails, the entire process, including the conversion stops (@philosowaffle can perhaps confirm).
Step 2, which solved my problem, was to go to the Garmin settings and turn off "Automatically upload to Garmin Connect". After changing this setting, you simply run the sync process manually like you would if Garmin was working. The process runs successfully, creates the backup files in the output directory and reports "Successfully synced selected workouts" even though, of course, nothing was actually synced.
Beta Was this translation helpful? Give feedback.
All reactions