question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not work with audio service plugin when trying to open application from splash

See original GitHub issue

Here is log

E/AndroidRuntime(32488): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.plugin.common.BinaryMessenger io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding.getBinaryMessenger()' on a null object reference
E/AndroidRuntime(32488): 	at com.crazecoder.openfile.OpenFilePlugin.onAttachedToActivity(OpenFilePlugin.java:400)
E/AndroidRuntime(32488): 	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.attachToActivityInternal(FlutterEngineConnectionRegistry.java:362)
E/AndroidRuntime(32488): 	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.attachToActivity(FlutterEngineConnectionRegistry.java:344)
E/AndroidRuntime(32488): 	at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(FlutterActivityAndFragmentDelegate.java:169)
E/AndroidRuntime(32488): 	at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:409)
E/AndroidRuntime(32488): 	at android.app.Activity.performCreate(Activity.java:7955)
E/AndroidRuntime(32488): 	at android.app.Activity.performCreate(Activity.java:7944)
E/AndroidRuntime(32488): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307)
E/AndroidRuntime(32488): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3531)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rajasuman09commented, Nov 30, 2021

It solved my issue too. But still it is not available in released plugin

1reaction
IlyaMaxcommented, Sep 7, 2021

@crazecoder could you please clarify when are you going to bump version of package?

Read more comments on GitHub >

github_iconTop Results From Across the Web

application stuck on splash after push notification when app is ...
1): For support for playing audio in background with player in notification area. Before adding audio_service to my application, there was no ...
Read more >
Splash screen hangs searching for plugins - MAGIX.info
Start Sound Forge it should now load. Open the programs Preferences, VST Effects tab check the pane indicated below for VST plugins to...
Read more >
Basic Troubleshooting When Pro Tools Fails to Launch (2018 ...
Plug-ins can cause a failure to launch. Try going to the plug-ins folder and move them out of the folder. Create a new...
Read more >
Why isn't Pro Tools launching? - Sweetwater
So in this guide, we will cover some of the main reasons why Pro Tools won't launch. Pro Tools compatibility; Plug-ins; Playback engine ......
Read more >
audio_service | Flutter Package - Pub.dev
Note that this plugin will not work with other audio plugins that overlap ... Define your AudioHandler with the callbacks that you want...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found