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

Returning to Pathfinder tab after a while gave critical error #8

Open
wardweistra opened this issue Mar 3, 2022 · 0 comments
Open

Comments

@wardweistra
Copy link

image

The reload did lose my resource and FHIRPath expressions (which wasn't an issue in this case)

crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: Invocation of operator '=' failed: Arg_IndexOutOfRangeException
System.InvalidOperationException: Invocation of operator '=' failed: Arg_IndexOutOfRangeException
   at Hl7.FhirPath.Expressions.InvokeeFactory.<>c__DisplayClass17_0.<Invoke>b__0(Closure ctx, IEnumerable`1 _)
   at Hl7.FhirPath.Expressions.SymbolTableInit.runWhere(Closure ctx, IEnumerable`1 arguments)+MoveNext()
   at System.Collections.Generic.List`1[[Hl7.Fhir.ElementModel.ITypedElement, Hl7.Fhir.ElementModel, Version=3.8.0.0, Culture=neutral, PublicKeyToken=d706911480550fc3]]..ctor(IEnumerable`1 )
   at System.Linq.Enumerable.ToList[ITypedElement](IEnumerable`1 )
   at Pathfinder.Services.CompilationService.Compile(String fhirPathInput, String resourceInput)
   at Pathfinder.Pages.Index.OnInputChanged()
   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 MudBlazor.MudBaseInput`1.<SetTextAsync>d__102[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
   at MudBlazor.MudBaseInput`1.<SetValueAsync>d__155[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at MudBlazor.MudInput`1.<UpdateValuePropertyAsync>d__65[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at MudBlazor.MudBaseInput`1.<SetTextAsync>d__102[[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 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant