You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled Exception: System.NotSupportedException: Stream does not support seeking.
at System.IO.BufferedStream.get_Position()
at CSCore.Tags.ID3.ID3v2.SkipTag(Stream stream)
at CSCore.Codecs.MP3.DmoMp3Decoder.ParseForMp3Frames(Stream stream, Boolean enableSeeking)
at CSCore.Codecs.MP3.DmoMp3Decoder..ctor(Stream stream, Boolean enableSeeking)
at CSCore.Codecs.MP3.Mp3WebStream.BufferProc(Object o)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
There's no way for me to directly fix this, as the source of the error resides in a third-party library. The fix will come when CSCore 1.2 is released.
The text was updated successfully, but these errors were encountered:
Several users have reported this error:
There's no way for me to directly fix this, as the source of the error resides in a third-party library. The fix will come when CSCore 1.2 is released.
The text was updated successfully, but these errors were encountered: