Проблема при подключении к оркестратору через API-интерфейс chatbot-bridge version 2. (Node JS) - PullRequest
2 голосов
/ 27 января 2020

Мы пытаемся соединить api (v2) диалогового потока с ui-path orchestrator, используя chatbot-bridge (код v2), но мы видим эту ошибку ниже.

Это файл конфигурации: по умолчанию. json:

{
    "server": {
        "host": "127.0.0.1",
        "port": 6543
    },
    "orchestrator": {
        "hostname": "platform.uipath.com",
        "tenancyName": "xxxxxxxx",
        "usernameOrEmailAddress": "xxxxxxxx",
        "password": "xxxxxxx"
    },
    "dialogflow": {
        "private_key": "xxxxxx",
        "projectId": "115556440368131734996"
    },
}  

Ошибка:

UnhandledPromiseRejectionWarning: Error: ERR_OSSL_PEM_NO_START_LINE undefined: Getting metadata from plugin failed
with error: error:0909006C:PEM routines:get_name:no start line
    at Object.callErrorFromStatus (D:\xampp\htdocs\chatbot\node_modules\@grpc\grpc-js\build\src\call.js:30:26)
    at Http2CallStream.<anonymous> (D:\xampp\htdocs\chatbot\node_modules\@grpc\grpc-js\build\src\client.js:96:33)
    at Http2CallStream.emit (events.js:214:15)
    at D:\xampp\htdocs\chatbot\node_modules\@grpc\grpc-js\build\src\call-stream.js:97:22
    at processTicksAndRejections (internal/process/task_queues.js:75:11)
(node:13808) 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: 2)
(node:13808) [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.

Пожалуйста, дайте мне знать, если есть какое-либо решение для этого, мы застряли здесь. Мы смотрели на форуме UI-Path, мы не видели никаких сообщений, связанных с ним.

1 Ответ

0 голосов
/ 30 апреля 2020

Похоже, вы уже нашли решение этой проблемы, но я хотел бы подчеркнуть тот факт, что мы опубликовали в publi c предварительный просмотр PaaS для чат-ботов:

https://forum.uipath.com/t/chatbot-connector-now-in-public-preview/210724

...