question

ac101933 avatar image
ac101933 asked

Alexa Skill is working in test environment, but not through the echo

Hello,

When I test my skill in Lambda and on the Amazon Development Portal everything appears to check out and the test is successful. When i say the invocation name to get Alexa to confirm my test, she does not recognize the skill and immediately ends the session. Any idea why this is happening? Below are the results to my tests:

Lambda:

{
  "version": "1.0",
  "sessionAttributes": {},
  "response": {
    "outputSpeech": {
      "type": "PlainText",
      "text": "Test"
    },
    "shouldEndSession": true
  }
}

Amazon Development Portal:

{ "version": "1.0", "response": { "outputSpeech": { "type": "PlainText", "text": "Test" }, "shouldEndSession": true }, "sessionAttributes": {} }

The only thing additional that shows up in the Amazon Development portal successful test id the "sessionAttributes":{}. Is this possibly what is causing Alexa not to answer my request?

alexa skills kitskillalexa smart homelambdaamazon developer portal
1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

AJ avatar image AJ commented ·

Are there any other skills with the same utterances/invoke phrases? Also, is it published or in development as of now?

0 Likes 0 ·
Graham avatar image
Graham answered

Can you make sure that the language set on the application and in your echo are the same? I have fallen foul of this before where my application was U.S language but my echo is set to U.K language.

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

This solved my problem

0 Likes 0 ·
ac101933 avatar image
ac101933 answered

Thank you for your response. They are both set to English (United States) so that is not the issue.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ac101933 avatar image
ac101933 answered

Does anyone else have any suggestions as to why this is happening?

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image Jamie Grossman ♦♦ commented ·

Did you figure this out? Are you logged into the device with the same account your skill was developed on?

0 Likes 0 ·
newuser-e0954ed2-bad0-48bb-ab94-4233dd34db18 avatar image
newuser-e0954ed2-bad0-48bb-ab94-4233dd34db18 answered

I have exact the same issue. Working in test mode on the website but not on the device.

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image Jamie Grossman ♦♦ commented ·

Are you logged into the device with the same account your skill was developed on?

0 Likes 0 ·
Jez avatar image
Jez answered

My original skill which is not certified still works through the devices. New skills only work through the test page and not through the devices .... has something changed?

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jamie Grossman avatar image Jamie Grossman ♦♦ commented ·

I don't believe anything has changed; otherwise, this thread is pretty old and this issue could be exclusive to you. Could you start a new thread with the afected skill ids?

0 Likes 0 ·