POST https://api.fitbit.com/1/user/7JN333/devices/tracker/817030095/alarms.json?time=17:45-5:00&enabled=true&recurring=false&weekDays=SATURDAY
Authorization: Bearer ***
An error occurred with the Fitbit Web API while processing the request. Error id: 0242f6fffec9744c-002aef50-0ee4b4d7-7599a2ad930156a0-44ad1652-15
https://dev.fitbit.com/build/reference/web-api/troubleshooting-guide/error-messages/
500 Internal Server Error:
| An error occurred with the Fitbit Web API while processing the request. | Try your request later. |
I've tried it several times over the past several minutes to no avail... Can the error be more detailed? I have no idea if I'm doing something wrong (new to your API so that's entirely possible), or if this is exclusively a problem with your server.
Answered! Go to the Best Answer.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
It looks like the UTC offset in your "time=" parameter is missing a 0. Please try again using the HH:MM formatting. In this case, it should look like this :
time=17:45-05:00
Let me know if this helps!
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
It looks like the UTC offset in your "time=" parameter is missing a 0. Please try again using the HH:MM formatting. In this case, it should look like this :
time=17:45-05:00
Let me know if this helps!
Oh god I'm so embarrassed. Thank you John. 😃
Best Answer