You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error in Developer Console when I try to watch a TM2020 replay on the website :
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: An unexpected error occurred invoking 'Vehicle' on the server. Microsoft.AspNetCore.SignalR.HubException: An unexpected error occurred invoking 'Vehicle' on the server. at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsyncCore(String methodName, Type returnType, Object[] args, CancellationToken cancellationToken) at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsync(String methodName, Type returnType, Object[] args, CancellationToken cancellationToken) at Microsoft.AspNetCore.SignalR.Client.HubConnectionExtensions.<InvokeCoreAsync>d__431[[MapViewerEngine.Shared.VehicleData, MapViewerEngine.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
at MapViewerEngine.MapViewerEngineHubConnection.InvokeVehicleAsync(String vehicleName, CancellationToken cancellationToken)
at ReplayViewer.ReplayViewerToolComponent.BeforeMapLoadedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at MapViewerEngine.MapViewerEngineToolComponent.StartAsync(MapViewerEngineTool tool)
at ReplayViewer.ReplayViewerToolComponent.OnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )`
The text was updated successfully, but these errors were encountered:
Hello there,
I have this error in Developer Console when I try to watch a TM2020 replay on the website :
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: An unexpected error occurred invoking 'Vehicle' on the server. Microsoft.AspNetCore.SignalR.HubException: An unexpected error occurred invoking 'Vehicle' on the server. at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsyncCore(String methodName, Type returnType, Object[] args, CancellationToken cancellationToken) at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsync(String methodName, Type returnType, Object[] args, CancellationToken cancellationToken) at Microsoft.AspNetCore.SignalR.Client.HubConnectionExtensions.<InvokeCoreAsync>d__43
1[[MapViewerEngine.Shared.VehicleData, MapViewerEngine.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()at MapViewerEngine.MapViewerEngineHubConnection.InvokeVehicleAsync(String vehicleName, CancellationToken cancellationToken)
at ReplayViewer.ReplayViewerToolComponent.BeforeMapLoadedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at MapViewerEngine.MapViewerEngineToolComponent.StartAsync(MapViewerEngineTool tool)
at ReplayViewer.ReplayViewerToolComponent.OnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )`
The text was updated successfully, but these errors were encountered: