hardillb / node-red-alexa-home-skill-web

Apache License 2.0
45 stars 28 forks source link

Application Error #79

Closed nilava closed 5 years ago

nilava commented 5 years ago

Application error when deployed to heroku!

hardillb commented 5 years ago

Well that is a absolutely useless issue

nilava commented 5 years ago

neither won't it run locally, it won't run in aws either.

hardillb commented 5 years ago

Again, absolutely no useful information here.

hardillb commented 5 years ago

Just to be totally clear here. The code works perfectly fine if you set the environment up correctly.

You have supplied absolutely no useful information about what you have tried here, not even the stack trace presented when the crashes on startup, or the environment you are trying to run it in (version of nodejs/is version). So I have nothing to work with.

If you want people to help you then you have to make it easy for them.

There are no setup instructions for this code for a number of reasons:

nilava commented 5 years ago

Sorry for providing such less info, i actually made a skill which utilises blynk api to control all blynk devices, here's my skill - https://www.amazon.in/Nilava-Chowdhurys-Smart-Home/dp/B07N8SKQX7/ref=sr_1_1?s=digital-skills&ie=UTF8&qid=1549630880&sr=1-1&keywords=chowdhury

Its fully functional but the only issue is for discovery device response i am hardcoding the devices in the lambda code itself and so it lacks any web ui to add and manage devices, i love your work and i wanted to modify it to accept blynk auth token and virtual pin in add device page and then pass the response to alexa, obviously giving you all the credits.

The problems i faced in heroku was error 503 , and in local deployment i got throw error, i am using nodejs v10.15.0 and npm version 6.4.1