Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

bug change language in hotword #210

Open
@aandroide

Description

@aandroide

@Fleker

just by running:
googlesamples-assistant-hotword --project_id my project --device_model_id my model
allows you to change the language
instead giving this command: googlesamples-assistant-hotword --device_model_id 'my-model-identifier'
does not work
shivasiddharth/GassistPi#179
a user had my same problem we solved by entering the project id this is a bug?
I noticed that if I also declare the project_id in hotword I get the answer:
device_model_id: my-model
device_id: my-device-id

https://embeddedassistant.googleapis.com/v1alpha2/projects/my-project-id/devices/my-device-id 200
while instead if I do:
googlesamples-assistant-hotword --device_model_id 'my-model-identifier'

I do not get the answer:
https://embeddedassistant.googleapis.com/v1alpha2/projects/my-project-id/devices/my-device-id 200

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions