Nick

Results 582 comments of Nick

What version of Python are you using, and what version of Tenacity? `python --version` `pip freeze | grep tenacity`

You may be able to find the raw sound files somewhere online, although I don't think we have them available for download.

You need to first use the `google-oauthlib-tool` along with the `client_secret_xxx.json` to generate a valid `credentials.json` file.

Seems like you need to install Pandas? This is unrelated to this project.

You should look for the gassist project for assistance. This repo is not directly related.

Which version of the library are you using? 1.0.0 or 1.0.1?

This is probably the best place to track the issue.

Yeah, it does seem like this flag is not in the current generated code, probably as it's from an older proto. It's really only useful in conjunction with Actions on...

Yeah it's just a matter of updating the Python bindings that are based on the [gRPC protobuf](https://github.com/googleapis/googleapis/blob/master/google/assistant/embedded/v1alpha2/embedded_assistant.proto). You can do it right now technically using a protobuf code gen, though...