question

MrGeek avatar image
MrGeek asked

Alexa Smart Home Entertainment Skills

I tried to follow all of the instructions to get my smart home skill working as an entertainment device, and it is not working for me as I keep getting this error "errorMessage": "RequestId: 6a1ed2b6-80ff-11e7-9dcf-b5aa3e054601 Process exited before completing request" and have no idea how to fix it, the only way I got the tests to work was delete the log requests but then it does not recognise my skill as having "Alexa Smart Home" as my event source type. Could anyone help me figure out the problem?

alexa skills kitalexa smart homehelp
10 |5000

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

Levon@Amazon avatar image
Levon@Amazon answered

Hi MrGeek,

Thanks for posting! This normally indicates an error in your code. Have you checked the logs? You should be able to see what exactly might be causing this.

Another possibility is if you are using C# with Lambda, specifically System.Data.SqlClient version 4.3.0. This is not compatible with Lambda C#. In that case, you will need to downgrade the framework and SqlClient versions to 4.1.0 -- thanks!

10 |5000

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

MrGeek avatar image
MrGeek answered

The RequestId always changes when the tests are run in case anyone had any questions regarding that

10 |5000

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