androidx.media3.common.ParserException: Searched too many bytes.{contentIsMalformed=true, dataType=1}
Getting the above error.
Seems this was fixed in Version 1.5.0 Media3
I think we are using 1.2.0 is there an easy way to upgrade to the newest version
Update: What is interesting is that SimpleExoPlayer only throws this error on play.
It seems to prepare the file just fine but when you tell it to play in throws _Error
Spent better part of day looking for tools to fix the MP3 files I have that have this problem (seems to be a lot of them) but almost (all but 1) all the tools I tried failed to find anything wrong with the files and the one that did just hung and wouldn't fix the file.
Update-2: It turns out SimpleExoPlayer throws the _Error after playing the complete track. So as a temporary work around in my _Error handler I am just call the _Complete routine - NOT the best solution but what needs to happen to move on to the next track & works until the library is updated
Getting the above error.
Seems this was fixed in Version 1.5.0 Media3
I think we are using 1.2.0 is there an easy way to upgrade to the newest version
Update: What is interesting is that SimpleExoPlayer only throws this error on play.
It seems to prepare the file just fine but when you tell it to play in throws _Error
Spent better part of day looking for tools to fix the MP3 files I have that have this problem (seems to be a lot of them) but almost (all but 1) all the tools I tried failed to find anything wrong with the files and the one that did just hung and wouldn't fix the file.
Update-2: It turns out SimpleExoPlayer throws the _Error after playing the complete track. So as a temporary work around in my _Error handler I am just call the _Complete routine - NOT the best solution but what needs to happen to move on to the next track & works until the library is updated
Last edited: