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

Splitpoints doesn't work with imported cuesheet #320

Closed
NeoCoderMatrix86 opened this issue Mar 26, 2024 · 0 comments · Fixed by #329
Closed

Splitpoints doesn't work with imported cuesheet #320

NeoCoderMatrix86 opened this issue Mar 26, 2024 · 0 comments · Fixed by #329
Labels
bug Something isn't working
Milestone

Comments

@NeoCoderMatrix86
Copy link
Owner

Describe the bug
Splitting audio file doesn't work, when the audio file was imported from cuesheet.

Exception details (if possible)
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: ContentStream wasn't loaded!
System.Exception: ContentStream wasn't loaded!
at AudioCuesheetEditor.Model.IO.Audio.AudioConverterService.SplitAudiofileAsync(Audiofile audiofile, TimeSpan from, Nullable1 to) in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Model\IO\Audio\AudioConverterService.cs:line 74 at AudioCuesheetEditor.Model.IO.Export.ExportfileGenerator.GetAudiofileContentAsync(String audiofileName, Nullable1 from, SplitPoint splitPoint) in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Model\IO\Export\ExportfileGenerator.cs:line 379
at AudioCuesheetEditor.Model.IO.Export.ExportfileGenerator.GenerateExportfilesAsync(ExportType exportType) in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Model\IO\Export\ExportfileGenerator.cs:line 118
at AudioCuesheetEditor.Shared.ModalExportdialog.GenerateExportfiles_Clicked() in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Shared\ModalExportdialog.razor:line 247
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Blazorise.Button.ClickHandler(MouseEventArgs eventArgs)
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

To Reproduce
Steps to reproduce the behavior:

  1. Import the sample cuesheet
  2. Add a splitpoint
  3. Export cuesheets
  4. See error
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