petergardfjall / garminexport

Garmin Connect activity exporter and backup tool
Apache License 2.0
500 stars 85 forks source link

not getting past List_activities #107

Closed daytonbrown closed 10 months ago

daytonbrown commented 11 months ago

This has worked in the past and downloaded all of my activities. Now it never gets past list_activities.

image

whathome commented 11 months ago

Seeing this also.

seb2020 commented 11 months ago

Same issue for me

petergardfjall commented 11 months ago

Would anyone mind trying running through the branch in https://github.com/petergardfjall/garminexport/pull/105? That seems to do the trick for me after adding 9fcde6b7cde4a3ab4af80578c1a8cb6dd3f88950.

lostasakiwi commented 11 months ago

In a fresh venv running python 3.11.6 on ubuntu 23.10 I did the following....

source venv/bin/activate
git clone -b browser-tls-fingerprint-bypass https://github.com/petergardfjall/garminexport.git
pip install ./garminexport/
pip install garminexport[impersonate_browser]
garmin-backup username --backup-dir=/root/garmin-data -f tcx --password=passwordhere

Downloaded all of my new garmin tcx files like a champ!

Egregius commented 11 months ago

Thanks for this fix! Also working here.

petergardfjall commented 10 months ago

I just released garminexport 0.5.0, which I believe should resolve this issue. It is strongly adviced to install with the impersonate_browser extra: pip install "garminexport[impersonate_browser]".

mocquin commented 10 months ago

@petergardfjall FYI, I got it working in a new env with pip install "garminexport[impersonate_browser]" garmin-backup username Thanks again