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

NullPointerException at QiscusSyncJobService.java:143 #96

Closed
quyvv opened this issue Jun 17, 2021 · 4 comments
Closed

NullPointerException at QiscusSyncJobService.java:143 #96

quyvv opened this issue Jun 17, 2021 · 4 comments
Assignees

Comments

@quyvv
Copy link

quyvv commented Jun 17, 2021

I meet this issue for a long time, even after upgrade to the latest qiscusCore version 1.3.30
qiscus crash
crash info
I've looked at the SDK source code and saw this line got crashed:
private void stopSync() { if (timer != null) { timer.cancel(); timer.purge(); timer = null; } }
The stopSync only got called in log out and onDestroy service.
In fact, this release note should fix that issue https://github.com/qiscus/qiscus-sdk-android/releases/tag/1.3.20 but I'm using 1.3.30 and it still occurred.

@adicatur
Copy link
Contributor

Hi @quyvv, thanks for this,

We will look into it, and let you know the update

Regards

@quyvv01581
Copy link

any update about this issue @adicatur @ariefnurputranto @huseinmuhdhor ?

@ariefnurputranto
Copy link
Contributor

@quyvv01581 , you can use this version sir. https://github.com/qiscus/qiscus-sdk-android/releases/tag/1.3.31

@quyvv01581
Copy link

Thanks, @ariefnurputranto, I will try to test on this version and paste the result here later on

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

5 participants