cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
964 stars 149 forks source link

Upload fit file not working #112

Closed CooperFLe closed 1 year ago

CooperFLe commented 1 year ago
Executing: Upload activity data from file 'MY_ACTIVITY.fit'

ERROR:__main__:Error occurred: 409 Client Error: Conflict for url: https://connect.garmin.com/modern/proxy/upload-service/upload

I was hoping to use your wrapper to build a bridge between Wahoo and Garmin. Unfortunately I'm unable to upload fit files using example.py

CooperFLe commented 1 year ago

Ah, this appears to be due to me using a .fit file that was already uploaded manually. Garmin is smart enough to prevent duplicate fit uploads.