Json files staying in download directory #211
-
so, it doesn't seem like my json files are getting cleaned up. This means next time I run p2g it will convert them again and try to upload again. Something else thats weird is I am seeing fit files in my working dir and upload directory, I have SaveLocalCopy set to false. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
My best guess is maybe there is some sort of permissions issue, and P2G is not being allowed to delete the files by the filesystem. If its failing to delete for some reason there is probably an error message in the log like this. Probably need more info about your setup and logs though to give a better guess. |
Beta Was this translation helpful? Give feedback.
-
I am running from code (lastest code) from MacOS. I am not seeing anything in the logs. Here is what it looks like: log20220204.txt You can see in the 2nd log it tried to upload the activity from the first log again. Here is what my config looks like: { "Format": { "Peloton": { "Garmin": { "Observability": {
} |
Beta Was this translation helpful? Give feedback.
-
Guess I wasnt running the latest code. Im still learning GIT. I thought git log would show me if anything changed. I guess I need to just git pull |
Beta Was this translation helpful? Give feedback.
Guess I wasnt running the latest code. Im still learning GIT. I thought git log would show me if anything changed. I guess I need to just git pull