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

failed ListActivities call (page 601, per page 25) #10

Closed
cjonhammar opened this issue Jan 1, 2020 · 2 comments
Closed

failed ListActivities call (page 601, per page 25) #10

cjonhammar opened this issue Jan 1, 2020 · 2 comments
Assignees

Comments

@cjonhammar
Copy link

cjonhammar commented Jan 1, 2020

Getting this, when trying to fetch this years activities by running:
~/go/bin/stravacli download --access_token=xxx --out=orig.csv --debug --after=2019-01-01 --max=599 --before 2019-12-20

25 activities so far, fetching next 25...
50 activities so far, fetching next 25...
75 activities so far, fetching next 25...
snip
475 activities so far, fetching next 25...
500 activities so far, fetching next 25...
519 activities so far, fetching next 25...
519 activities so far, fetching next 25...
519 activities so far, fetching next 25...
519 activities so far, fetching next 25...
519 activities so far, fetching next 25...
snip
507 activities so far, fetching next 25...
507 activities so far, fetching next 25...
507 activities so far, fetching next 25...
failed ListActivities call (page 601, per page 25)

If I do only before like this:
~/go/bin/stravacli download --access_token=xxxx --out=orig.csv --debug --before=2019-12-20 --max=599
Then it works fine

@vangent vangent self-assigned this Jan 1, 2020
@vangent
Copy link
Owner

vangent commented Jan 1, 2020

Thanks for the report! Think I fixed this via fa45302.

@vangent vangent closed this as completed Jan 1, 2020
@cjonhammar
Copy link
Author

Thanks, works!

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

2 participants