alexa-samples / skill-sample-nodejs-audio-player

An Alexa Skill Sample showing how to play long form audio in 3P-skills
Other
470 stars 319 forks source link

Audio player is not streaming the podcast in Amazon app provided alexa feature #41

Closed mukul4u2005 closed 6 years ago

mukul4u2005 commented 7 years ago

I am not sure on Iphone's Amazon Alexa feature can stream the music or not, but its play song when I asked "play music". It means streaming.

I just copied all steps which are given in this sample but it is not playing anything after invoking phase like:"Alexa, ask Audio player begin podcase" its listen and then stop. I am not able to see any error in logs. there are only start ,end and report entry.

Could you suggest what can be the reason ?

mukul4u2005 commented 7 years ago

Could you suggest about this ?

n2questdev commented 7 years ago

I had this issue when I first deployed the lambda function. Try echo device itself. It worked on amazon app after that..

sebsto commented 6 years ago

We would need more details, such as the full request and response received / sent by your skill. Look at this code sample on how to capture these. https://github.com/alexa/skill-sample-nodejs-audio-player/blob/mainline/single-stream/lambda/src/index.js#L11