Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Google\GAX\GrpcConstants file is does not exist and is still called in SpeechGapicClient.php of google-cloud-php-speech #706

Closed
spfhi opened this issue Oct 17, 2017 · 3 comments
Assignees
Labels
api: speech Issues related to the Speech-to-Text API. type: question Request for information or clarification. Not an issue.

Comments

@spfhi
Copy link

spfhi commented Oct 17, 2017

The Google\GAX\GrpcConstants file is not exist and is still called in SpeechGapicClient.php of google-cloud-php-speech

the code:
https://github.com/GoogleCloudPlatform/google-cloud-php-speech/blob/master/V1/Gapic/SpeechGapicClient.php#L271

the latest version of google/gax is not exist GrpcConstants class,Need to fix the previous version?

@jdpedrie
Copy link
Contributor

Hi @gobyang, sorry about that. This will be resolved when we release v0.40.0, targeted for today. In the meantime, you should be able to carry on by requiring google/gax at version v0.22.1. However once you upgrade to the forthcoming release of google/cloud-speech, you'll need to make sure to go back to the latest version of google/gax. v0.22.1 is just a temporary fix.

@jdpedrie jdpedrie added api: speech Issues related to the Speech-to-Text API. type: question Request for information or clarification. Not an issue. labels Oct 17, 2017
@jdpedrie
Copy link
Contributor

Fixed in #707, and in a forthcoming release.

@jdpedrie
Copy link
Contributor

@gobyang please upgrade to google/cloud-speech v0.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: speech Issues related to the Speech-to-Text API. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

2 participants