Skip to content
#

alexa-skill

Here are 1,040 public repositories matching this topic...

jzajac2
jzajac2 commented Jun 10, 2019

I have several questions, hopefully the output of this is I can submit a PR for some doc updates:

  1. the node-sonos-http-api allows for a folder named presets in it (for organization purposes) and it is the preferred way so perhaps we should update accordingly (I believe it even hot loads them / don't have to restart the server when you add new json files to presets folder)
  2. When I have a .j
scotteknight
scotteknight commented Sep 16, 2019

The documentation for deploying to Heroku here shows an out of date Procfile example. The correct Procfile should be:

web: bundle exec puma -C config/puma.rb
sidekiq: bundle exec sidekiq -C config/sidekiq.yml -q stealth_webhooks -q stealth_replies -r ./config/boot.rb

This is one of the breaking changes for version 1.1.0

devedse
devedse commented May 25, 2018

I've been trying to setup an Alexa bot that talks to Azure without success. First I tried to deploy the sample project but I kept running into exceptions being thrown by the Logger.

After removing the Logger from the application I finally managed to get something working.

However, whenever I try to type start skill in the Test Console I keep getting that an error:

There was

The high low game is a game where the player tries to guess the target number. After each incorrect guess, the player is informed if the target number is higher or lower than their current guess. This continues until the target number is guessed or the player gives up. This sample Alexa Skill is written in Node.js and demonstrates the use of session and persistent attributes.

  • Updated May 5, 2020
  • JavaScript
alexgorbachev
alexgorbachev commented Oct 10, 2017

I was expecting that aws sdk picks up the current profile that I configure with aws configure but it actually doesn't and requires to set environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.

Would be great to update the README and also maybe add else option into the catch block of iam.getUser in create-iam.js.

Improve this page

Add a description, image, and links to the alexa-skill topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the alexa-skill topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.