after login with facebook , first call is normal, but the second one always shows error

after login with facebook , first call is normally work, but the second one always shows error (from SDK ),
"Attempt to invoke virtual method ‘java.lang.String com.backendless.Footprint.get_meta()’ on a null object reference "

this error is happening only in case of login with facebook, for simple login it works well

Rob, please clarify, with what a platform do you work (Android, iOS, etc)?

Hi Rob,

Please provide some code sample so that we could try to reproduce your problem.

Thanks for reply , It’s Android

Thanks for answer, but I can’t provide sample code, because the project is too big

Then please try to narrow down the problem and prepare a minimal, complete and verifiable example.

It happens when I try to make async save()

Are you sure that the problem will reproduce if I do the following?

  1. Login user via Facebook
  2. Create some test entity
  3. Save it using async save()
  4. Save it using async save() again?

Yes, that’s currect

And the SDK version is the last one, I’ve updated it the day before yesterday

I’ve created an internal task (ID BKNDLSS-13227) to investigate your problem.

Ok, thanks

Hello Rob,
Does the issue still affect you? We couldn`t reproduce it with steps described above:

  1. Login user via Facebook

  2. Create some test entity

  3. Save it using async save()

  4. Save it using async save() again

Did you do the same?
Artur

Hi Arthur Dzidzoiev,
pleased to report that I have upgrate the sdk level and now it’s works without any problem
here is my current gradle compile link
compile group: ‘com.backendless’, name: ‘backendless’, version: ‘3.0.17.1’