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
Describe the bug
I am getting significant amount of crash reports in google play console (dozen per day, have no more than couple of hundreds of sessions), unable to replicate this locally on my Nokia. Quite possibly it's not really a bug, just me being silly but I am lost in the process of finding what is wrong and inability to replicate is not helping.
Exception java.lang.IllegalStateException: Reply already submitted
at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply (DartMessenger.java)
at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success (MethodChannel.java)
at com.llfbandit.record.methodcall.RecorderWrapper$stop$1.invoke (RecorderWrapper.java)
at com.llfbandit.record.methodcall.RecorderWrapper$stop$1.invoke (RecorderWrapper.java)
at com.llfbandit.record.record.AudioRecorder.onStop (AudioRecorder.java)
at com.llfbandit.record.record.RecordThread.updateState (RecordThread.java)
at com.llfbandit.record.record.RecordThread.onEncoderStop (RecordThread.java)
at com.llfbandit.record.record.encoder.PassthroughEncoder$EncodeThread.encode (PassthroughEncoder.java)
at com.llfbandit.record.record.encoder.PassthroughEncoder$EncodeThread.run (PassthroughEncoder.java)
To Reproduce
I tried but this is not something I can reproduce on my Nokia phone. Everything works like charm there. It is numerous devices failing (i.e. some Samsung phones, some Xiaomi ones, no clear pattern there).
Expected behavior
I would expect the code not to crash with the exception as defined in above Error Log
Additional context
no additional context
The text was updated successfully, but these errors were encountered:
🥱 ... if one is lazy or not smart much, he might miss the obvious: this is simply a result of calling stop one after/overlapping another. this looks like the case I experienced (tried with long recording and quick press of the save button twice, finally crashed my Nokia).
net: I am silly and lazy. Keeping it here for the world to see (and some folks similar to me find out the closed issue :))
Package Version
Environment
Describe the bug
I am getting significant amount of crash reports in google play console (dozen per day, have no more than couple of hundreds of sessions), unable to replicate this locally on my Nokia. Quite possibly it's not really a bug, just me being silly but I am lost in the process of finding what is wrong and inability to replicate is not helping.
RecordConfig (and the whole record start code):
And the code to stop the fun is:
Full Error Log:
To Reproduce
I tried but this is not something I can reproduce on my Nokia phone. Everything works like charm there. It is numerous devices failing (i.e. some Samsung phones, some Xiaomi ones, no clear pattern there).
Expected behavior
I would expect the code not to crash with the exception as defined in above Error Log
Additional context
no additional context
The text was updated successfully, but these errors were encountered: