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

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

    General Discussion
    2
    4
    106
    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

      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!

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @tigor
        last edited by Russ

        @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 Reply Quote 0
        • T
          tigor @Russ
          last edited by

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

          RussR 1 Reply Last reply Reply Quote 1
          • RussR
            Russ @tigor
            last edited by

            Thanks @tigor

            Russell VanderMey

            1 Reply Last reply Reply Quote 0
            • First post
              Last post