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
I have got another crash different from #375 also from my live Android users :
Fatal Exception: android.media.MediaCodec$CodecException: Error 0xe
at android.media.MediaCodec.native_queueInputBuffer(MediaCodec.java)
at android.media.MediaCodec.queueInputBuffer(MediaCodec.java:2672)
at com.simform.audio_waveforms.WaveformExtractor$startDecode$1$1.onInputBufferAvailable(WaveformExtractor.kt:72)
at android.media.MediaCodec$EventHandler.handleCallback(MediaCodec.java:1824)
at android.media.MediaCodec$EventHandler.handleMessage(MediaCodec.java:1752)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:204)
at android.os.Looper.loop(Looper.java:291)
at android.app.ActivityThread.main(ActivityThread.java:8155)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:601)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1136)
To Reproduce
I am not able to reproduce it on my end, i have never encountered it and don't know how my users got it unfortunately..
Expected behavior
The app should not crash
Smartphone (please complete the following information):
Device: Infinix HOT 40 Pro
OS: Android 13
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Hello @Tom3652, Could you please specify the types of files users are allowed to pick or the format in which audio is being recorded for android users? I believe this information will help in further investigating the crash.
When they read the file, it's from the server URL so we download it first locally as .mp4 file and read it.
The file read on Android may come from an iOS recording if that helps.
Describe the bug
I have got another crash different from #375 also from my live Android users :
To Reproduce
I am not able to reproduce it on my end, i have never encountered it and don't know how my users got it unfortunately..
Expected behavior
The app should not crash
Smartphone (please complete the following information):
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: