Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

NullPointerException at onFilterTouchEventForSecurity #22

Open
anonym24 opened this issue Jan 5, 2019 · 8 comments
Open

NullPointerException at onFilterTouchEventForSecurity #22

anonym24 opened this issue Jan 5, 2019 · 8 comments

Comments

@anonym24
Copy link

anonym24 commented Jan 5, 2019

This error is quite popular now:

https://stackoverflow.com/questions/45172972/getting-nullpointerexception-at-onfiltertoucheventforsecurity

https://stackoverflow.com/questions/45857554/getting-lot-of-crashes-in-youtube-player-api

https://stackoverflow.com/questions/51654151/nullpointerexception-in-onfiltertoucheventforsecurity-with-youtubebaseactivity

and I guess this one too https://stackoverflow.com/questions/45003133/nullpointerexception-at-onfiltertoucheventforsecurity

(all users from StackOverflow use YouTube Android Player API)

Reports from Google Console

image

image

image

java.lang.NullPointerException: 
  at ipf.onFilterTouchEventForSecurity(ipf.java:115)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2351)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2844)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2461)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2844)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2461)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2844)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2461)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2876)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2461)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2844)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2519)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2844)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2519)
  at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2844)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2519)
  at com.android.internal.policy.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:2840)
  at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1853)
  at android.app.Activity.dispatchTouchEvent(Activity.java:3061)
  at com.android.internal.policy.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:2801)
  at android.view.View.dispatchPointerEvent(View.java:10246)
  at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:5447)
  at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:5283)
  at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4721)
  at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4774)
  at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4740)
  at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:4882)
  at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4748)
  at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:4939)
  at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4721)
  at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4774)
  at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4740)
  at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4748)
  at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4721)
  at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:7429)
  at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:7298)
  at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7259)
  at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:7539)
  at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185)
  at android.os.MessageQueue.nativePollOnce(MessageQueue.java:0)
  at android.os.MessageQueue.next(MessageQueue.java:323)
  at android.os.Looper.loop(Looper.java:135)
  at android.app.ActivityThread.main(ActivityThread.java:7325)
  at java.lang.reflect.Method.invoke(Method.java:0)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
@anonym24 anonym24 mentioned this issue Jan 5, 2019
@AbcEupho
Copy link

AbcEupho commented Feb 7, 2019

did anyone get solution to this issue?

@anonym24
Copy link
Author

anonym24 commented Feb 7, 2019

@AbcEupho I don't think so. And the library isn't open-sourced. So only Google Developers can fix it @ulukaya

@AbcEupho
Copy link

AbcEupho commented Feb 8, 2019

Then how to know the fix.. And how to contact google developers

@anonym24
Copy link
Author

anonym24 commented Feb 8, 2019

@AbcEupho seems this project was created by @ulukaya
And it seems he doesn't support it that hard. Mb he has other big projects.
But I hope that he didn't drop this one

@KaushikNisha26
Copy link

Any updates regarding this issue?

@edcastrohit
Copy link

i am also facing this issue, is any way to handle this crash.

@ThirupathiMukkera
Copy link

recently I got this crash, How to handle it

@bhaveshjabuvani88
Copy link

I got Same issue
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void mpu.a(boolean)' on a null object reference

Anyone has found any solution?

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

No branches or pull requests

6 participants