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

setting GRPC_TRACE to any value causing hanging #41

Open
jefhil opened this issue Aug 20, 2018 · 4 comments
Open

setting GRPC_TRACE to any value causing hanging #41

jefhil opened this issue Aug 20, 2018 · 4 comments
Labels

Comments

@jefhil
Copy link

jefhil commented Aug 20, 2018

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

@Fleker Fleker added the bug label Aug 20, 2018
@mpoullet
Copy link
Contributor

I've seen the same problem on another dev board. I couldn't find out the root cause until now.

@Fleker
Copy link
Collaborator

Fleker commented Aug 21, 2018

Does that work if you run ./run_assistant_text?

@jefhil
Copy link
Author

jefhil commented Aug 22, 2018 via email

@mpoullet
Copy link
Contributor

./run_assistant_text hangs for me too, no output, nothing:

#  echo "what time is it" | LD_LIBRARY_PATH=/var/google-assistant/lib ./run_assistant_text --credentials ./credentials.json --verbose
Using locale en-US
assistant_sdk robots_pem: 
assistant_sdk CreateCustomChannel(embeddedassistant.googleapis.com:443, creds, arg)

assistant_sdk wrote first request: config { audio_out_config { encoding: LINEAR16 sample_rate_hertz: 16000 } dialog_state_in { language_code: "en-US" } device_config { device_id: "default" device_model_id: "default" } text_query: "What time is it?" screen_out_config { } }
assistant_sdk waiting for response ... 
assistant_sdk response:
It's 9:06.
# export GRPC_TRACE=all
#  echo "what time is it" | LD_LIBRARY_PATH=/var/google-assistant/lib ./run_assistant_text --credentials ./credentials.json --verbose
<...>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants