Попытка создать чат-бота, используя rasa и выполненный rasa-nlu-trainer, и столкнулась с проблемой - PullRequest
0 голосов
/ 19 сентября 2019

Я пробовал команду rasa-nlu-trainer, и она выдает следующую ошибку, может кто-нибудь помочь мне в этом вопросе заранее спасибо

(node:8356) UnhandledPromiseRejectionWarning: Can't parse json file "data.json" SyntaxError: Unexpected token in JSON at position 0 (node:8356) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:8356) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

...