How to catch or Fix this Error: No interop methods are registered for renderer 1 #3219
Replies: 3 comments 1 reply
-
This is quite impossible to analyse without source code. That said, I think it is something in your setup/configuration and not a library issue as this has not been reported before. |
Beta Was this translation helpful? Give feedback.
-
yes i think so too, This error occurs sometimes and there is no specific condition that I can gather more information from. |
Beta Was this translation helpful? Give feedback.
-
Problem Found
|
Beta Was this translation helpful? Give feedback.
-
No interop methods are registered for renderer 1
CallStack:
output (debug)
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.JSInterop.Implementation.JSObjectReference'.
at Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync[TValue](String identifier, Object[] args)
at Microsoft.FluentUI.AspNetCore.Components.ListComponentBase`1.OnKeydownHandlerAsync(KeyboardEventArgs e) in /_/src/Core/Components/List/ListComponentBase.razor.cs:line 573
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost: Error: Unhandled exception in circuit '2UBEH5-ZxMS6OJx5bcloi3vqQ9VgHjWpOR5Sm2Xyhkg'.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.JSInterop.Implementation.JSObjectReference'.
at Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync[TValue](String identifier, Object[] args)
at Microsoft.FluentUI.AspNetCore.Components.ListComponentBase
1.OnKeydownHandlerAsync(KeyboardEventArgs e) in /_/src/Core/Components/List/ListComponentBase.razor.cs:line 573 at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task) at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState) [2025-01-20T14:36:32.235Z] Error: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Microsoft.JSInterop.Implementation.JSObjectReference'. at Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync[TValue](String identifier, Object[] args) at Microsoft.FluentUI.AspNetCore.Components.ListComponentBase
1.OnKeydownHandlerAsync(KeyboardEventArgs e) in /_/src/Core/Components/List/ListComponentBase.razor.cs:line 573at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
[2025-01-20T14:36:32.236Z] Information: Connection disconnected.
YasBasculeWebApp.Shared.Components.ConnectionCircuitHandler: Warning: Client disconnected. Attempting to reconnect...
Error: No interop methods are registered for renderer 1
Stack trace:
Beta Was this translation helpful? Give feedback.
All reactions