Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
877 stars 573 forks source link

[BUG]: No implementation found for method openPlayer on channel com.dooboolab.flutter_sound_player #901

Open good-good-study opened 2 years ago

good-good-study commented 2 years ago

platform: macos 12.3.1 flutter_sound: ^9.2.13

截屏2022-05-26 11 51 02

[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: MissingPluginException(No implementation found for method openPlayer on channel com.dooboolab.flutter_sound_player)

0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7)

#1 MethodChannelFlutterSoundPlayer.invokeMethod (package:flutter_sound_platform_interface/method_channel_flutter_sound_player.dart:157:12) #2 FlutterSoundPlayer._openAudioSession (package:flutter_sound/public/flutter_sound_player.dart:534:19) #3 FlutterSoundPlayer.openPlayer. (package:flutter_sound/public/flutter_sound_player.dart:504:11)
zhou-candy commented 2 years ago

This was fixed in 9.2.13

good-good-study commented 2 years ago

Version 9.2.13 still has this error

截屏2022-06-01 17 01 09
github-actions[bot] commented 11 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

Cartachana commented 1 month ago

I have the same issue

image