Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting SSL error while calling Fitbit api from python code.

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

 

 

 

Best Answer
0 Votes
1 REPLY 1

try a google lookup of the error you quoted - you'll get lots of hits saying what you need to change and why

Best Answer
0 Votes