Alexa keeps saying "no result" when using the conversational skill
-
Hello,
I'm trying to make Alexa say the result of a command but she keeps saying "no result" for {{result}}. I managed to have my command run (not easy, using the Custom Action to trigger a command is quite inconsistent, so I had to set up fancy activation words). I reduced my command to the simplest I could think of. It's basically a batch file that runs:
...\.TRIGGERcmdData\sendresult.bat "hello"
I also checked the logs of sendresult.bat, and they seem to indicate that the result is sent correctly:
{"data":[{"name":"...","voice":"tagada","voiceReply":"{{result}}","allowParams":false,"user":"...","computer":"...","switch_is_on":false,"runCount":3,"createdAt":"2024-12-07T20:04:37.550Z","updatedAt":"2024-12-07T20:14:43.334Z","lastResult":"hello","id":"6754aa5536561400146ee0ad"}],"message":"Command result updated successfully."}
Could it be a timing issue? The command runs quickly (easily under 1 second), I checked in a command prompt. Any help would be appreciated!
-
@tigor, thank you for reporting this. I was able to reproduce the issue.
I fixed it just now. Please try again.
-
@Russ Works now, thank you so much! Also, wanted to let you know that what you do is pretty awesome. Keep it up!
-
Thanks @tigor