03-12-2018 05:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
2
0
0
03-12-2018 05:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am fetching data from api.fitbit.com using requests package of python. Sometimes getting SSLError on API call.
Getting error while calling Fitbit API from python code randomly.
raise SSLError(e, request=request) requests.exceptions.SSLError: [Errno 8] _ssl.c:510: EOF occurred in violation of protocol

1 REPLY 1
03-22-2018 13:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Base Runner
23
0
12
03-22-2018 13:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
try a google lookup of the error you quoted - you'll get lots of hits saying what you need to change and why

