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

Issue in Push Notification #83

Open
jogigouda opened this issue Nov 10, 2017 · 0 comments
Open

Issue in Push Notification #83

jogigouda opened this issue Nov 10, 2017 · 0 comments

Comments

@jogigouda
Copy link

jogigouda commented Nov 10, 2017

Hello,

Hope you all doing good.

I was going through the CRM demo and trying to implement push notification. Each Time my device receive push notification it crashes.

The Error am finding is:


   java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
                                                                 at odoo.kernel.handler.ActionHandlerService.onHandleIntent(ActionHandlerService.java:47)
                                                                 at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
                                                                 at android.os.Handler.dispatchMessage(Handler.java:102)
                                                                 at android.os.Looper.loop(Looper.java:154)
                                                                 at android.os.HandlerThread.run(HandlerThread.java:61)
 

and I found that this class ActionHandlerService is in odoo-rpc-v2 lib. Which is used in this app.

I would appreciate any kind of help

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

1 participant