Bluemix で IBM Watson の会話 API を使用しようとしていますが、次の例外が発生します。デバッグ方法に関するドキュメントが見つかりません。
Error:
"conversation.py", line 14, in <module>
response = conversation.message(workspace_id=workspace_id, message_input={'text': 'Will you be able to convert an html file?'})
File "/usr/local/lib/python2.7/dist-packages/watson_developer_cloud/conversation_v1_experimental.py", line 45, in message
json=data, accept_json=True)
File "/usr/local/lib/python2.7/dist-packages/watson_developer_cloud/watson_developer_cloud_service.py", line 263, in request
raise WatsonException(error_message)
watson_developer_cloud.watson_developer_cloud_service.WatsonException: Error: NLU service error: Processing error, Code: 500
資格情報とワークスペース ID を確認しましたが、すべて問題ないようです。デバッグ方法に関するアイデアは高く評価されます。