Skip to content
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

PlatformException on Release #82

Open
jsaravia36 opened this issue May 26, 2023 · 2 comments
Open

PlatformException on Release #82

jsaravia36 opened this issue May 26, 2023 · 2 comments

Comments

@jsaravia36
Copy link

Help, please. My app works perfectly in debug mode. But when I try to build it for release I get these Platform Errors:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(FRP_010, Failed to call set_sources, null, null) E/flutter (11615): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652) E/flutter (11615): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310) E/flutter (11615): <asynchronous suspension> E/flutter (11615): #2 FlutterRadioPlayer.addMediaSources (package:flutter_radio_player/flutter_radio_player.dart:60) E/flutter (11615): <asynchronous suspension> E/flutter (11615): E/flutter (11615): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(FRP_008, Failed to call prev_source, null, null) E/flutter (11615): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652) E/flutter (11615): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310) E/flutter (11615): <asynchronous suspension> E/flutter (11615): #2 FlutterRadioPlayer.seekToMediaSource (package:flutter_radio_player/flutter_radio_player.dart:91) E/flutter (11615): <asynchronous suspension>

@JanStorm
Copy link
Contributor

I can reproduce this issue with the current example app provided in this repository. Just by doing flutter run --release

@kosmas1991
Copy link

Yeah, same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants