在 watson 发现服务中上传 json 时出现错误 6
error 6 when uploading json in watson discovery service
在 watson 发现服务中上传 json 示例文档时,通过创建工具,我收到以下响应:
{
"code": 400,
"error": "6"
}
我试着去掉我的整个 json,这样就没有奇怪的字符了。例如
[
{
“text”: "JDE Reset JDE password",
"FunctionName": "ERP"
}
]
我认为错误 6 是针对不支持的字符,但现在不确定了..
尝试使用:
{
"text": "JDE Reset JDE password",
"FunctionName": "ERP"
}
如果不工作,测试:
{
"Content-Type: application/json"
"text": "JDE Reset JDE password",
"FunctionName": "ERP"
}
在 watson 发现服务中上传 json 示例文档时,通过创建工具,我收到以下响应:
{
"code": 400,
"error": "6"
}
我试着去掉我的整个 json,这样就没有奇怪的字符了。例如
[
{
“text”: "JDE Reset JDE password",
"FunctionName": "ERP"
}
]
我认为错误 6 是针对不支持的字符,但现在不确定了..
尝试使用:
{
"text": "JDE Reset JDE password",
"FunctionName": "ERP"
}
如果不工作,测试:
{
"Content-Type: application/json"
"text": "JDE Reset JDE password",
"FunctionName": "ERP"
}