-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OKHttp checks cause unhandled exceptions in case that OKHttp interface changes. #21
Comments
Same here, built from latest master:
edit: This one too, after catching the first one:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some recent version, okhttp does not have the check method even though okhttp exists.
This class exists:
okhttp3.CertificatePinner
However, NoSuchMethodError is thrown when check is accessed.
That should probably be caught for each OKHTTP method search as well. I'm personally getting the exception here:
https://github.com/Fuzion24/JustTrustMe/blob/master/app/src/main/java/just/trust/me/Main.java#L375
The text was updated successfully, but these errors were encountered: