09-04-2024 12:17
09-04-2024 12:17
We have been receiving 500-Internal Server Error from the GET activities endpoint for all requests since 17:20 UTC today.
Example request:
https://api.fitbit.com/1/user/63P6S9/activities/date/yyyy-mm-dd.json
Response:
{
"error":{
"code":500,
"message":"Internal error encountered.",
"status":"INTERNAL"
}
}
Can you please assist?
Thanks,
Jeff Humphry
09-04-2024 12:26
09-04-2024 12:26
I am experiencing exactly the same problem with the GET activities endpoint for all request as of today. It seems like the https://status.fitbit.com/ has no incidents regarding this. But the error code suggests this is a server side issue. Please help 🙂
09-04-2024 19:00
09-04-2024 19:00
So are we. We are getting more support tickets then we can handle at the moment. @JohnFitbit mentioned that Fitbit is aware of the issue.
09-05-2024 01:33
09-05-2024 01:33
As far as we can see, the GET/POST activities 500 issue has been resolved now. On our test devices it is working again, and no new reports issues by users of our app.
09-05-2024 03:41
09-05-2024 03:41
Sadly, the problem is back: again the 500 response with the POST activity (didn't test the GET activity now).
09-05-2024 06:24
09-05-2024 06:24
I have been getting good responses from the GET activity now since today 12:52 UTC (8:52 AM ET).
09-05-2024 06:39
09-05-2024 06:39
On our test devices it still doesn't work (13:38 UTC). Yesterday we had a situation that it worked on one phone and not another phone (later it didn't work on both phones). Really weird what is going on.
09-09-2024 12:12
09-09-2024 12:12
I am still struggling with the 500 error. Is it resolved for you guys still @Jeff_New_Ocean @Hielko @bickster ?
09-09-2024 12:23
09-09-2024 12:23
Hi @xivind, from our perspective it has been resolved since last Wednesday at 19:26 UTC. Note that we only call GET https://api.fitbit.com/1/user/[userId]/activities/date/yyyy-mm-dd.json
09-09-2024 13:09
09-09-2024 13:09
If you use POST activity requests, you can check our post with an explanation when you get the 500 response, and what the workaround is: https://community.fitbit.com/t5/Web-API-Development/same-activity-upload-for-some-users-response-500...
09-09-2024 18:56
09-09-2024 18:56
Nope. We are still struggling as well. @Hielko suggested a couple request changes we could make that seem to work. We might try those.