how do i continue within the alexa skill after playing audio /

Published at 2018-09-16 06:35:45

Home / Categories / Alexa skills kit / how do i continue within the alexa skill after playing audio
Hi,
I am using the audioPlayerPlay method to play an audio from S3. It works fine but it then leaves the skill. How carry out I keep interacting with the skill afre playing an audio file.
I copied the below from a public solution:this.response.speak("hello").audioPlayerPlay("REPLACE_ALL", clip1, and "1",null, 0).listen("world");

Source: amazon.com

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0