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
I got an issue on my Pixel 6 Pro where whenever I try to use anything in grocy it just throws me an error.
Issue still remains after deleting app Cache and Data and reinstalling the app. I tried to resetup the server config on my device and tried a different API code however the error still persists.
On my iPhone the grocy server and API keys work flawlessly so it must be a Problem with either my device or the app.
Error code:
Error: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
at xyz.zedler.patrick.grocy.model.QuantityUnitConversionResolved$1$$ExternalSyntheticLambda2.call(R8$$SyntheticClass:57)
at io.reactivex.rxjava3.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:20)
at io.reactivex.rxjava3.core.Single.subscribe(Single.java:5)
at io.reactivex.rxjava3.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:3)
at io.reactivex.rxjava3.core.Scheduler$DisposeTask.run(Scheduler.java:10)
at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:22)
at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
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)
The text was updated successfully, but these errors were encountered:
I got an issue on my Pixel 6 Pro where whenever I try to use anything in grocy it just throws me an error.
Issue still remains after deleting app Cache and Data and reinstalling the app. I tried to resetup the server config on my device and tried a different API code however the error still persists.
On my iPhone the grocy server and API keys work flawlessly so it must be a Problem with either my device or the app.
Error code:
Error: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
at xyz.zedler.patrick.grocy.model.QuantityUnitConversionResolved$1$$ExternalSyntheticLambda2.call(R8$$SyntheticClass:57)
at io.reactivex.rxjava3.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:20)
at io.reactivex.rxjava3.core.Single.subscribe(Single.java:5)
at io.reactivex.rxjava3.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:3)
at io.reactivex.rxjava3.core.Scheduler$DisposeTask.run(Scheduler.java:10)
at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:22)
at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
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)
The text was updated successfully, but these errors were encountered: