06-24-2015 00:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-24-2015 00:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
My subscriber endpoint status is showing too many SocketTimeoutException .I have checked subscriber endpoint from a rest client and it's working fine.Is there anything that I have to check from our side
Answered! Go to the Best Answer.

- Labels:
-
Subscriptions API
Accepted Solutions
06-24-2015 10:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-24-2015 10:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
This means that your application is not accepting and properly closing the request from the Fitbit Subscriptions API within 3 seconds, so Fitbit terminates the connection.
Check to make sure that your application accepts the request and closes the connection before it does anything else, such as making API requests.

06-24-2015 10:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-24-2015 10:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
This means that your application is not accepting and properly closing the request from the Fitbit Subscriptions API within 3 seconds, so Fitbit terminates the connection.
Check to make sure that your application accepts the request and closes the connection before it does anything else, such as making API requests.

