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

Strava API response has no key "request" #37

Closed
Marcel-Schubert opened this issue Nov 27, 2023 · 2 comments
Closed

Strava API response has no key "request" #37

Marcel-Schubert opened this issue Nov 27, 2023 · 2 comments
Milestone

Comments

@Marcel-Schubert
Copy link
Contributor

In line 56 in strava_api.py
"expires_at": token_response["request"],
should be
"expires_at": token_response["expires_at"],
instead.

@Marcel-Schubert
Copy link
Contributor Author

I am a bit puzzled how anyone got the Strava import to work before.

martin-ueding added a commit that referenced this issue Nov 27, 2023
@martin-ueding martin-ueding added this to the 0.9.0 milestone Nov 27, 2023
@martin-ueding
Copy link
Owner

Good question! I've fixed that now, will be in the next release. I think that I am the only one who has set this up so far, everyone else used files in a directory. Perhaps I've set it up manually and never triggered that code path.

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