-
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
Failed to connect to Google API Server #30
Comments
Ping and curl works without any problem: 404. That’s an error. The requested URL |
Here are the backtrace: [develop] /assistant-sdk-cpp # gdb --args run_assistant --audio_input ALSA_INPUT E0530 01:11:54.396612510 3081 resolver_registry.cc:80] don't know how to resolve 'embeddedassistant.googleapis.com:443' or 'dns:///embeddedassistant.googleapis.com:443' Thread 1 "run_assistant" received signal SIGSEGV, Segmentation fault. |
I notice that it's making calls to the v1alpha1 API. Can you update the project to a newer version so that you're using the v1alpha2 API calls? What happens if you add the |
update to v1alpha2 works now. |
Hi,
I tried building the SDK on alpine linux. There is no problem during the building. But when I execute the application, it report following error:
[develop] /assistant-sdk-cpp # ./run_assistant --audio_input ALSA_INPUT --creden
tials_file ./credentials.json --credentials_type USER_ACCOUNT
assistant_sdk robots_pem:
assistant_sdk CreateCustomChannel(embeddedassistant.googleapis.com:443, creds, arg)
E0530 01:06:44.079278868 3070 resolver_registry.cc:80] don't know how to resolve 'embeddedassistant.googleapis.com:443' or 'dns:///embeddedassistant.googleapis.com:443'
E0530 01:06:44.079413606 3070 resolver_registry.cc:80] don't know how to resolve 'dns:///embeddedassistant.googleapis.com:443' or 'dns:///dns:///embeddedassistant.googleapis.com:443'
E0530 01:06:44.079508658 3070 channel.cc:98] channel stack builder failed: {"created":"@1527642404.079472356","description":"resolver creation failed","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":695}
The text was updated successfully, but these errors were encountered: