not able to use bodytemplate1builder /

Published at 2018-10-15 20:46:18

Home / Categories / Alexa skills kit / not able to use bodytemplate1builder
Hello everyone ,I havent used my skill for the last 3 weeks , I recently opened my echo explain and launched the skill . Text got rendered but the background image is not working . I am using the V1 SDK and no i cant migrate to V2 cause i finished developing the entire skill . const builder = unique Alexa.templateBuilders.
BodyTemplate1Builder();
const templ
ate = builder.setTitle("AA).setText("AA").setBackgroundImage(makeImage(resourcesImages.backgroundImage)) .build();this.response.speak("Test").renderTemplate(template)The title and text gets rendered but the background image is not working . ANy help is appreciated thanks

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