upload does not happen - what did i forget? #165
-
I installed on a mac following the source directions... I am successfully generating the downloads from Peloton, but they just stay in the output folder and nothing is uploaded. I did go back and install the garmin-uploader manually with pip and ran the dotnet restore/build again. Here's what happens when I run: peloton-to-garmin-master davidatkins$ dotnet run --project ./src/PelotonToGarminConsole/PelotonToGarminConsole.csproj in the sync file, shows no upload was done: my config: "Format": { "Peloton": { "Garmin": { "Observability": {
} and here is my log file of recent attempts: 2021-08-29 17:25:44.772 -04:00 [INF] Encoded FIT file /Users/davidatkins/Desktop/peloton-to-garmin-master/src/PelotonToGarminConsole/working/b076c73bfced4636a1d1ec6406df6c58_30_min_Pop_Ride_with_Cody_Rigsby.fit 2021-08-29 19:49:54.463 -04:00 [INF] No files to convert in download directory. Nothing to do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
solved this: I had configured the download format as fit, but not the upload format for garmin as fit (still said tcx), so there was nothing to upload... |
Beta Was this translation helpful? Give feedback.
solved this: I had configured the download format as fit, but not the upload format for garmin as fit (still said tcx), so there was nothing to upload...