googlesamples / assistant-sdk-python

Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
Apache License 2.0
916 stars 320 forks source link

textinput.py giving none response some request #320

Open sathishmtech01 opened 5 years ago

sathishmtech01 commented 5 years ago

Hi team, I am using textinput.py, which is available at googlesamples https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/grpc

While giving some inputs like

  1. Who is the CEO of Yahoo?
  2. Who landed moon first

For these input request getting None response and getting into infinite loop.

Please let me know how to resolve it..

Fleker commented 5 years ago

Can you try the pushtotalk sample and see what is coming back?

sathishmtech01 commented 5 years ago

@fleker, in pushtalk I am getting response.

sathishmtech01 commented 5 years ago

So what would be the issue, how can we resolve it @fleker

Fleker commented 5 years ago

Maybe the supplemental_display_text doesn't return data for specific queries.