Original Discord Post by pochirojas | 2024-06-05 21:56:20
Hello all i was testing out my implementation and noticed that after not talking for a long time to the AI I get this warning in the chat, I initially thought it was a chat timeout, so i tried reloading the scene after a 5 minute wait for the player to respond
Hi <@363750707381403649>, it seems the start talking is called and finish talking is not called afterwards, double chech the logic of triggering these functions
Hi <@365628745886859267> i did a test with breakpoints to check out the flow and this is how it looks like, both methods are called and execute, and while they execute the error occurs
Order of Calls
Talk Force Off
Ready To Talk
ERROR
Talk Force Off
Ready to Talk
Talk Force Off
Ready to Talk
ERROR
Talk Force Off
Hi <@363750707381403649>, I am not sure what to make of those nodes, could you track when start talking and finish talking are being called, these are the most important nodes
Those Nodes are the methods i have which are linked to start and stop talking regardless ill give it another try with breakpoints in those specific nodes so its easier for you to understand the order of execution
Finish talking needs to be called within a few minutes after start talking is called. Otherwise, the connection closes automatically and thus the warning