googlesamples / assistant-sdk-python

Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
Apache License 2.0
916 stars 320 forks source link

"Sorry power control is not supported yet" #410

Open Tatuck opened 4 years ago

Tatuck commented 4 years ago

Every time I try to use pushtotalk.py it gives me this error:

Sorry power control is not supported yet

I tried to register my PC model using:

googlesamples-assistant-devicetool --project-id project-id register-model --model assistant-for-pc --type LIGHT --trait action.devices.traits.OnOff --manufacturer Windows --product-name MyPc --description Description

Then registering my PC device using:

googlesamples-assistant-devicetool --project-id project-id register-device --device pcwindows --model assistant-for-pc --nickname nicepc --client-type SERVICE

Then downloading the "client secrets" from the web, and then making the credentials with:

google-oauthlib-tool --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless --client-secrets <client-secrets.json>

But it still doesn't work, also, I tried using other accounts but nope.

Any help?

Thanks

dunkfordyce commented 4 years ago

I also cant get this to work.