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 java.util.Iterator java.util.List.iterator() #912

Open
DasJ0nas opened this issue Mar 1, 2025 · 0 comments
Open

Issue java.util.Iterator java.util.List.iterator() #912

DasJ0nas opened this issue Mar 1, 2025 · 0 comments

Comments

@DasJ0nas
Copy link

DasJ0nas commented Mar 1, 2025

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)

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