我收到此错误 - >每次我尝试从我的私人帐户和语料库中获取相关概念时{"code": 500, "message": "Forwarding error"}
。该错误似乎是超时错误,因为它总是在2:30死亡。
我已将IBM提供的示例替换为我的帐户和语料库。有人知道为什么会这样吗?
curl -u "{username}":"{password}" "https://gateway.watsonplatform.net/concept-insights/api/v2/corpora/accountid/corpus/related_concepts?limit=3&level=0"
cURL结果
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 44 0 44 0 0 0 0 --:--:-- 0:02:30 --:--:-- 10
语料库状态
{"id":"/corpora/accountid/corpus","documents":10,"last_updated":"0001-01-01T00:00:00Z","build_status":{"ready":10,"error":0,"processing":0}}
注意:如果我在API上使用IBM提供的公共示例,则不会出现此错误。我还屏蔽了此公开发布的帐户ID,语料库,用户名和密码。
答案 0 :(得分:2)
不幸的是,由于错误是特定于语料库的(因为您提到您可以使用API来处理公共语料库),我们需要了解有关您的语料库的更多信息(例如帐户ID和语料库ID)以帮助您进行。
允许您私下提供此信息的一种方法是使用Bluemix系统打开票证(此处描述了2个选项)
https://developer.ibm.com/bluemix/support/#support
如果您在故障单中列出“Watson Concept Insights”服务,我们将获取您的信息。