【发布时间】:2018-02-18 06:54:59
【问题描述】:
$ curl -X POST -u "057e842a-ece8-4825-8199-e77053a64a9e":"xxx" --header "Content-Type: audio/flac" --data-binary "@meeting2.flac" "https://stream.watsonplatform.net/speech-to-text/api/v1/recognize?timestamps=true&customization_id=0ae89a90-955e-11e7-9e8b-53863e154a1c"
curl: (55) SSL_write() returned SYSCALL, errno = 32
{ "code" : 500 , "error" : "Server Error" , "description" : "2017-09-09T10:36:46-04:00, Error WATSNGWERR-0x0113001c occurred when accessing https://stream.watsonplatform.net/speech-to-text/api/v1/recognize?timestamps=true&customization_id=0ae89a90-955e-11e7-9e8b-53863e154a1c, Tran-Id: stream-dp01-2524637048 - Watson Gateway Error" }
和
$ curl -X GET -u "057e842a-ece8-4825-8199-e77053a64a9e":"xxx" "https://stream.watsonplatform.net/speech-to-text/api/v1/customizations/0ae89a90-955e-11e7-9e8b-53863e154a1c"
{
"owner": "410e0660-26a8-4ee0-ba09-e101df7961e0",
"base_model_name": "en-US_BroadbandModel",
"customization_id": "0ae89a90-955e-11e7-9e8b-53863e154a1c",
"dialect": "en-US",
"created": "2017-09-09T12:54:40.057Z",
"name": "sprint2",
"description": "sprint2",
"progress": 0,
"language": "en-US",
"status": "ready"
}
模型存在,并且似乎已经准备就绪(但是,在这种情况下,我希望 progress = 100 但无论如何),但由于某种原因,我无法使用它。
关于这个错误信息是什么意思的任何线索?
附言。如果我使用默认模型(不是自定义模型),它可以工作
【问题讨论】:
标签: ibm-cloud speech-to-text watson