petergardfjall / garminexport

Garmin Connect activity exporter and backup tool
Apache License 2.0
507 stars 83 forks source link

parser error #26

Closed gatosnow closed 6 years ago

gatosnow commented 6 years ago

starttime = dateutil.parser.parse(summary["activity"]["activitySummary"]["BeginTimestamp"]["value"])

petergardfjall commented 6 years ago

Any more detail you would like to share..?

petergardfjall commented 6 years ago

I figure that you ran the get_activity.py script, right? Please try with the latest commit (ed32d335ad4ccb17c61e957f2b1d1789a1600052). That code hadn't been updated to comply with the latest API changes (I only ever use the garminbackup.py script myself).