我尝试执行此代码,但会导致以下错误。
(env) pi@raspberrypi:~ $ googlesamples-assistant-pushtotalk --project-id inner-bonus-190416 --device-model-id inner-bonus-190416
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:Failed to register device: {
"error": {
"code": 400,
"message": "Could not create the device instance. Client type need to be specified as SDK_LIBRARY or SDK_SERVICE.",
"status": "INVALID_ARGUMENT"
}
}