ワトソンメモ
スポンサーリンク
カテゴリ:Watson API
対象OS:Windows
Watson のAPIを実行した場合、以下のエラーが発生する場合があります。
{ "code" : 401 , "error" : "Not Authorized" , "description" : "2017-02-01T01:00:00-06:00, Error ERCDPLTFRM-DNLKUPERR occurred when accessing https://x.x.x.x/natural-language-classifier/api/v1/classifiers/xxxxxxxxxx-nlc-xxxx, Tran-Id: gateway-dp02-xxxxxxxxxx - Invalid UserId and/or Password. Please confirm that your credentials match the end-point you are trying to access. A common error is trying to use credentials from an experimental or beta release against a GA release or vice versa" }
このエラーはユーザ名あるいはパスワードに誤りがあるのが主な原因です。
ユーザ名、パスワードはサービスごとに異なるようなので注意が必要です。以下のようなサービス資格情報から入手することが可能です。
{
"url": "https://gateway.watsonplatform.net/natural-language-classifier/api",
"username": "********-****-****-****-************",
"password": "************"
}
参考サービス資格情報の確認
スポンサーリンク