• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Alexa keeps saying "no result" when using the conversational skill

General Discussion
2
4
216
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    tigor
    last edited by Dec 7, 2024, 8:30 PM

    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!

    R 1 Reply Last reply Dec 9, 2024, 2:10 AM Reply Quote 0
    • R
      Russ @tigor
      last edited by Russ Dec 9, 2024, 2:31 AM Dec 9, 2024, 2:10 AM

      @tigor, thank you for reporting this. I was able to reproduce the issue.

      I fixed it just now. Please try again.

      Russell VanderMey

      T 1 Reply Last reply Dec 9, 2024, 10:25 AM Reply Quote 0
      • T
        tigor @Russ
        last edited by Dec 9, 2024, 10:25 AM

        @Russ Works now, thank you so much! Also, wanted to let you know that what you do is pretty awesome. Keep it up!

        R 1 Reply Last reply Dec 10, 2024, 12:53 PM Reply Quote 1
        • R
          Russ @tigor
          last edited by Dec 10, 2024, 12:53 PM

          Thanks @tigor

          Russell VanderMey

          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post