Skip to content
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

OAuthConnectionException: There was a problem while creating a connection to the remote service. #70

Open
wangsuicheng opened this issue Nov 20, 2020 · 0 comments

Comments

@wangsuicheng
Copy link

2020-11-21 19:01:05.454 2403-5825/AndroidRuntime: FATAL EXCEPTION: pool-16-thread-1
org.scribe.exceptions.OAuthConnectionException: There was a problem while creating a connection to the remote service.
at org.scribe.model.Request.send(SourceFile:3)
at org.scribe.oauth.OAuth10aServiceImpl.getRequestToken(SourceFile:10)
at org.scribe.oauth.OAuth10aServiceImpl.getRequestToken(SourceFile:1)
at org.scribe.oauth.OAuth10aServiceImpl.getRequestToken(SourceFile:2)
at com.evernote.client.android.EvernoteOAuthHelper.createRequestToken(SourceFile:1)
at com.evernote.client.android.EvernoteOAuthHelper.startAuthorization(SourceFile:2)
at com.evernote.client.android.login.EvernoteLoginTask.startAuthorization(SourceFile:20)
at com.evernote.client.android.login.EvernoteLoginTask.execute(SourceFile:2)
at com.evernote.client.android.login.EvernoteLoginTask.execute(SourceFile:1)
at net.vrallev.android.task.Task.executeInner(SourceFile:1)
at net.vrallev.android.task.TaskExecutor$b.run(SourceFile:1)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: javax.net.ssl.SSLHandshakeException: Chain validation failed
at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFileDescriptorSocket.java:231)
at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196)
at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153)

com.evernote.client.android.EvernoteSession#authenticate(android.support.v4.app.FragmentActivity) will crash app if occur above OAuthConnectionException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant