1

I am using the following Code to open the Webbrowser on Amazon Echo Show

    {
        "version": "1.0",
        "response": {
      "type": "OpenURL",
      "source": "https://www.amazon.com/",
      "onFail": {
        "type": "SetValue",
        "componentId": "errorText",
        "property": "text",
        "value": "Unable to open Amazon.com (${event.source.value})"
      }
    },
            "shouldEndSession": true
        }
    }

But if i try the same on Echo, it would only open a page with a blank dark background.

What am I doing wrong?

Simas Joneliunas
  • 2,890
  • 20
  • 28
  • 35
user2141658
  • 21
  • 1
  • 2
  • "OpenURL requires APL 1.1 or later." according to the [docs](https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/apl-standard-commands.html#open_url_command) - there might be other issues causing problems too, but the version strikes me as worth looking into. – Oscar Schafer Jul 31 '20 at 07:56

0 Answers0