PayPal Android SDK-内部\u服务器\u错误

PayPal Android SDK-内部\u服务器\u错误,android,paypal,sdk,internal-server-error,Android,Paypal,Sdk,Internal Server Error,我目前尝试加入新的PayPal SDK,但如果我尝试付款(实时或沙盒),我总是会出现以下错误: 01-23 21:07:20.295: E/RequestError(22408): 500 http response received. Response not parsable. 01-23 21:07:20.295: E/PayPalService(22408): INTERNAL_SERVER_ERROR 01-23 21:07:20.335: E/LoginActivity(22408

我目前尝试加入新的PayPal SDK,但如果我尝试付款(实时或沙盒),我总是会出现以下错误:

01-23 21:07:20.295: E/RequestError(22408): 500 http response received.  Response not parsable.
01-23 21:07:20.295: E/PayPalService(22408): INTERNAL_SERVER_ERROR
01-23 21:07:20.335: E/LoginActivity(22408): login error: INTERNAL_SERVER_ERROR
01-23 21:07:20.375: W/IInputConnectionWrapper(22408): getTextBeforeCursor on inactive InputConnection
01-23 21:07:20.375: E/RichInputConnection(1056): Unable to connect to the editor to retrieve text... will retry later
01-23 21:07:20.385: W/InputMethodManagerService(773): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42ee5620 attribute=null, token = android.os.BinderProxy@4451e2b8
01-23 21:07:20.675: W/System.err(22408): javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
01-23 21:07:20.685: W/System.err(22408):    at com.android.org.conscrypt.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:146)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:93)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.conn.ssl.SSLSocketFactory.createSocket(SSLSocketFactory.java:388)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:165)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
01-23 21:07:20.685: W/System.err(22408):    at com.paypal.android.sdk.bu.a(Unknown Source)
01-23 21:07:20.685: W/System.err(22408):    at com.paypal.android.sdk.bu.run(Unknown Source)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.FutureTask.run(FutureTask.java:237)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-23 21:07:20.685: W/System.err(22408):    at java.lang.Thread.run(Thread.java:841)
01-23 21:07:20.685: E/class java.net.ConnectException(22408): java.net.ConnectException
02-08 14:18:04.344: E/RequestError(21818): 500 http response received.  Response not parsable.
02-08 14:18:04.344: E/PayPalService(21818): INTERNAL_SERVER_ERROR
02-08 14:18:04.394: E/LoginActivity(21818): login error: INTERNAL_SERVER_ERROR
任何人都知道我如何解决这个问题。或者是什么导致了这个问题

谢谢

我仍然得到以下错误:

01-23 21:07:20.295: E/RequestError(22408): 500 http response received.  Response not parsable.
01-23 21:07:20.295: E/PayPalService(22408): INTERNAL_SERVER_ERROR
01-23 21:07:20.335: E/LoginActivity(22408): login error: INTERNAL_SERVER_ERROR
01-23 21:07:20.375: W/IInputConnectionWrapper(22408): getTextBeforeCursor on inactive InputConnection
01-23 21:07:20.375: E/RichInputConnection(1056): Unable to connect to the editor to retrieve text... will retry later
01-23 21:07:20.385: W/InputMethodManagerService(773): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42ee5620 attribute=null, token = android.os.BinderProxy@4451e2b8
01-23 21:07:20.675: W/System.err(22408): javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
01-23 21:07:20.685: W/System.err(22408):    at com.android.org.conscrypt.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:146)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:93)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.conn.ssl.SSLSocketFactory.createSocket(SSLSocketFactory.java:388)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:165)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
01-23 21:07:20.685: W/System.err(22408):    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
01-23 21:07:20.685: W/System.err(22408):    at com.paypal.android.sdk.bu.a(Unknown Source)
01-23 21:07:20.685: W/System.err(22408):    at com.paypal.android.sdk.bu.run(Unknown Source)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.FutureTask.run(FutureTask.java:237)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
01-23 21:07:20.685: W/System.err(22408):    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-23 21:07:20.685: W/System.err(22408):    at java.lang.Thread.run(Thread.java:841)
01-23 21:07:20.685: E/class java.net.ConnectException(22408): java.net.ConnectException
02-08 14:18:04.344: E/RequestError(21818): 500 http response received.  Response not parsable.
02-08 14:18:04.344: E/PayPalService(21818): INTERNAL_SERVER_ERROR
02-08 14:18:04.394: E/LoginActivity(21818): login error: INTERNAL_SERVER_ERROR

没有人有类似问题?

确保您使用的收件人电子邮件与您指定的客户ID匹配。如果这不是您的问题,我建议您在提交一份票据,以便收集一些特定的帐户信息并进一步研究该问题

PayPal登录窗口中存在错误,错误地解析或发送凭据。当我的密码包含
&
字符时,我也遇到了同样的问题。当我将密码更改为不包含
&
字符时,问题消失了


相同的问题在中进行了描述。

此问题在的2.0.0版中得到了修复。用户密码中的特殊字符现在已被正确处理。

您解决了此问题吗?还没有:/我希望有人有其他问题,以便我可以发布此消息。谢谢,我在这里和Android PayPal SDK上有一个类似的问题。我还创建了一个技术支持请求,现在有人正在调查。好的,谢谢。如果你得到一个答案,你也能帮我吗?不,这并没有改变问题。我在问题中添加了另一个日志输出。也许你还有一个技巧?我已经写了一封电子邮件,但没有得到答复。谢谢。如果或者什么时候他们会解决这个问题,你从paypal那里得到任何信息了吗?我现在正在与技术支持人员联系。他们通常反应很快,所以我希望明天或周二能得到“官方”的解释。