alexa / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
809 stars 204 forks source link

START RequestId: a16a9fa4-ac3a-11e8-911b-393c5e206000 Version: $LATEST #26

Closed sarang-rk closed 6 years ago

sarang-rk commented 6 years ago

Can you all please help me. I am done with all the step mentioned. But I am not able to understand which folders are required inside "skill.zip" I tried with in-line editor and uploaded only that but it is also failing. Please let me know the solution. Thanks in advance. Do I have to upload all the 34 folders which are present in ask-sdk folder and create a folder 'hello_world' and place hello_world.py insider the newly created folder and zip all to skill.zip and upload whole bunch? I am also getting "START RequestId: a16a9fa4-ac3a-11e8-911b-393c5e206000 Version: $LATEST" error as well.

nikhilym commented 6 years ago

Hey @sarang-rk , please follow the issue template while filing an issue, so that we have all the information needed to triage the problem. Can you please update the issue with the information?

MuhammadAnns commented 6 years ago

Your skill.zip must contain your hello_world.py file and following 3 directories: ask_sdk ask_sdk_core ask_sdk_model

I hope you have followed technical documentation and the guides to set up the ASK SDK properly. Here is the link to technical documentation in case you need: https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/?badge=latest

nikhilym commented 6 years ago

Thanks @MuhammadAnns . This is the exact link which explains the process @sarang-rk : https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/DEVELOPING_YOUR_FIRST_SKILL.html#preparing-your-code-for-aws-lambda

Let us know if there is still an issue. We can definitely work and make the documentation better :smile:

sarang-rk commented 6 years ago

Hi @nikhilym @MuhammadAnns I am able to run the code now. I ran the code with the 3 directories mentioned above. Thanks a lot for help. 👍

nikhilym commented 6 years ago

Awesome. Thanks for the help @MuhammadAnns , and for confirming @sarang-rk . Excited to see what you build using the SDK :+1: . Closing the issue