Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 77 forks source link

legacy session url not found #170

Closed lborguetti closed 6 years ago

lborguetti commented 6 years ago

I tried to upload activities but received this error:

Downloading 1 file(s)                   
Downloading 2018-04-12_19-42-32_4_234.fit: [..............................] ETA:
2018-04-12 19:49:51,964 [INFO] Try to login on GarminConnect...                 
2018-04-12 19:49:55,091 [CRITICAL] Login Failure: 404 Client Error: Not Found for url: https://connect.garmin.com/legacy/session

The source code is updated,

lucianofaustino  ~  projects  github  antfs-cli  git pull
Already up-to-date.

I think Garmin Connect disabled legacy url. Do you have the same error to?

Thanks.

rayoplateado commented 6 years ago

I have the same error. Can't upload my workouts

Tigge commented 6 years ago

I'm not using it myself, and I'm not the author of that perticular script. Perhaps @codingtony or @La0 have an idea?

mscansian commented 6 years ago

Might be related to this

La0 commented 6 years ago

@Tigge @mscansian Yes, this is the root cause: Garmin removed some API endpoints, so i had to update my uploader code.

garmin-uploader users should update their version installed to 1.0.4

mscansian commented 6 years ago

We could probably close this one :)