Google 助手 SDK (C++) - 广播命令

Google Assistant SDK (C++) - Broadcast Command

我正在使用示例应用程序并使用 --text_input 选项向 Google 助手发送广播命令,一切正常。

现在,在最新版本中,Google 助手响应:"Something went wrong. Something went wrong," 但我没有收到错误,即使 verbose 已打开在。我需要做一些与以前不同的事情吗?其他命令,例如 "What time is it?" 可以正常工作。这是广播请求的输出:

$ ./run_assistant --text_input "Broadcast Dinner" --credentials_file ./credentials.json
    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: "Broadcast Dinner" }
    assistant_sdk waiting for response ...
    assistant_sdk Got a response
$

我也在 Google 社区页面上 post 编辑了这个问题,我希望 post 这两个地方的问题都可以。

我认为这不是您的代码的问题。

我在我的一个项目上遇到了同样的问题,几个月来一直没有问题,然后在 5 月 14 日左右它全部停止工作。

我们需要 Google 来解决这个问题。

同样的问题 .. 大约一周前还在工作,然后我就搁置了,现在已经不行了。 如果您使用语音输入并要求它广播,它会说 "sorry I can't find any other speakers connected to your home network, so I can't broadcast your message"