Search code examples
node.jsbotframeworkchatbotazure-qna-makernpm-start

No renderer for this activity - Microsoft Bot Framework Emulator qnamaker


When I run the qnamaker chatbot, I get this message on the emulator along with the answers when I type a question.

{
    "type":"trace"
    "serviceUrl":"http://localhost:port#"
    "channelId": "emulator"
    etc
}

Is this an error. If not, how can I hide it from showing on the emulator chat window.


Solution

  • this isn't an error - the log level is trace. From your config you must select the verbosity of the logging to exclude the log level trace.