Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with variable search bar #148

Closed
bryanrcarlson opened this issue Dec 17, 2024 · 0 comments
Closed

Issue with variable search bar #148

bryanrcarlson opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@bryanrcarlson
Copy link
Contributor

Searching the variable catalog in meta.cafltar.org does not work and throws an error:

crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: Arg_NullReferenceException
System.NullReferenceException: Arg_NullReferenceException
   at Caf.Midden.Wasm.Shared.CatalogVariableViewer.<SearchHandler>b__20_0(CatalogVariable c)
   at System.Linq.Enumerable.WhereListIterator`1[[Caf.Midden.Wasm.Shared.ViewModels.CatalogVariable, Caf.Midden.Wasm, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
   at System.Collections.Generic.List`1[[Caf.Midden.Wasm.Shared.ViewModels.CatalogVariable, Caf.Midden.Wasm, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null]]..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[CatalogVariable](IEnumerable`1 )
   at Caf.Midden.Wasm.Shared.CatalogVariableViewer.SearchHandler()
   at Microsoft.AspNetCore.Components.EventCallbackWorkItem.InvokeAsync[Object](MulticastDelegate , Object )
   at Microsoft.AspNetCore.Components.EventCallbackWorkItem.InvokeAsync(Object )
   at Microsoft.AspNetCore.Components.ComponentBase.Microsoft.AspNetCore.Components.IHandleEvent.HandleEventAsync(EventCallbackWorkItem callback, Object arg)
   at Microsoft.AspNetCore.Components.EventCallback`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].InvokeAsync(String )
   at AntDesign.Input`1.<ChangeValue>d__165[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at AntDesign.Input`1.<OnKeyPressAsync>d__152[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )
@bryanrcarlson bryanrcarlson added this to the 0.4 milestone Dec 17, 2024
@bryanrcarlson bryanrcarlson added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant