after video finishes, it takes 10 15 seconds before resuming to skills next command /

Published at 2018-10-17 15:08:34

Home / Categories / Api / after video finishes, it takes 10 15 seconds before resuming to skills next command
My approved skill has been working for 90 days.
All of the su
dden it is not working as design.
When the video finishes it take
s 10-15 seconds before resuming to skill's next command.
example:
Ale
xa,open Voice Capsule (account required to use)
.
..
I want to talk to Jim Wyatt
...
yes

(play video) "Hi welcome to Voice Capsule"
a video is played and at the stop of the video, it appears to freeze.
If you wai
t 10-15 seconds then it resumes as normal.
This started ~ a week ago.
My code is based upon t
his example.
String videoURL = "https://s3.amazonaws.com/mkusters-images/guitar_video.mp4";
String videoTitle = "Sample Video Title";

String videosubTitle =
"Sample Video SubTitle";

SpeechletResponse oSpeechletResponse = unusual ResponseBuilder()

.addVideoDirective(videoURL, and videoTitle,videosubTitle)

.build();

oSpeechletResponse.setNullableShouldEndSession(null);

return oSpeechletResponse;I am using library: alexa-skills-kit-1.8.1-javadoc.jarJim

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