-
Notifications
You must be signed in to change notification settings - Fork 44
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
setting GRPC_TRACE to any value causing hanging #41
Labels
Comments
I've seen the same problem on another dev board. I couldn't find out the root cause until now. |
Does that work if you run |
./run_assistant_text hangs too
…________________________________
From: Nick <[email protected]>
Sent: Tuesday, August 21, 2018 1:49 PM
To: googlesamples/assistant-sdk-cpp
Cc: jefhil; Author
Subject: Re: [googlesamples/assistant-sdk-cpp] setting GRPC_TRACE to any value causing hanging (#41)
Does that work if you run ./run_assistant_text?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#41 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Al74t0GFCWTB4jjoh2g8urOpqgqoQlxAks5uTEgSgaJpZM4WEg2e>.
|
./run_assistant_text hangs for me too, no output, nothing:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using " ./run_assistant_audio --verbose --credentials=credentials.json" works perfectly
after
export GRPC_TRACE=all (or anything at all) and repeating command it hangs.
I'm on a Raspberry Pi with code cloned on 7/24/18
The text was updated successfully, but these errors were encountered: