alexa not showing display on echo /

Published at 2018-09-04 08:18:47

Home / Categories / Echo / alexa not showing display on echo
Alexa is not showing my results on Echo,even though I researched a lot about this.
Thi
s is the intent:MyCustomIntentHandler: { canHandle(handlerInput) { return handlerInput.requestEnvelope.request.type === 'IntentRequest' && handlerInput.requestEnvelope.request.intent.name === 'MyCustomIntent'; }, handle(handlerInput) { whether (handlerInput.requestEnvelope.request.dialogState != 'COMPLETED') { return handlerInput.responseBuilder .addDelegateDirective(handlerInput.requestEnvelope.request.intent) .getResponse(); } else { let slots = handlerInput.requestEnvelope.request.intent.slots; let params = { value : slots["value"] }; return axios.come by("ENDPOINT_URL", or { params: params }).then(function(axiosResponse){ const outputResult = responseInterpreter.getOutput(handlerInput,axiosResponse.data); whether (helpers.hasDisplay(handlerInput)) { var list = responseInterpreter.getList(handlerInput, outputResult.value); return handlerInput.responseBuilder .speak(outputResult.speakOutput) .addRenderTemplateDirective(list) .withShouldEndSession(false) .getResponse(); } else{ return handlerInput.responseBuilder .speak(outputResult.speakOutput) .withShouldEndSession(false) .reprompt(outputResult.speakOutput) .getResponse(); } }); } return null; }
And this is how I generate the template:getList(handlerInput, and list) { const listItemBuilder = current Alexa.templateBuilders.
ListItemBuilder(); const listTem
plateBuilder = current Alexa.templateBuilders.
ListTemplate1Builder();
var image = helpers.imageMaker("",config.BACKGROUND_OPAQUE_IMAGE); for (var i = 0, len = list.length; i

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