You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to pull some values, such as minutes sedentary using:
min.sedentary <- get_activity_time_series(token, "minutesSedentary", base_date="start date", end_date="today")
Error:
Error in check_response(response) : http_500 in paste0(httr::http_condition(response, "message"), httr::content(response, : Internal Server Error (HTTP 500). {"errors":[{"errorType":"request","fieldName":"500","message":"An error occurred with the Fitbit Web API while processing the request. Error id: AC44AE52:568D_A92D826B:01BB_5A63B66D_B5A682F:35B8"}],"success":false}
The text was updated successfully, but these errors were encountered:
When trying to pull some values, such as minutes sedentary using:
min.sedentary <- get_activity_time_series(token, "minutesSedentary", base_date="start date", end_date="today")
Error:
Error in check_response(response) : http_500 in paste0(httr::http_condition(response, "message"), httr::content(response, : Internal Server Error (HTTP 500). {"errors":[{"errorType":"request","fieldName":"500","message":"An error occurred with the Fitbit Web API while processing the request. Error id: AC44AE52:568D_A92D826B:01BB_5A63B66D_B5A682F:35B8"}],"success":false}
The text was updated successfully, but these errors were encountered: