-
Notifications
You must be signed in to change notification settings - Fork 48
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
Attempt to invoke interface method 'long com.google.android.exoplayer2.ExoPlayer.getCurrentPosition()' on a null object reference #145
Comments
@waltercruz can you share your project on github so i can have look on what your are doing and try to find an explanation |
Unfortunately I can't, and the bug don't happen on my devices (either simulator or real phone). If I can't thing on somwthing I will update this issue! |
@waltercruz i do not know if you can test this on devices where you get the crash modify the FullscreenExoPlayerFragment file by cutting the lines 563to568
and put them just after line 569
and tell me if its works |
@jepiqueau I am encountering the same error. It is very rare and unpredictable when I try to reproduce it. I changed the code in FullscreenExoPlayerFragment file lines 563 to 568 and it seems to work:
Here's the typescript code using the plugin:
Should I create a PR with this change? |
Getting the same error on android when using PIP view using the latest version, any updates on this? |
Hi!
I'm registering a crash that appears on the Crash Log on google play console. I don't know how to solve, but maybe someome can help
The text was updated successfully, but these errors were encountered: