2013-06-26 46 views
0

我今天更新了PayPalCoreSDK到最新版本,因爲我收到了OAuth錯誤。在我更新了所有內容後,我仍然發現一個錯誤,但這是一個不確定的錯誤。以下是獲取記錄的錯誤:更新PayPalCoreSDK後Uknown錯誤

ERROR PayPal.Exception.PayPalException [(null)] Exception in HttpConnection Execute:  The request was aborted: The request was canceled. 
PayPal.Exception.PayPalException: Exception in HttpConnection Execute: The request was  aborted: The request was canceled. ---> System.Net.WebException: The request was aborted:  The request was canceled. ---> System.IO.IOException: Cannot close stream until all bytes  are written. 
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting) 
--- End of inner exception stack trace --- 
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting) 
at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState) 
at System.Net.ConnectStream.Dispose(Boolean disposing) 
at System.IO.Stream.Close() 
at System.IO.StreamWriter.Dispose(Boolean disposing) 
at System.IO.TextWriter.Dispose() 
at PayPal.HttpConnection.Execute(String payLoad, HttpWebRequest httpRequest) 

該請求正在返回承載響應。任何人有任何想法如何我可以解決這個問題?我正在使用沙盒信息。

回答

0

原來我在嘗試使用地址數組來處理paypal SDK中的一個錯誤。 PayPal在我報告問題幾個月後終於通過電子郵件通知我。