-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
Failed to stop recording #163
Comments
I am experiencing the same issue. |
same issue |
1 similar comment
same issue |
same here |
And the big problem is when back to Old version it wasn't working 😅 |
I've found that the problem happens after I call |
Thanks for reporting this issue. I will look into this on Monday. Until then you might wanna use version 1.0.1. In pubspec, if you have '^' ahead of version then remove it. It will still consider latest minor version if you have added '^'. |
@hatemragab Can you please share which flutter version you are using and reproducible code because I tried on android device and I can't reproduce it. |
I use current most stable version |
Can you share which device you are using? |
i have try it in some of android devices like Poco f3 and Samsung |
From initial comment it looks like |
Ok i will share example |
I have the same issue that it throws "Failed stop recording". It works only after rebuilding the app once and then never again. Hot refresh and restart doesn't work. The app has to be rebuild from scratch then it works one time and only one time...Can we fix that? |
Here's some more information on the error: E/CheckPermission(32117): media_record-code= 1 When I go out of the widget by navigating in the app I get this among a lot of other messages that keep repeating and won't stop: |
same |
Thank you @NiklasFoP, I can reproduce the issue now. |
We have released |
i have upgraded from v 1.0.1 to v 1.0.2 i have and when the call stop
Failed to stop recording
Android
first call for this
final path = await recorder.stop();
works good when i try to record again and stop it not workingThe text was updated successfully, but these errors were encountered: