Run command line and nothing happens? #172
Answered
by
philosowaffle
akramer115
asked this question in
Q&A
-
Hi there! I'm catching up on this project after a summer of outdoor exercise. I installed v2 (so exciting!) and the install was successful, but when I run the command line nothing seems to happen. I feel like I'm missing something? Is the application supposed to run with this command: dotnet run --project ./src/PelotonToGarminConsole/PelotonToGarminConsole.csproj ? Terminal readout
CONFIG
|
Beta Was this translation helpful? Give feedback.
Answered by
philosowaffle
Sep 14, 2021
Replies: 1 comment 6 replies
-
Couple things to check:
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
akramer115
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couple things to check:
Observability.Serilog.MinimumLevel
toDebug
and see if any more info is printed to the consoleApp.PythonAndGUploadInstalled
- this setting is deprecated and can be removed. The preferred setting isGarmin.UploadStrategy
which you already have configured.Format.IncludeTimeInHrZones
- its very likely you will want this set tofalse
. This is a special setting for people who don't have an activity tracker setup on Garmin Connect. If you already have HR zones configured on Garmin Connect, then you can set this to false.Format.IncludeTimeInPowerZones
- If you already have Power zones confi…