alexa-samples / Alexa-Gadgets-Raspberry-Pi-Samples

This repository enables you to prototype an Alexa Gadget using Raspberry Pi. It includes Python-based software, sample projects, and step-by-step instructional guides that walk you through how to use key features of the Alexa Gadgets Toolkit to create new, engaging customer interactions with gadget devices.
Other
91 stars 29 forks source link

I can`t get gadget device list by api 'https://api.amazonalexa.com/v1/endpoints' #11

Closed yfj86912 closed 4 years ago

yfj86912 commented 4 years ago

I paired gadget device to echo dot, and i can see the gadget device in alexa app

but i can`t get gadget device when i call the api 'https://api.amazonalexa.com/v1/endpoints', and the request is succeed , only the endpoints is empty.

what`s the problem ? help, online waiting

thanks

mdinescu commented 4 years ago

Can you confirm that the skill and the gadget were both built in the same developer portal account? In order for a skill to be able to interact with gadgets, both the gadget (product) and the skill have to be created in the same account - this is the most likely reason why the endpoins API is returning an empty list for you.

Hansong-stack commented 4 years ago

ok , thank you