Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not getting past List_activities #107

Closed
daytonbrown opened this issue Oct 28, 2023 · 7 comments
Closed

not getting past List_activities #107

daytonbrown opened this issue Oct 28, 2023 · 7 comments

Comments

@daytonbrown
Copy link

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

image

@whathome
Copy link

Seeing this also.

@seb2020
Copy link

seb2020 commented Nov 2, 2023

Same issue for me

@petergardfjall
Copy link
Owner

petergardfjall commented Nov 5, 2023

Would anyone mind trying running through the branch in #105?
That seems to do the trick for me after adding 9fcde6b.

@lostasakiwi
Copy link

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
Copy link

Egregius commented Nov 8, 2023

Thanks for this fix! Also working here.

@petergardfjall
Copy link
Owner

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
Copy link

mocquin commented Nov 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants