flackdl / ifit-garmin-sync

Export iFit workouts to Garmin Connect
GNU General Public License v3.0
47 stars 10 forks source link

Authentication is broken again #4

Closed hieronymousch closed 3 years ago

hieronymousch commented 3 years ago

See https://github.com/La0/garmin-uploader/issues/28 for a solution.. Is simply redeploying going to solve it?

flackdl commented 3 years ago

Interesting, I just checked my installation and forced a sync and it authenticated just fine. I wonder if the errors are transient (since garmin is apparently behind cloudflare maybe it's related to traffic volume when it behaves differently).

I'm happy to merge their fix from https://github.com/La0/garmin-uploader/issues/28 when it's verified. Let me know when that happens and I"ll update this repository.

hieronymousch commented 3 years ago

I actually managed to get it working (note to self: celery needs to run in the same session where the exports of user & pass were done) and sync is now working... So it seems to be a heroku - garmin traffic issue.