-
Notifications
You must be signed in to change notification settings - Fork 15
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
unable to buy hints (after completing lab2) #7
Comments
This could be a tough one to debug. I presume you have looked in your CloudWatch logs and saw nothing relevant. (I wouldn't think you would, but let's rule out the simple things, yeah?) First thing I would try is to test on an actual device. (Again, shouldn't be an issue, but since the error message isn't giving us anything to work with, and it's an easy check...) Next I would check your account configuration. Since ISP's only work in specific locales, and for accounts which meet specific criteria. Navigate to https://www.amazon.com/hz/mycd/myx?ie=UTF8&ref_=nav_youraccount_myk#/home/settings/payment while logged in to the account you're using for testing. Click on the Country/Region Settings section and check the setting. I don't recall the full list of valid settings, but it could be a clue if it's not one of the locales with ISP's (e.g. US, GB, DE, JP). |
Thanks for your quick reply! I changed my Country/Region to the US on my account but that didn't work either. (maybe it takes sometime to take effect?) Out of ideas at the moment 🤔 |
Unfortunately, the Country/Region is not the only dimensions that has to align. That will match things up with the en-US locale. This page from our Tech Docs describes how distribution countries work. For the en-US locale, your location (a.k.a. country of residence or billing address) also needs to be in the USA. The locations relevant to a given locale can be seen in the Pricing & Availability section when you create an In-Skill Product. I'm not certain getting those things aligned will fix your problem, but it's worth a shot. |
I found this video from Dabble Lab that says to basically modify the purchasable and purchaseResult conditional to account for undefined cases (for alexa skill makers outside of the US) but to remove it during production: (watch from 14:15) However, today I repeated the alexa isp tutorial from scratch and its working now (I didn't change anything from before with respect to account settings)! This is a mystery to me lol. |
Hi I have completed labs 1 and 2, but I keep getting an internal service error when I try to buy hints:
https://github.com/singha53/alexa-isp/blob/master/pics/errorMsg.png
Can you please help me debug this issue? Not sure what the problem is.
Thank you!
A
The text was updated successfully, but these errors were encountered: