You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
➜ build-custom-stt-model-with-diarization git:(master) ✗ docker run -p 8080:8080 stt-with-diarization
Traceback (most recent call last):
File "app.py", line 64, in
language_models = speech_to_text.list_language_models().get_result()
File "/usr/local/lib/python3.8/dist-packages/ibm_watson/speech_to_text_v1.py", line 1443, in list_language_models
response = self.send(request)
File "/usr/local/lib/python3.8/dist-packages/ibm_cloud_sdk_core/base_service.py", line 308, in send
raise ApiException(response.status_code, http_response=response)
ibm_cloud_sdk_core.api_exception.ApiException: Error: This feature is not available for the Bluemix Lite plan. Please upgrade to a paid plan to activate this feature: https://console.bluemix.net/catalog/services/speech-to-text, Code: 400 , X-global-transaction-id: e201f0ca-b2c2-4ab2-84be-681fb13d0208
The text was updated successfully, but these errors were encountered:
https://github.com/IBM/build-custom-stt-model-with-diarization/blob/master/README.md#2-create-watson-speech-to-text-service
Standard Plan not available anymore
➜ build-custom-stt-model-with-diarization git:(master) ✗ docker run -p 8080:8080 stt-with-diarization
Traceback (most recent call last):
File "app.py", line 64, in
language_models = speech_to_text.list_language_models().get_result()
File "/usr/local/lib/python3.8/dist-packages/ibm_watson/speech_to_text_v1.py", line 1443, in list_language_models
response = self.send(request)
File "/usr/local/lib/python3.8/dist-packages/ibm_cloud_sdk_core/base_service.py", line 308, in send
raise ApiException(response.status_code, http_response=response)
ibm_cloud_sdk_core.api_exception.ApiException: Error: This feature is not available for the Bluemix Lite plan. Please upgrade to a paid plan to activate this feature: https://console.bluemix.net/catalog/services/speech-to-text, Code: 400 , X-global-transaction-id: e201f0ca-b2c2-4ab2-84be-681fb13d0208
The text was updated successfully, but these errors were encountered: