Pizzaface / Alexa-Chromecast-Skill-2.0

Allows Amazon Alexa to control Google Chromecast - Designed for Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files not found

seamusmcaffrey opened this issue · comments

Apologies if I'm using the site features wrong by logging an issue, but it looks like I'm missing a very basic first step on this as the initial step errors out most lines. I set up an alexa to kodi install earlier and thought this would be a nice second challenge, but this one may be over my current expertise. Current issue: http://imgur.com/a/NtEBX

Let me know if you have thoughts on how to get around this; the steps seem to make enough sense but it's not asking me for input of aws keys or anything. Not sure what I'm missing. Thanks!

Two problems that I can see:

  1. You're running aws-setup In your home directory, not ~/Documents/x
  2. awscli is not installed

Hmm, I dragged the .sh to terminal and that's the path it gave me, but I'll play around with that. I'll install that as well and see what happens. Thanks!

I've updated the script to change to the directory the script is in and error when pip isn't installed, which should give a clear warning and some instructions for people with the same environment as you.