You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NumberFormatException: empty String
at jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842)
at jdk.internal.math.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
at java.lang.Float.parseFloat(Float.java:487)
at com.google.gson.JsonPrimitive.getAsFloat(JsonPrimitive.java:205)
at org.ole.planet.myplanet.utilities.JsonUtils.getFloat(JsonUtils.kt:110)
at org.ole.planet.myplanet.model.RealmMyHealthPojo$Companion.insert(RealmMyHealthPojo.kt:75)
at org.ole.planet.myplanet.model.RealmMyHealthPojo.insert(Unknown Source:2)
at java.lang.reflect.Method.invoke(Native Method)
at org.ole.planet.myplanet.service.TransactionSyncManager.callMethod(TransactionSyncManager.kt:222)
at org.ole.planet.myplanet.service.TransactionSyncManager.continueInsert(TransactionSyncManager.kt:186)
at org.ole.planet.myplanet.service.TransactionSyncManager.insertDocs$lambda$14(TransactionSyncManager.kt:171)
at org.ole.planet.myplanet.service.TransactionSyncManager.$r8$lambda$-ZsMIzR4xVuGBBUi9T2EEUzJuII(Unknown Source:0)
at org.ole.planet.myplanet.service.TransactionSyncManager$$ExternalSyntheticLambda0.execute(D8$$SyntheticClass:0)
at io.realm.Realm$1.run(Realm.java:1745)
at io.realm.internal.async.BgPriorityRunnable.run(BgPriorityRunnable.java:34)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
pointing to each of these in the RealmMyHealthPojo
pointing to each of these in the
RealmMyHealthPojo
The text was updated successfully, but these errors were encountered: