Advertisement
davidmk

PlayFab randomly thrown exception.

Sep 8th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. /Server/AddUserVirtualCurrency PlayFabError(ServiceUnavailable, Timeout: WebException making http request to: https://F8C7.playfabapi.com/Server/AddUserVirtualCurrency?sdk=UnitySDK-2.69.190625, 400 BadRequest)
  2. UnityEngine.Debug:LogError(Object)
  3. Mirror.Log:Error(String) (at Assets/Standard Assets/Mirror/Runtime/Log/Log.cs:50)
  4. BB.Gameplay.PlayerBackendData:<ModifyCurrency>m__1(PlayFabError) (at Assets/Scripts/BB/Gameplay/Core/PlayerBackendData.cs:156)
  5. PlayFab.Internal.<QueueRequestError>c__AnonStorey3:<>m__0() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:402)
  6. PlayFab.Internal.PlayFabWebRequest:Update() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:485)
  7. PlayFab.Internal.PlayFabHTTP:Update() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs:367)
  8.  
  9.  
  10.  
  11.  
  12.  
  13. WebException: The request timed out
  14. System.Net.HttpWebRequest.GetRequestStream () (at <ac210d81537245bc838518cc8e845861>:0)
  15. PlayFab.Internal.PlayFabWebRequest.Post (PlayFab.Internal.CallRequestContainer reqContainer) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:326)
  16. Rethrow as WebException: Timeout: WebException making http request to: https://F8C7.playfabapi.com/Server/AddUserVirtualCurrency?sdk=UnitySDK-2.69.190625
  17. UnityEngine.Debug:LogException(Exception)
  18. PlayFab.Internal.PlayFabWebRequest:Post(CallRequestContainer) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:339)
  19. PlayFab.Internal.PlayFabWebRequest:WorkerThreadMainLoop() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:253)
  20. System.Threading.ThreadHelper:ThreadStart()
  21.  
  22.  
  23.  
  24.  
  25. These exceptions happenned while in editor mode.
  26.  
  27. ThreadAbortException
  28. System.Threading.Thread.Sleep (System.Int32 millisecondsTimeout) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  29. PlayFab.Internal.PlayFabWebRequest.WorkerThreadMainLoop () (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:285)
  30. UnityEngine.Debug:LogException(Exception)
  31. PlayFab.Internal.PlayFabWebRequest:WorkerThreadMainLoop() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:291)
  32. System.Threading.ThreadHelper:ThreadStart()
  33.  
  34.  
  35.  
  36.  
  37.  
  38. These exceptions happenned while running a client instance.
  39.  
  40. SocketException: An existing connection was forcibly closed by the remote host.
  41.  
  42. System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) (at <ac210d81537245bc838518cc8e845861>:0)
  43. System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) (at <ac210d81537245bc838518cc8e845861>:0)
  44. Rethrow as IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
  45. .
  46. System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) (at <ac210d81537245bc838518cc8e845861>:0)
  47. System.IO.Stream+<>c.<BeginEndReadAsync>b__43_1 (System.IO.Stream stream, System.IAsyncResult asyncResult) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  48. System.Threading.Tasks.TaskFactory`1+FromAsyncTrimPromise`1[TResult,TInstance].Complete (TInstance thisRef, System.Func`3[T1,T2,TResult] endMethod, System.IAsyncResult asyncResult, System.Boolean requiresSynchronization) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  49. --- End of stack trace from previous location where exception was thrown ---
  50. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  51. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  52. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  53. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  54. System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  55. Mono.Net.Security.MobileAuthenticatedStream+<InnerRead>d__66.MoveNext () (at <ac210d81537245bc838518cc8e845861>:0)
  56. --- End of stack trace from previous location where exception was thrown ---
  57. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  58. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  59. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  60. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  61. System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  62. Mono.Net.Security.AsyncProtocolRequest+<InnerRead>d__25.MoveNext () (at <ac210d81537245bc838518cc8e845861>:0)
  63. --- End of stack trace from previous location where exception was thrown ---
  64. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  65. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  66. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  67. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  68. System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  69. Mono.Net.Security.AsyncProtocolRequest+<ProcessOperation>d__24.MoveNext () (at <ac210d81537245bc838518cc8e845861>:0)
  70. --- End of stack trace from previous location where exception was thrown ---
  71. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  72. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  73. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  74. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  75. System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  76. Mono.Net.Security.AsyncProtocolRequest+<StartOperation>d__23.MoveNext () (at <ac210d81537245bc838518cc8e845861>:0)
  77. --- End of stack trace from previous location where exception was thrown ---
  78. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  79. Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () (at <ac210d81537245bc838518cc8e845861>:0)
  80. --- End of stack trace from previous location where exception was thrown ---
  81. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  82. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  83. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  84. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  85. System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  86. System.Threading.Tasks.TaskToApm.End[TResult] (System.IAsyncResult asyncResult) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  87. Mono.Net.Security.MobileAuthenticatedStream.EndRead (System.IAsyncResult asyncResult) (at <ac210d81537245bc838518cc8e845861>:0)
  88. System.Net.WebConnection.ReadDone (System.IAsyncResult result) (at <ac210d81537245bc838518cc8e845861>:0)
  89. Rethrow as WebException: Error getting response stream (ReadDone1): ReceiveFailure
  90. System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) (at <ac210d81537245bc838518cc8e845861>:0)
  91. System.Net.HttpWebRequest.GetResponse () (at <ac210d81537245bc838518cc8e845861>:0)
  92. PlayFab.Internal.PlayFabWebRequest.ProcessHttpResponse (PlayFab.Internal.CallRequestContainer reqContainer) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:353)
  93. Rethrow as Exception: Unhandled exception in ProcessHttpResponse : https://F8C7.playfabapi.com/Server/GetTitleData?sdk=UnitySDK-2.73.190903
  94. UnityEngine.Debug:LogException(Exception)
  95. PlayFab.Internal.PlayFabWebRequest:ProcessHttpResponse(CallRequestContainer) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:377)
  96. PlayFab.Internal.PlayFabWebRequest:WorkerThreadMainLoop() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:256)
  97. System.Threading.ThreadHelper:ThreadStart()
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. Unhandled exception in ProcessHttpResponse : https://F8C7.playfabapi.com/Server/GetTitleData?sdk=UnitySDK-2.73.190903
  112. UnityEngine.Debug:Log(Object)
  113. PlayFab.Internal.PlayFabHTTP:GeneratePlayFabError(String, String, Object) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs:394)
  114. PlayFab.Internal.PlayFabWebRequest:QueueRequestError(CallRequestContainer) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:387)
  115. PlayFab.Internal.PlayFabWebRequest:ProcessHttpResponse(CallRequestContainer) (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:378)
  116. PlayFab.Internal.PlayFabWebRequest:WorkerThreadMainLoop() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:256)
  117. System.Threading.ThreadHelper:ThreadStart()
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. /Server/GetTitleData PlayFabError(ServiceUnavailable, Unhandled exception in ProcessHttpResponse : https://F8C7.playfabapi.com/Server/GetTitleData?sdk=UnitySDK-2.73.190903, 400 BadRequest)
  130. UnityEngine.Debug:LogError(Object)
  131. Mirror.Log:Error(String) (at Assets/Standard Assets/Mirror/Runtime/Log/Log.cs:50)
  132. BB.Networking.ServerBackend.ServerBackendModule`1:OnError(PlayFabError) (at Assets/Scripts/BB.Networking/ServerBackend/Manager/ServerBackendModule.cs:13)
  133. BB.Networking.ServerBackend.ServerBackendTitleData:OnError(PlayFabError) (at Assets/Scripts/BB.Networking/ServerBackend/Manager/ServerBackendTitleData.cs:104)
  134. PlayFab.Internal.<QueueRequestError>c__AnonStorey3:<>m__0() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:396)
  135. PlayFab.Internal.PlayFabWebRequest:Update() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs:479)
  136. PlayFab.Internal.PlayFabHTTP:Update() (at Assets/Standard Assets/ThirdParty/PlayFabSdk/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs:367)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement