Open mozartee opened 1 year ago
Pls ignore the second question,--!, the reason is the device was set proxy some days ago!!!
I have encountered the same problem, have you resolved it?
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.
This issue is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days.
Flutter Sound Version : v9.2.13
FULL or LITE flavor ?
Important: Result of the command :
flutter pub deps | grep flutter_sound
Severity
Crash ? false
Result is not what expected ? true
Cannot build my App ? false
Minor issue ?
Platforms you faced the error
iOS ? true
Android ? true
Flutter Web ? IDK
Emulator ? true
Real device ? true
Describe the bug There were two bugs I got:
Logs!!!!
(This is very important. Most of the time we cannot do anything if we do not have information on your bug). To activate the logs, you must instantiate your modules with the Log Level set to
Level.debug
:See this
some log like this: E/MediaPlayerNative( 3932): error (1, -2147483648) I/flutter ( 3932): ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── I/flutter ( 3932): │ #0 FlutterSoundPlayer.log (package:flutter_sound/public/flutter_sound_player.dart:360:13) flutter_sound_player.dart:360 I/flutter ( 3932): │ #1 MethodChannelFlutterSoundPlayer.channelMethodCallHandler (package:flutter_sound_platform_interface/method_channel_flutter_sound_player.dart:137:19) method_channel_flutter_sound_player.dart:137 I/flutter ( 3932): ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ I/flutter ( 3932): │ ⛔ startPlayer() exception I/flutter ( 3932): └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
:)