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

Can not open record mode #392

Closed
NeoCoderMatrix86 opened this issue Nov 11, 2024 · 0 comments · Fixed by #396
Closed

Can not open record mode #392

NeoCoderMatrix86 opened this issue Nov 11, 2024 · 0 comments · Fixed by #396
Assignees
Labels
bug Something isn't working
Milestone

Comments

@NeoCoderMatrix86
Copy link
Owner

Describe the bug
Open of record mode is not possible. An Exception is thrown

Exception details (if possible)
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Cannot provide a value for property '_localStorageOptionsProvider' on type 'AudioCuesheetEditor.Pages.ViewModeRecord'. There is no registered service of type 'AudioCuesheetEditor.Data.Options.LocalStorageOptionsProvider'.
System.InvalidOperationException: Cannot provide a value for property '_localStorageOptionsProvider' on type 'AudioCuesheetEditor.Pages.ViewModeRecord'. There is no registered service of type 'AudioCuesheetEditor.Data.Options.LocalStorageOptionsProvider'.
at Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass9_0.g__Initialize|1(IServiceProvider serviceProvider, IComponent component)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder , RenderFragment , Exception& )
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()

To Reproduce
Steps to reproduce the behavior:

  1. Open the application in details view
  2. Switch to record view

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Firefox and Edge
@NeoCoderMatrix86 NeoCoderMatrix86 added bug Something isn't working review needed This issue needs a review (more description, maybe wrong idea) labels Nov 11, 2024
@NeoCoderMatrix86 NeoCoderMatrix86 removed the review needed This issue needs a review (more description, maybe wrong idea) label Nov 11, 2024
@NeoCoderMatrix86 NeoCoderMatrix86 moved this from Backlog to Current Sprint in AudioCuesheetEditor Development Nov 11, 2024
@NeoCoderMatrix86 NeoCoderMatrix86 added this to the 7.1 milestone Nov 11, 2024
@NeoCoderMatrix86 NeoCoderMatrix86 self-assigned this Nov 11, 2024
@NeoCoderMatrix86 NeoCoderMatrix86 linked a pull request Nov 11, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in AudioCuesheetEditor Development Nov 11, 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
Development

Successfully merging a pull request may close this issue.

1 participant