pe-st / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
374 stars 77 forks source link

Exception: Did not find the display name in the profile page #100

Closed magalive1991 closed 4 months ago

magalive1991 commented 1 year ago

Hello here, I use this script for quite a while now every week to download my latest Garmin activities and it was working well, but for a couple of weeks I get the following error. Anyone encountered the same and would have any idea how to solve this ? Thanks a lot for your help !

Welcome to Garmin Connect Exporter! [WARNING] Output directory [hidden] already exists. Will skip already-downloaded files and append to the CSV file. Connecting to Garmin Connect... Done. Requesting Login ticket... Done. Ticket=[hidden] Authenticating... Done. Getting display name...Traceback (most recent call last): File "[hidden]\gcexport.py", line 1343, in main(sys.argv) File "[hidden]\gcexport.py", line 1297, in main userstats_json = fetch_userstats(args) File "[hidden]\gcexport.py", line 948, in fetch_userstats display_name = extract_display_name(profile_page) File "[hidden]\gcexport.py", line 973, in extract_display_name raise Exception('Did not find the display name in the profile page.') Exception: Did not find the display name in the profile page.

telemaxx commented 1 year ago

Hi, you should use the latest Version. this solved it for me.

magalive1991 commented 1 year ago

Thanks it's working now with the latest version ! (Will try that first next time I have an issue^^) Thanks!

SimonBaars commented 1 year ago

@pe-st This can be closed :)