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

BUG: Strava Client is giving AttributeError while running the pytest running suite. #63

Closed
marcelcaraciolo opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@marcelcaraciolo
Copy link
Contributor

  • [x ] I have checked that this issue has not already been reported.

  • [ x] I have confirmed this bug exists on the latest version of runpandas.

  • [x ] (optional) I have confirmed this bug exists on the master branch of runpandas.


Problem description

Testing with new strava client is giving issues with variable not found.

`
def refresh(self):

  if time.time() > self.token_expires_at:

E AttributeError: 'StravaClient' object has no attribute 'token_expires_at'

runpandas/io/strava/_client.py:101: AttributeError`

Expected Output

Testing passing.

runpandas version 0.5.1
@marcelcaraciolo
Copy link
Contributor Author

Closed by #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant