-
Notifications
You must be signed in to change notification settings - Fork 147
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
Getting converse error everytime. #51
Comments
Is this with the most recent version of the project? Are you sure you have an Internet connection? I see your date is correct, but was that set after the app was initialized? There may be SSL errors early in your logs. |
I am running latest version. I can ping www.google.com. On google cloud project - I can see all errors for Google assistant APIs. I don't see SSL errors for this applications in logs. |
There is one error before ethernet connection is established. 01-01 00:00:13.461 297-1145/system_process D/NetworkMonitor/NetworkAgentInfo [Ethernet () - 100]: PROBE_HTTPS https://www.google.com/generate_204 Probe failed with exception javax.net.ssl.SSLHandshakeException: Unacceptable certificate: CN=Google Internet Authority G2, O=Google Inc, C=US Once internet is available and date is synced there is no SSL error. I am loading application using Android Studio. |
Can you stop the app and restart once data is synced and see if it still works? |
Please find logs.
01-11 11:03:25.330 15138-15138/? I/zygote: Late-enabling -Xcheck:jni
01-11 11:03:25.479 15138-15138/? W/zygote: Using default instruction set features for ARM CPU variant (generic) using conservative defaults
01-11 11:03:26.879 15138-15138/com.example.androidthings.assistant I/InstantRun: starting instant run server: is main process
01-11 11:03:27.027 15138-15138/com.example.androidthings.assistant I/AssistantActivity: starting assistant demo
01-11 11:03:27.499 15138-15138/com.example.androidthings.assistant I/AssistantActivity: initializing DAC trigger
01-11 11:03:27.581 15138-15138/com.example.androidthings.assistant I/AssistantActivity: setting audio track volume to: 100
01-11 11:03:28.064 15138-15138/com.example.androidthings.assistant D/NetworkSecurityConfig: No Network Security Config specified, using platform default
01-11 11:03:28.543 15138-15138/com.example.androidthings.assistant D/vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace.
01-11 11:03:28.689 15138-15138/com.example.androidthings.assistant D/OpenGLRenderer: HWUI GL Pipeline
01-11 11:03:50.730 15138-15144/com.example.androidthings.assistant I/zygote: Do partial code cache collection, code=29KB, data=29KB
01-11 11:03:50.744 15138-15144/com.example.androidthings.assistant I/zygote: After code cache collection, code=29KB, data=29KB
01-11 11:03:50.744 15138-15144/com.example.androidthings.assistant I/zygote: Increasing code cache capacity to 128KB
01-11 11:03:51.678 15138-15138/com.example.androidthings.assistant I/AssistantActivity: starting assistant request, enable microphones
01-11 11:04:00.277 15138-15138/com.example.androidthings.assistant D/AssistantActivity: converse response event: END_OF_UTTERANCE
01-11 11:04:00.559 15138-15144/com.example.androidthings.assistant I/zygote: Do partial code cache collection, code=60KB, data=61KB
01-11 11:04:00.563 15138-15144/com.example.androidthings.assistant I/zygote: After code cache collection, code=60KB, data=61KB
01-11 11:04:00.563 15138-15144/com.example.androidthings.assistant I/zygote: Increasing code cache capacity to 256KB
01-11 11:05:00.228 15138-15138/com.example.androidthings.assistant E/AssistantActivity: converse error
io.grpc.StatusRuntimeException: INTERNAL: Received unexpected EOS on DATA frame from server.
at io.grpc.Status.asRuntimeException(Status.java:540)
at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:392)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:428)
at io.grpc.internal.ClientCallImpl.access$100(ClientCallImpl.java:76)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:514)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:431)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:546)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:52)
at io.grpc.internal.SerializingExecutor$TaskRunner.run(SerializingExecutor.java:152)
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)
01-11 11:05:00.345 15138-15144/com.example.androidthings.assistant I/zygote: Do full code cache collection, code=124KB, data=99KB
01-11 11:05:00.349 15138-15144/com.example.androidthings.assistant I/zygote: After code cache collection, code=98KB, data=63KB
The text was updated successfully, but these errors were encountered: