Stasonis / fitbit-api-example-android

A sample Fitbit API app for Android
84 stars 33 forks source link

Getting Error net::ERR_SSL_PROTOCOL_ERROR #9

Open Nits2407 opened 6 years ago

Edgar-Liu commented 6 years ago

Hi, i am having this error as well image

bermanapps commented 6 years ago

me too

AdriaGS commented 6 years ago

Anyone managed to solve this error? I'm getting it too

zpoh18 commented 6 years ago

Hey guys, I've managed to remove the error, the problem for me was that the error occurred after a short period of time before I click login or input anything into the text fields.

I managed to stop the error by removing some lines of code. I am not sure if this is proper way to do it but at least the error stops coming back. I removed the codes from AuthenticationWebviewClient.java, from line 41 to line 56.

image

This is the part of the code I removed. Hope this helps.