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 streaming stop after 30 mins #89

Closed legendarykb71 closed 6 years ago

legendarykb71 commented 6 years ago

I have this Radio streaming alexa skill. Audio streaming works fine but after 30 mins, stream suddenly stops. And i could see this log on the cloudwatch. What could have cause this? or is there any settings that i need to configure? Thanks

Please cloudwatch log on the screen shot.

screen shot 2018-04-01 at 9 02 37 pm
sebsto commented 6 years ago

Hello,

I don't see an error in the cloudwatch log screenshot you attached. Do you still experience this issue ?

Seb

legendarykb71 commented 6 years ago

Hi,

Just tested my Alexa Radio Streaming skill. And now it works fine. Did you do any fix? or Whats the cause of error?

Thanks, Kristian Babiera

On Sat, Jun 9, 2018 at 1:07 AM, Sébastien Stormacq <notifications@github.com

wrote:

Hello,

I don't see an error in the cloudwatch log screenshot you attached. Do you still experience this issue ?

Seb

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexa/skill-sample-nodejs-audio-player/issues/89#issuecomment-395890652, or mute the thread https://github.com/notifications/unsubscribe-auth/AbNeJlFuLPp4iTwVyU5LeeFmiHdd5tCyks5t6uelgaJpZM4TC5cC .

sebsto commented 6 years ago

No. I did not change anything after having migrated the code to our SDK v2. I would assume it might have been an error from the stream or from the on device audio player. Devices gets updated regularly with new firmware.

--Seb

Sent from a smartphone. Please, accept apologies for brevity and typos.

On 12 Jun 2018, at 10:13, legendarykb71 notifications@github.com wrote:

Hi,

Just tested my Alexa Radio Streaming skill. And now it works fine. Did you do any fix? or Whats the cause of error?

Thanks, Kristian Babiera

On Sat, Jun 9, 2018 at 1:07 AM, Sébastien Stormacq <notifications@github.com

wrote:

Hello,

I don't see an error in the cloudwatch log screenshot you attached. Do you still experience this issue ?

Seb

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexa/skill-sample-nodejs-audio-player/issues/89#issuecomment-395890652, or mute the thread https://github.com/notifications/unsubscribe-auth/AbNeJlFuLPp4iTwVyU5LeeFmiHdd5tCyks5t6uelgaJpZM4TC5cC .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

legendarykb71 commented 6 years ago

I will check that also. The skill is now playing for almost 6 hours already. Thank you so much. Cheers!