-
Notifications
You must be signed in to change notification settings - Fork 93
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
Operations hanging indefinitely #465
Comments
@alexander-fenster Any updates? |
@eoogbe We have an internal issue tracking this Speech behavior (which is against the spec), but this issue should be closed by #436 which addresses this specific problem. I wonder if an old gax was used here - if not, it should be debugged further. |
@callmehiphop Can I ask you to double check if the code you were testing used gax that included #436? The original problem happens if the input file is silent or does not contain any speech to transcribe. |
@alexander-fenster Any updates? |
@callmehiphop nudges |
The issue that I referenced earlier seems to be closed now, so I'm going to assume that this is fixed. If it re-surfaces then I'll re-open this. Thanks all! |
While trying to debug googleapis/nodejs-speech#330, I ran into a scenario where the operation would finish but it did not contain any results or errors, causing the polling to go on indefinitely, which made my process hang.
The text was updated successfully, but these errors were encountered: