Periodic syncing is Unhealthy problem #496
-
Hi folks, I have things setup in Docker with the webui. In the webui, syncing is working fine on manual triggers and I see the results in Garmin connect. So all that is good. The periodic syncing says "Periodic syncing is Unhealthy" in the UI and in the logs I get:
I have it syncing often as I try things. My configuration.local.json looks like this:
This is just the default config with me adding the Format section to try that. in /app/data/SettingsDb.json is also the output format as well as my logins for Peloton and Garmin and as I said it syncs manually fine. I'm not sure where to go from here. The webui is configured/working fine but the regular sync is failing. Any ideas where to look? Im not doing anything fancy. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
This error is misleading currently. The root of the problem is that 0 workouts were converted, and in this scenario the code is assuming that this means the converters were skipped due to misconfiguration. In reality they were skipped because there were no workouts to convert. Just pushed a fix to this onto main branch. |
Beta Was this translation helpful? Give feedback.
-
Ok so I set periodic sync to 600 (10 mins) via UI, then did a It did not sync to Garmin. So it saw the workouts but did not send them to Garmin. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
The next thing to look at is from your original log message:
This indicates you have some workout types configured that P2G should skip syncing by default. (more info in the docs). On the Web UI in the Peloton Settings section, there is a setting for |
Beta Was this translation helpful? Give feedback.
-
Doh, that was it. I must have misread it and thought it was "included workout types". It seems that setting only applies to periodic sync and not the manual syncs which threw me off. Its working now! Thank you. |
Beta Was this translation helpful? Give feedback.
The next thing to look at is from your original log message:
This indicates you have some workout types configured that P2G should skip syncing by default. (more info in the docs).
On the Web UI in the Peloton Settings section, there is a setting for
Excluded Workout Types
, check if you have any workout types selected in there.