Guest User

Untitled

a guest
Jan 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.05 KB | None | 0 0
  1. Request: GET
  2. URI: http://192.168.137.1:9000/signalr/negotiate?clientProtocol=2.0&connectionData=[%7B%22Name%22:%22ARHub%22%7D]
  3. Remote Address: 192.168.137.1:53999
  4. Headers: [Connection: keep-alive], [Host: 192.168.137.1:9000], [User-Agent: SignalR.Client.NetStandard/2.4.0.0 (Microsoft Windows NT 10.0.17134.0)]
  5.  
  6. Request: GET
  7. URI: http://192.168.137.1:9000/signalr/negotiate?clientProtocol=2.0&connectionData=[%7B%7D]
  8. Remote Address: 192.168.137.1:52933
  9. Headers: [Host: 192.168.137.1:9000], [User-Agent: SignalR.Client.NetStandard/2.4.0.0 (Microsoft Windows NT 10.0.17134.0)]
  10.  
  11. Error: System.Security.SecurityException: The public key is not valid.
  12. at System.Reflection.AssemblyName.get_FullName () [0x00000] in <00000000000000000000000000000000>:0
  13. at System.AppDomain.LoadSatellite (System.Reflection.AssemblyName assemblyRef, System.Boolean throwOnError) [0x00000] in <00000000000000000000000000000000>:0
  14. at System.Reflection.Assembly.InternalGetSatelliteAssembly (System.String name, System.Globalization.CultureInfo culture, System.Version version, System.Boolean throwOnFileNotFound, System.Threading.StackCrawlMark& stackMark) [0x00000] in <00000000000000000000000000000000>:0
  15. at System.Resources.ManifestBasedResourceGroveler.GetSatelliteAssembly (System.Globalization.CultureInfo lookForCulture, System.Threading.StackCrawlMark& stackMark) [0x00000] in <00000000000000000000000000000000>:0
  16. at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet (System.Globalization.CultureInfo culture, System.Collections.Generic.Dictionary`2[TKey,TValue] localResourceSets, System.Boolean tryParents, System.Boolean createIfNotExists, System.Threading.StackCrawlMark& stackMark) [0x00000] in <00000000000000000000000000000000>:0
  17. at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo requestedCulture, System.Boolean createIfNotExists, System.Boolean tryParents, System.Threading.StackCrawlMark& stackMark) [0x00000] in <00000000000000000000000000000000>:0
  18. at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, System.Boolean createIfNotExists, System.Boolean tryParents) [0x00000] in <00000000000000000000000000000000>:0
  19. at System.Resources.ResourceManager.GetString (System.String name, System.Globalization.CultureInfo culture) [0x00000] in <00000000000000000000000000000000>:0
  20. at Microsoft.AspNet.SignalR.Client.HubConnection.OnClosed () [0x00000] in <00000000000000000000000000000000>:0
  21. at Microsoft.AspNet.SignalR.Client.Connection.Disconnect () [0x00000] in <00000000000000000000000000000000>:0
  22. at UnityEngine.Display+DisplaysUpdatedDelegate.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  23. at Microsoft.AspNet.SignalR.TaskAsyncHelper+<>c__DisplayClass19_1.<ContinueWithNotComplete>b__0 (System.Threading.Tasks.Task t) [0x00000] in <00000000000000000000000000000000>:0
  24. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  25. at Microsoft.AspNet.SignalR.TaskAsyncHelper+<>c__70`1[T].<RunWithPreservedCulture>b__70_0 (System.Action`1[T] f, T state) [0x00000] in <00000000000000000000000000000000>:0
  26. at System.Comparison`1[T].Invoke (T x, T y) [0x00000] in <00000000000000000000000000000000>:0
  27. at Microsoft.AspNet.SignalR.TaskAsyncHelper.RunWithPreservedCulture[T1,T2,TResult] (Microsoft.AspNet.SignalR.TaskAsyncHelper+CulturePair preservedCulture, System.Func`3[T1,T2,TResult] func, T1 arg1, T2 arg2) [0x00000] in <00000000000000000000000000000000>:0
  28. at Microsoft.AspNet.SignalR.TaskAsyncHelper.RunWithPreservedCulture[T] (Microsoft.AspNet.SignalR.TaskAsyncHelper+CulturePair preservedCulture, System.Action`1[T] action, T arg) [0x00000] in <00000000000000000000000000000000>:0
  29. at Microsoft.AspNet.SignalR.TaskAsyncHelper+<>c__DisplayClass72_0.<ContinueWithPreservedCulture>b__0 (System.Threading.Tasks.Task t) [0x00000] in <00000000000000000000000000000000>:0
  30. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  31. at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00000] in <00000000000000000000000000000000>:0
  32. at System.Threading.Tasks.Task.Execute () [0x00000] in <00000000000000000000000000000000>:0
  33. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  34. at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
  35. at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task& currentTaskSlot) [0x00000] in <00000000000000000000000000000000>:0
  36. at System.Threading.Tasks.Task.ExecuteEntry (System.Boolean bPreventDoubleExecution) [0x00000] in <00000000000000000000000000000000>:0
  37. at System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline (System.Threading.Tasks.Task task, System.Boolean taskWasPreviouslyQueued) [0x00000] in <00000000000000000000000000000000>:0
  38. at System.Threading.Tasks.TaskScheduler.TryRunInline (System.Threading.Tasks.Task task, System.Boolean taskWasPreviouslyQueued) [0x00000] in <00000000000000000000000000000000>:0
  39. at System.Threading.Tasks.TaskContinuation.InlineIfPossibleOrElseQueue (System.Threading.Tasks.Task task, System.Boolean needsProtection) [0x00000] in <00000000000000000000000000000000>:0
  40. at System.Threading.Tasks.StandardTaskContinuation.Run (System.Threading.Tasks.Task completedTask, System.Boolean bCanInlineContinuationTask) [0x00000] in <00000000000000000000000000000000>:0
  41. at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
  42. at System.Threading.Tasks.Task.FinishStageThree () [0x00000] in <00000000000000000000000000000000>:0
  43. at System.Threading.Tasks.Task.FinishStageTwo () [0x00000] in <00000000000000000000000000000000>:0
  44. at System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) [0x00000] in <00000000000000000000000000000000>:0
  45. at System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) [0x00000] in <00000000000000000000000000000000>:0
  46. at System.Threading.Tasks.UnwrapPromise`1[TResult].TrySetFromTask (System.Threading.Tasks.Task task, System.Boolean lookForOce) [0x00000] in <00000000000000000000000000000000>:0
  47. at System.Threading.Tasks.UnwrapPromise`1[TResult].ProcessCompletedOuterTask (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
  48. at System.Threading.Tasks.UnwrapPromise`1[TResult].InvokeCore (System.Threading.Tasks.Task completingTask) [0x00000] in <00000000000000000000000000000000>:0
  49. at System.Threading.Tasks.UnwrapPromise`1[TResult].Invoke (System.Threading.Tasks.Task completingTask) [0x00000] in <00000000000000000000000000000000>:0
  50. at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
  51. at System.Threading.Tasks.Task.FinishStageThree () [0x00000] in <00000000000000000000000000000000>:0
  52. at System.Threading.Tasks.Task.FinishStageTwo () [0x00000] in <00000000000000000000000000000000>:0
  53. at System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) [0x00000] in <00000000000000000000000000000000>:0
  54. at System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) [0x00000] in <00000000000000000000000000000000>:0
  55. at System.Threading.Tasks.TaskCompletionSource`1[TResult].TrySetException (System.Collections.Generic.IEnumerable`1[T] exceptions) [0x00000] in <00000000000000000000000000000000>:0
  56. at Microsoft.AspNet.SignalR.TaskAsyncHelper.SetUnwrappedException[T] (System.Threading.Tasks.TaskCompletionSource`1[TResult] tcs, System.Exception e) [0x00000] in <00000000000000000000000000000000>:0
  57. at Microsoft.AspNet.SignalR.TaskAsyncHelper+TaskRunners`2+<>c__DisplayClass3_0[T,TResult].<RunTask>b__0 (System.Threading.Tasks.Task`1[TResult] t) [0x00000] in <00000000000000000000000000000000>:0
  58. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  59. at Microsoft.AspNet.SignalR.TaskAsyncHelper+<>c__70`1[T].<RunWithPreservedCulture>b__70_0 (System.Action`1[T] f, T state) [0x00000] in <00000000000000000000000000000000>:0
  60. at System.Comparison`1[T].Invoke (T x, T y) [0x00000] in <00000000000000000000000000000000>:0
  61. at Microsoft.AspNet.SignalR.TaskAsyncHelper.RunWithPreservedCulture[T1,T2,TResult] (Microsoft.AspNet.SignalR.TaskAsyncHelper+CulturePair preservedCulture, System.Func`3[T1,T2,TResult] func, T1 arg1, T2 arg2) [0x00000] in <00000000000000000000000000000000>:0
  62. at Microsoft.AspNet.SignalR.TaskAsyncHelper.RunWithPreservedCulture[T] (Microsoft.AspNet.SignalR.TaskAsyncHelper+CulturePair preservedCulture, System.Action`1[T] action, T arg) [0x00000] in <00000000000000000000000000000000>:0
  63. at Microsoft.AspNet.SignalR.TaskAsyncHelper+<>c__DisplayClass73_0`1[T].<ContinueWithPreservedCulture>b__0 (System.Threading.Tasks.Task`1[TResult] t) [0x00000] in <00000000000000000000000000000000>:0
  64. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  65. at System.Threading.Tasks.ContinuationTaskFromResultTask`1[TAntecedentResult].InnerInvoke () [0x00000] in <00000000000000000000000000000000>:0
  66. at System.Threading.Tasks.Task.Execute () [0x00000] in <00000000000000000000000000000000>:0
  67. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  68. at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
  69. at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task& currentTaskSlot) [0x00000] in <00000000000000000000000000000000>:0
  70. at System.Threading.Tasks.Task.ExecuteEntry (System.Boolean bPreventDoubleExecution) [0x00000] in <00000000000000000000000000000000>:0
  71. at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <00000000000000000000000000000000>:0
  72. at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <00000000000000000000000000000000>:0
  73. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <00000000000000000000000000000000>:0
  74. --- End of stack trace from previous location where exception was thrown ---
  75. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <00000000000000000000000000000000>:0
  76. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
  77. at System.Runtime.InteropServices.ComCompatibleVersionAttribute..ctor (System.Int32 major, System.Int32 minor, System.Int32 build, System.Int32 revision) [0x00000] in <00000000000000000000000000000000>:0
  78. at Assets.Scripts.Controllers.SignalRControllerBehaviour.remove_ShowDevicesRequested (System.EventHandler`1[TEventArgs] value) [0x00000] in <00000000000000000000000000000000>:0
  79. at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.InvokeMoveNext (System.Object stateMachine) [0x00000] in <00000000000000000000000000000000>:0
  80. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  81. at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
  82. at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
  83. at UnityEngine.Display+DisplaysUpdatedDelegate.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  84. at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation+<>c.<.cctor>b__7_0 (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
  85. at UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch+SerializationDataAvailableDelegate.Invoke (System.Byte[] data) [0x00000] in <00000000000000000000000000000000>:0
  86. at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
  87. at UnityEngine.UnitySynchronizationContext.ExecuteTasks () [0x00000] in <00000000000000000000000000000000>:0
  88.  
  89. [...]
  90. _connection = new HubConnection(url);
  91. _connection.TraceLevel = TraceLevels.All;
  92. _connection.TraceWriter = connectionTraceWriter;
  93.  
  94. _proxy = _connection.CreateHubProxy("ARHub");
  95.  
  96. // subscribe to proxy and connection events
  97.  
  98. await _connection.Start();
  99. [...]
Add Comment
Please, Sign In to add comment