We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
1 to) in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Model\IO\Audio\AudioConverterService.cs:line 74 at AudioCuesheetEditor.Model.IO.Export.ExportfileGenerator.GetAudiofileContentAsync(String audiofileName, Nullable
To Reproduce Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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, Nullable
1 to) in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Model\IO\Audio\AudioConverterService.cs:line 74 at AudioCuesheetEditor.Model.IO.Export.ExportfileGenerator.GetAudiofileContentAsync(String audiofileName, Nullable
1 from, SplitPoint splitPoint) in C:\tmp\AudioCuesheetEditor\AudioCuesheetEditor\Model\IO\Export\ExportfileGenerator.cs:line 379at 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:
The text was updated successfully, but these errors were encountered: