Replies: 4 comments 3 replies
-
I've got a hunch on what the problem is. Will try to investigate more and get a fix in this week. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you very much I really appreciate it! I will try later today! Just
curious what was the problem? I work for a medical record software company.
I’m not a developer. I manage the SRE team.
…On Sun, Aug 22, 2021 at 11:10 philosowaffle ***@***.***> wrote:
@alanbk266 <https://github.com/alanbk266> worked on this today and
believe I have it fixed (#160
<#160>). You can
pull the latest version of the master branch or use the windows exe found
here
<https://github.com/philosowaffle/peloton-to-garmin/actions/runs/1155978038>
I only had about 270 workouts to test with, so let me know if it
successfully works for your 1500+ (congrats on that number btw!).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#159 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXG5LV4V6NJ4MTNV5WEOC3T6EHQBANCNFSM5CIU264A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
The latest version does not seem to recognize the control file. I'd rather
now use cmd line parms, or evn variables. Thoughts?
Thanks,
Akan
…On Sun, Aug 22, 2021 at 11:22 AM philosowaffle ***@***.***> wrote:
I completely forgot to add support for paging when fetching workouts from
Peloton. So no matter how many workouts you asked for, it only ever fetched
the first page of data, and Peloton only returns 100 items per page. So the
fix was to continue iterating through the pages of data so we could grab
older and older workouts.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#159 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXG5LQSMXWIV7NQHY6DET3T6EI2VANCNFSM5CIU264A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got and set up my Garmin device at the end of July. I've had the Peloton for two years. Installed V2 on Windows, set NumWorkoutsToDownload to 1800. I have about 1770. When I ran the program, it sync'd everything from the end of July on, certainly not 1800. maybe a little over 100. When I tried to re-run it said...
[18:45:43 WRN] App.PythonAndGuploadInstalledLocally setting is deprecated and will be removed in a future release. Please swith to using Garmin.UploadStrategy config.
[18:45:44 INF] No files to convert in download directory. Nothing to do.
[18:45:44 INF] No upload directory found. Nothing to do.
[18:45:44 INF] Done.
Config file...
{
// Config Documentation: https://github.com/philosowaffle/peloton-to-garmin/wiki/Configuration
"App": {
"OutputDirectory": "./output",
"WorkingDirectory": "./working",
"SyncHistoryDbPath": "./output/syncHistory.json",
"EnablePolling": false,
"PollingIntervalSeconds": 86400,
"PythonAndGUploadInstalled": false,
"CloseWindowOnFinish": false
},
"Format": {
"Fit": true,
"Json": false,
"Tcx": false,
"SaveLocalCopy": true,
"IncludeTimeInHRZones": false,
"IncludeTimeInPowerZones": false,
"DeviceInfoPath": "./deviceInfo.xml"
},
"Peloton": {
"Email": "
"Password":
"NumWorkoutsToDownload": 1800,
"ExcludeWorkoutTypes": [ "meditation" ]
},
"Garmin": {
"Email": ",
"Password":
"Upload": true,
"FormatToUpload": "fit",
"UploadStrategy": 2
},
"Observability": {
}
}
Beta Was this translation helpful? Give feedback.
All reactions