使用我的覆盆子pi连接到谷歌助手时出错

时间:2018-04-30 14:18:05

标签: raspberry-pi3 google-assistant-sdk

我在这里遵循本教程:

https://www.hackster.io/Salmanfarisvp/googlepi-google-assistant-on-raspberry-pi-9f3677

在我的Raspberry Pi 3上使用Google Asistant。

我到了第4步(使用更新的SDK),但我得到以下输出:

INFO:root:Connecting to embeddedassistant.googleapis.com
WARNING:root:Device config not found: [Errno 2] No such file or directory: '/home/pi/.config/googlesamples-assistant/device_config.json'
INFO:root:Registering device
ERROR:root:Option --device-model-id required when registering a device instance

有一些mentions相同的错误,但在那里提供的解决方案对我没有用(我已经将库更新到最新版本)

非常感谢任何帮助。

谢谢!

1 个答案:

答案 0 :(得分:0)

请按this step in the documentation注册设备型号。

然后,您应该在运行示例时包含--device-model-id参数。

googlesamples-assistant-pushtotalk --project-id my-dev-project --device-model-id my-model