Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
MissingPluginException(No implementation found for method open on channel assets_audio_player)
- MissingPluginException(No implementation found for method stop on channel assets_audio_player)
- I/flutter ( 6657): MissingPluginException(No implementation found for method open on channel assets_audio_player)
- E/flutter ( 6657): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method open on channel assets_audio_player)
@abhihasabe sir, have you find the solution yet?
Hi, this bug is preventing users from using this package on Andriod 12. Is there any update to this?
Hey, i also got the issue on Android 12
No, I am also searching solution.
On Mon, May 9, 2022, 10:42 AM wrteam-priyansh @.***> wrote:
@abhihasabe https://github.com/abhihasabe sir, have you find the solution yet?
— Reply to this email directly, view it on GitHub https://github.com/florent37/Flutter-AssetsAudioPlayer/issues/684#issuecomment-1120649948, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYMQWHT2JRHUFANTUKFC4LVJCNFJANCNFSM5TTD32QQ . You are receiving this because you were mentioned.Message ID: @.***>
This bug continues to hamper development as of December 1, 2022 on latest Flutter apps . We wait for an update in this plugin that solves it .
Hello, this bug is still happen on Android 13, any update on this issue?
2023 and the problem is still here for me, I'm using assets_audio_player: 3.0.6
after many tries, this is what I discovered: if the app is in foreground and I open the app by clicking on notification and starts to listen to mp3 from url => no problem if the app is in background and I open the app by clicking on notification and starts to listen to mp3 from url => no problem if the app is terminated and I open the app by clicking on notification and starts to listen to mp3 from url => problem appears
error message : "Missing plugin Exception (No implementation found for method open on channel assets_audio_player" and impossible to listen to any audio, this works again only if I kill the app and relaunch again
We have the same issue, we have not been able to reproduce ourselves yet but our users are reporting this and we see this error in crashlytics. targetSdk 33
@abhihasabe @florent37 Is there any positive update on this issue? I see it has been open for over a year. Is there a workaround at least?
This issue is still not resolved. Can the developer inform us of the status?
I had a similar problem with a different plugin - but it turns out the problem was not that plugin after all, but a different plugin, which was initialized before the seemingly offending one, crashed. This caused the initialization process to abort, which in turn causes "MissingPluginExceptions".
Fwiw, I don't have the MissingPluginException
in my apps. Do you guys see the issue with a minimal project as well, i.e., with a fresh Flutter project that just contains AssetsAudioPlayer as a dependency?