On Narrative Section Received (ConvaiChatbot) does not have a valid matching component!

I’m trying to use the On Narrative Section Received node but it says that there’s a warning stating it does not have a valid matching component. It worked when I was using an older version of ConvAI and Unreal Engine, but now I’m using the latest version of ConvAI and UE5.6. Is there a fix or alternate nodes I can use in its place? Thanks!

{AE013675-A987-4DB7-A6AC-0E3B63723771}

Is this a new project, or did you upgrade an existing project?

Could you also share which Convai plugin version you are currently using?

I upgraded an existing project from UE5.2 to 5.6 and I’ve installed the latest ConvAI plugin version from github, beta.21

Which Convai plugin version were you using in UE 5.2?

The one from the Epic Games Marketplace

Switching from Pawn back to the deprecated ConvaiBaseCharacter gets rid of the warning, and changes the BP_ConvaiChatbot Component back to the original ConvaiChatbot component, but then I get the warning messages telling me to switch back. The lip sync also stopped working when I interact with the character

It looks like you may have been using the older V3 plugin setup previously.

Please make sure you are following the latest setup instructions shown in this tutorial:

Following those steps should help ensure the correct components are being used with the current plugin version.

I followed it and used the correct components, but the original warning with the On Narrative Section Received still occurs. Is it because the base class is a Character?

Could you please show the character and player components?

The character components

The player components

Why do you have two Convai Player?

The convaiplayer is because the parent class is the ConvaiBasePlayer. I changed the parent class to character and kept the BP_ConvaiPlayerComponent. The warning still persists

Fixed the issue, turns out I was using the On Narrative Section Received from the old Convai Chatbot component, not the BP_ConvaiPlayerComponent.