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
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
Hello,
I have an exception that u can see log at the below.
I upgraded my project's gradle and kotlin version. After that I encountered with this exception after called
"HomeGraphApiServiceGrpc.HomeGraphApiServiceFutureStub" reportStateAndNotification(...) called.
gradlew updated from 6.3-all.zip to 7.4-bin.zip
kotlin version 1.5.10 to 1.7.20
FATAL EXCEPTION: grpc-default-executor-0 Process: com.x.x, PID: 21525 java.lang.AssertionError at io.grpc.internal.DnsNameResolver.getResourceResolver(DnsNameResolver.java:577) at io.grpc.internal.DnsNameResolver.access$800(DnsNameResolver.java:61) at io.grpc.internal.DnsNameResolver$1.run(DnsNameResolver.java:233) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)
Thanks for help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have an exception that u can see log at the below.
I upgraded my project's gradle and kotlin version. After that I encountered with this exception after called
"HomeGraphApiServiceGrpc.HomeGraphApiServiceFutureStub" reportStateAndNotification(...) called.
gradlew updated from 6.3-all.zip to 7.4-bin.zip
kotlin version 1.5.10 to 1.7.20
gradle import:
FATAL EXCEPTION: grpc-default-executor-0 Process: com.x.x, PID: 21525 java.lang.AssertionError at io.grpc.internal.DnsNameResolver.getResourceResolver(DnsNameResolver.java:577) at io.grpc.internal.DnsNameResolver.access$800(DnsNameResolver.java:61) at io.grpc.internal.DnsNameResolver$1.run(DnsNameResolver.java:233) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)
Thanks for help
The text was updated successfully, but these errors were encountered: