-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please fix the item mapping. #7
Comments
Hi @bkarakashev , Thank you for finding this bug. It was related to string casing. I pushed a fix it and it should work, unfortunately the product list needs to be rebuilt with Do let me know if you still have problems. Many thanks, |
Hey Roberto, Still having the problem. I have run the Am I doing something wrong? Regards |
Hi Blago, Is It should be - blueberries:
id:
- bread:
id: '279505857'
- bread crumbs:
id: as it's a yaml file needs to be properly indented (8 spaces from the beginning of the line, no tabs). See here. If that's correct, can you please send me the generated Based on your yaml file, it should look like this:
Let me know; I tried your configuration on my alexa skill and it adds the correct product. Roberto. |
Hi Blago, That's very weird. I tried to change my This is my IFTTT activity log, which you can find here: As you can see I have the Another thing to do, once updated the new zip, can you see the changes if you use the Something I noticed is that if you are using I hope it helps! I want to get to the bottom of this! :) Roberto |
I think I know the problem. You are using the wrong applet! As you can see it says That's why you can't use the id. Have you followed my instructions on how to create the applet and alexa skill? You are supposed to use a webhook for the
What I can suggest is to go through the README again and double check you did all the steps and when testing with alexa remember to say Let me know if you manage to get it working or you need more help with the instructions, I'm happy to help. Roberto |
If I say "Alexa, open Tesco" it tells me "I am not sure what went wrong" |
I've created my Tesco Skill in the US. because I've changed my Amazon account to the US as there are more Skils for Alexa. But my AWS account and Lambda function are created in Irland. |
Cool. That's one step forward :) Before doing anything, the fact that you don't see any log it means the code never actually ran. As I mentioned before, I noticed is that if you are using You can try uploading my dist.zip and see if it works. If it doesn't there's still something misconfigured in the lambda. Roberto |
Yeah, I'm pretty sure the problem is related to how the files have been zipped. Can you try to zip it manually? Selecting the files and not the folder. |
I've uploaded the code using Serverless and this didn't work as well :( |
Hi, I'm pretty sure the problem is related with the zipped file and folders permissions. As you can see here: And this is the thread about the problem, using The fact that you see the files doesn't matter, the problem is around folder permissions. Have you tried to manually zip the files and upload it? http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-sourcebundle.html#using-features.deployment.source.gui Otherwise you could try to upload my zip file and see if it works and then change the Roberto |
I think we have progress here. :) |
So after all its look like you where right about me not uploading the files properly :) |
I don't know what was it maybe I did copy the Webhook key wrongly but when I re-added all the values to the Lambda envs all worked like a charm :) |
Cool, happy to hear you managed in the end! Enjoy the skill :) Roberto |
Can you please fix the item mapping.
So when specified ID: in the products.yml file it picks it up.
The text was updated successfully, but these errors were encountered: