Asked
Resolved Resolved by DJ Sures!

Dialogue Flow Error

Hello.

This does not affect operation - The robot skill still works. But, is anyone else experiencing this error with the dialogflow skill in arc?

User-inserted image

This happens every other time I send something to DialogFlow using the Dialogflow skill in ARC. The script runs fine sometimes, but occasionally, seemingly at random, the error occurs and then script fails to execute, it seems. I do get a valid response from Dialogflow, but the script will not execute when this error appears.

This is the EZ-Script I'm using that runs in the dialogflow skill when sending anything.

controlCommand("Bing Speech Recognition", "PauseListening")
saywait($APIResponse)
sleep(1000)
controlCommand("Bing Speech Recognition", "UnpauseListening")

It occurs randomly whenever I send anything to dialogflow, regardless if I type it in manually or whether the script in the BingSpeech skill I'm using sends it.

Here is a screenshot of my ARC project.

User-inserted image

Thanks in advance. Hope you can help me resolve this.



Related Hardware (view all EZB hardware)
EZ-B V4 by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos 24
Camera
Audio
UART 3
I2C
ADC 8
Digital 24

Related Robot Skill (view all robot skills)
Dialogflow by Google
Add Google DialogFlow NLP to ARC: conversational intents, parameter prompts, scripted responses, service-account setup and programmatic robot control.

ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Author Avatar
PRO
USA
#9  

Ok sounds great. After this episode (7)finishes I’ll be deep into the programming episode (8) and will dive a bit deeper into it. Thanks.