-
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
assistant_sdk failed, error: OS Error #23
Comments
mpChannel->GetState() |
Is there any other information you can provide, such as a way to reproduce this error? |
run_assistant.cc grpc::Status status = stream1->Finish(); |
my use is saving channel state:
every time use send and receive:if (context != NULL) ::google::assistant::embedded::v1alpha1::ConverseConfig* converse_config = request1.mutable_config();
it works ok on windows system,but some times error in ubuntu |
It looks like you're using an earlier version of the sample, such as using API version v1alpha1. You may want to consider updating to a newer version which uses v1alpha2 and has additional features like text input and output. It may also be slightly more reliable. I am not familiar with the error that you've been getting. |
ok i will have a try |
Init ok,and write data ok,but response always "OS Error";Some times ok.
ubuntu
The text was updated successfully, but these errors were encountered: