Giter VIP home page Giter VIP logo

Comments (13)

amitmawkin avatar amitmawkin commented on July 20, 2024 6

resolved it myself

from alexa-skills-kit-sdk-for-nodejs.

codercross avatar codercross commented on July 20, 2024

How did you resolve the issue? I'm getting the same thing.

from alexa-skills-kit-sdk-for-nodejs.

pdclark avatar pdclark commented on July 20, 2024

I'm also getting this error. Running https://github.com/alexa/skill-sample-nodejs-howto ... Comes up after saving lambda a few times or uploading via zip.

@amitmawkin Any tips on how you resolved the issue?

from alexa-skills-kit-sdk-for-nodejs.

amitmawkin avatar amitmawkin commented on July 20, 2024

Make sure you are packaging your node_modules folder in the zip uploaded for your lambda function

from alexa-skills-kit-sdk-for-nodejs.

rmtuckerphx avatar rmtuckerphx commented on July 20, 2024

Use this starter template to ease deployment headaches.
Alexa Skill Serverless Starter Template

from alexa-skills-kit-sdk-for-nodejs.

AnonDEmaYan avatar AnonDEmaYan commented on July 20, 2024

@amitmawkin Can you please elaborate your approach for resolving this error? I didn't find any proper solution to this problem so far. I'm including my node_modules folder in the zip file uploaded to lambda, but i'm getting the same error again and again.. Thanks in advance.

from alexa-skills-kit-sdk-for-nodejs.

rahul606 avatar rahul606 commented on July 20, 2024

@pdclark did you able to solve your problem. I am having the same. No idea what I am doing wrong.

from alexa-skills-kit-sdk-for-nodejs.

muttoni avatar muttoni commented on July 20, 2024

Remember to zip the contents, not the folder itself! Have you tried that?

from alexa-skills-kit-sdk-for-nodejs.

rahul606 avatar rahul606 commented on July 20, 2024

@muttoni I have two js files and node_modules folder which I am zipping. I assume this is the right way !!

from alexa-skills-kit-sdk-for-nodejs.

amitmawkin avatar amitmawkin commented on July 20, 2024

Hey guys it is a packaging issue. Usage of frameworks like serverless or others are recommended as they take care of packaging problems

from alexa-skills-kit-sdk-for-nodejs.

KumarAtwindsorinfosys avatar KumarAtwindsorinfosys commented on July 20, 2024

try this from terminal from within the your folder having index.js...
zip -r ../lambda.zip *

from alexa-skills-kit-sdk-for-nodejs.

dman777 avatar dman777 commented on July 20, 2024

It can not be a packaging issue. I am hosting the skill on my Ubuntu server with Node and I have the same error with locale: en-us in my request. That locale is enabled and on my linux server.

from alexa-skills-kit-sdk-for-nodejs.

dman777 avatar dman777 commented on July 20, 2024

grrr.... looking in this source code. Is this sdk only meant to be used a lambda function and not on a self hosted node server?

from alexa-skills-kit-sdk-for-nodejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.