samtecspg / articulate

A platform for building conversational interfaces with intelligent agents (chatbots)
http://spg.ai/projects/articulate/
Apache License 2.0
598 stars 158 forks source link

Cannot read property 'keywordName' of undefined on Dialogue Keywords #1121

Open peiseng opened 3 years ago

peiseng commented 3 years ago

Hi, when I pressed the Dialogue button, it showed this error in the console.

TypeError: Cannot read property 'keywordName' of undefined at 26.94f577ef6b2c3551f8d9.chunk.js:1 at Xo (main.88781d630d4f2b54f89a.chunk.js:1) at Mi (main.88781d630d4f2b54f89a.chunk.js:1) at Va (main.88781d630d4f2b54f89a.chunk.js:1) at Ka (main.88781d630d4f2b54f89a.chunk.js:1) at _s (main.88781d630d4f2b54f89a.chunk.js:1) at Ps (main.88781d630d4f2b54f89a.chunk.js:1) at Rs (main.88781d630d4f2b54f89a.chunk.js:1) at Object.notify (main.88781d630d4f2b54f89a.chunk.js:1) at e.t.notifyNestedSubs (main.88781d630d4f2b54f89a.chunk.js:1)

The issue seems not to be resolved as mentioned in https://github.com/samtecspg/articulate/issues/862

In my previous action, I deleted the Dialogue keywords.

I pulled from Articulate V1.0.0 Release. I ran on Window 10. Locally. Chrome.

Please help to fix the bug. Thanks.