我在GA上注册了我的项目,接收并保存client_secret.json并创建了certificate.json 完成注册设备的所有步骤:https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device
并尝试在googlesamples-assistant-hotword上进行测试:
googlesamples-assistant-hotword --device-model-id'bridge-xxxxxx-bridge-igzdf5' device_model_id:bridge-xxxxxx-bridge-igzdf5 device_id:0CE81A09B69F736CBC03F8C93F659C55
This device is not registered. This means you will not be able to use
Device Actions or see your device in Assistant Settings. In order to
register this device follow instructions at:
https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device
ON_MUTED_CHANGED: {“ is_muted”:false} ON_START_FINISHED
怎么可能是错误的?