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 was archived by the owner on Oct 19, 2023. It is now read-only.
I get this error when trying to use the debug_config property on AssistConfig.
File "/opt/virtual-device/lib/google_assistant.py", line 80, in assist
for resp in assist_responses_generator:
File "/usr/lib64/python2.7/site-packages/grpc/_channel.py", line 348, in next
return self._next()
File "/usr/lib64/python2.7/site-packages/grpc/_channel.py", line 328, in _next
raise self
_Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Exception iterating requests!"
debug_error_string = "None"
>
It works correctly if I remove the debug_config property. Is it not available in version 0.2.0 of the python library? I've tried both with that version as well as 0.2.1.dev1 without success. If so, is there a planned release of the python library coming soon?