Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

MissingPluginException(No implementation found for method open on channel assets_audio_player)

Open abhihasabe opened this issue 2 years ago • 11 comments

  • 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 avatar Apr 17 '22 01:04 abhihasabe

kartikthakur2022 avatar May 02 '22 06:05 kartikthakur2022

@abhihasabe sir, have you find the solution yet?

wrteam-priyansh avatar May 09 '22 05:05 wrteam-priyansh

Hi, this bug is preventing users from using this package on Andriod 12. Is there any update to this?

ClintDoherty avatar Jun 15 '22 11:06 ClintDoherty

Hey, i also got the issue on Android 12

pnkjsajwan avatar Jun 20 '22 16:06 pnkjsajwan

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: @.***>

abhihasabe avatar Oct 11 '22 08:10 abhihasabe

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 .

Farial-mahmod avatar Dec 01 '22 07:12 Farial-mahmod

Hello, this bug is still happen on Android 13, any update on this issue?

anhtriuahihi avatar Dec 17 '22 16:12 anhtriuahihi

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

swifthing avatar Mar 29 '23 20:03 swifthing

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?

vlowe85 avatar Apr 24 '23 08:04 vlowe85

This issue is still not resolved. Can the developer inform us of the status?

n-namnt avatar Mar 27 '24 04:03 n-namnt

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?

komaxx avatar Mar 27 '24 11:03 komaxx