-
Notifications
You must be signed in to change notification settings - Fork 330
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
Error trying to get heart data #151
Comments
Same thing here. I would guess that something changed on Fitbit's end. I'll have a closer look at it soon. |
I solved using another functions. You can look at my project (AmIRunning) on my profile |
Hi @Etherealflux , Any chance to look at this? I am about to implement Fitbit API call but would love to use this feature of your library! Thanks |
So save the next person the trouble, the code @thegabriele97 seems to be referring to is fit_heart = client.intraday_time_series('activities/heart', base_date=today_date, detail_level='1sec')['activities-heart-intraday']['dataset'] A fix for this would be very much appreciated. |
Hi,
I am developing a python application for my university and I need to access heart rate during an activity (avg data or something that tell me how user is performing during a run). I am using this api https://github.com/orcasgit/python-fitbit .
I have this code
fitbit_api.py
main.py
but when I execute this code, i obtain this error:
Why?
The text was updated successfully, but these errors were encountered: