-
Notifications
You must be signed in to change notification settings - Fork 669
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
[speech-to-text] The same audio can got text before,Now is Error 1006 #815
Comments
@JimZhang1028 can you add the code you are using so that we can reproduce the problem? |
@germanattanasio So I write the code as below for test. All the parameter is the same as our system. (watson-developer-cloud version is 3.15.0)
My result is
PS: The system is use ffmpeg to get audio from video. ffmpeg -i ./test_0.mp4 -y -ar 16000 -f wav ./test_0.wav |
This issue as same as #202,Please confirm. |
@JimZhang1028 I think I have a solution for you. For this code to work now, you need to use the |
@dpopp07 After added interim_results ,It works. |
I'm glad that worked for you. I do plan to try and find that out but it will be difficult and I cannot guarantee it will be done soon. Closing this issue as the problem is solved, the other work will be tracked internally for now |
The same code that used to work is now returning an error code: 1006.
We have 5 audios and only the shortest one works
This problem started in 2018-11-19
When I use
curl
I get a response.The Watson support team tested my service and they said it works fine.
This issue's SDK version.
We use Visual Recognition and we need IAM so we updated the SDK version to
3.15.0
I've attached the audio file(sound16000.zip) to reproduce the error
The text was updated successfully, but these errors were encountered: