botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
68 stars 83 forks source link

[BUG] Slot Skill | onExtracted goes into a blank cursor #1516

Closed bassamtantawi-botpress closed 2 years ago

bassamtantawi-botpress commented 2 years ago

Describe the bug When the flow moves into a slot filling skill, and the temp.alreadyExtracted is "True" then the bot blanks and do nothing, if you send the same message again, then it works

Screenshots Going into blank: image image

After sending the same exact message again: image

Environment (please complete the following information):

Botpress v12.26.5 & v12.26.3

Additional context Add any other context about the problem here.

franklevasseur commented 2 years ago

Fixed by: https://github.com/botpress/botpress/pull/5573

franklevasseur commented 2 years ago

Closing as it has been fix. The fix will be available in 12.26.6.

Closes DEV-1924