Hi
I’ve noticed today that the emotion data sent to my app from the servers has a status of “failed”, whereas before today it was 1 of the emotions, like Joy, Trust or Fear. These emotions drive facial expressions.
I’ve been working on my app so tried an earlier version in case I broke something but the same happens with the earlier version.
Here is an extract to a log file I use which contains emotion data :
14:05:22.349 ******* In MapEmotionToEmoticon() with emotion : failed
14:05:39.150 Restart
14:05:44.151 Restart
14:05:56.041 ******* In MapEmotionToEmoticon() with emotion : failed
14:06:48.160 Restart
14:07:07.522 ******* In MapEmotionToEmoticon() with emotion : failed
(etc)
Here is the character ID - cfdabcbc-ea46-11ef-b0f3-42010a7be016
The output after the semi-colon is usually Joy, Anticipation, etc and I think these are values coming from the Convai servers.
It seems some of my other characters are getting emotion data ok, this is an output from a few minutes ago for a different character :
15:01:14.753 ******* In MapEmotionToEmoticon() with emotion : Ecstasy
15:01:46.486 ******* In MapEmotionToEmoticon() with emotion : Ecstasy
15:02:02.805 Restart
15:02:07.083 ******* In MapEmotionToEmoticon() with emotion : Ecstasy
(etc)
Let me know please if anything else is needed from me.