magsol / garmin

Some scripts I've thrown together to analyze my Garmin data.
MIT License
70 stars 34 forks source link

Garmin has deprecated its legacy authentication #20

Closed AngelaKru closed 6 years ago

AngelaKru commented 6 years ago

About 5 or 6 days ago, my garmin downloader stopped working. The old GAUTH URL is down and seems to have been replaced fully by the newer 'modern' pages. After some googling and testing on my local copy, I was able to get my downloads working again (Python 2.7 which still allows use of Mechanize package) The JSON returned by the new activity service is no longer a nicely formatted recordset, but rather just a list of json activities, and some of the field names have changed (beginTimestamp is now just an int and seems replaced by startTimeLocal for example). And no more nice little summary with totalActivities count...

AngelaKru commented 6 years ago

There ya go, old commented out code removed :)

magsol commented 6 years ago

Fantastic, THANK YOU!