dmhacker / alexa-youtube-skill

Allows Alexa to play audio from YouTube videos
MIT License
243 stars 109 forks source link

Total Noob #32

Closed scomay closed 6 years ago

scomay commented 6 years ago

Hi -- I am trying to create this skill as outlined, however, the steps listed on the Wiki and Amazon's interface are completely different.

For instance, I never found "Global Fields section, mark that the skill uses audio player directives" where I named Invocation (also, invocation needs to be two words, not one? "you tube" not "youtube"? I did find, under Interfaces, a tab to turn on Audio Player -- is that correct?

In the Interaction Model page, I found build-in Intents and create a Custom Intent, but no "Schema Intent". And when I tried to Create an Intent and name it Schema, pasting in the script { "intents": [ { "slots": [ { "name": "VideoQuery", "type": "VIDEOS" ...etc...

I got a dialogue box requesting I "Select an Existing Slot" and that there were "no existing slots" and the box changed name to "Sample Utterances" so I deleted the first script and pasted in Sample Utterances from the Wiki, but that wasn't supported, either...

Is there an easier to follow set of instructions is this skill just not meant for noobs like myself. I was really hoping this would work as my teenage son loves listening to youTube while he falls asleep.

dmhacker commented 6 years ago

I will work on getting a more complete guide up over the next few days. My schedule's been pretty packed lately because I just got back to university after spring break, but I'll do my best.

fairytalenightmare commented 6 years ago

I was thinking the same thing, really hope to see the update soon. x

scomay commented 6 years ago

thanks dmhacker -- that would be awesome! which university are you going to?

el-lsan commented 6 years ago

I'm facing the same issue 🤦‍♂️ ! Not sure if the wiki is outdated or i'm a retard 😒

dmhacker commented 6 years ago

@scomay I'm attending UCSD! Studying towards a B.S. in computer science :)

@fairytalenightmare @el-lsan I'll have the updates done by tonight. Seems like Amazon updated their developer page. Just hang tight for now.

scomay commented 6 years ago

oh, sweet! I'm a Banana Slug myself. I live up in Seattle now...which is Amazonia these days.

scomay commented 6 years ago

good luck with your degree, by the way...look into video games when you are done. good money, lots of jobs, great culture.

dmhacker commented 6 years ago

@scomay Tritons at UCSD, not Banana Slugs at UCSC 😛 But yes, I will certainly look into the field.

Update: Please see this link for a revised setup process. Let me know if anything's not clear or any other issues arise.

fairytalenightmare commented 6 years ago

@dmhacker It isnt working. x

scomay commented 6 years ago

Haven’t had a chance to try yet, was out sick since last Friday and missed your emails …til now! But am anxious to give it a shot – thanks!

From: fairytalenightmare [mailto:notifications@github.com] Sent: Friday, April 6, 2018 8:35 AM To: dmhacker/alexa-youtube-skill alexa-youtube-skill@noreply.github.com Cc: Scott Mayhew scomay@arena.net; Mention mention@noreply.github.com Subject: Re: [dmhacker/alexa-youtube-skill] Total Noob (#32)

@scomayhttps://github.com/scomay any luck? x

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/dmhacker/alexa-youtube-skill/issues/32#issuecomment-379290968, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APZGFjM_hdX_z_JwX2a6o6ic_0jFD18xks5tl4sQgaJpZM4TCoPJ.

badbob001 commented 6 years ago

The revised instructions work! Thanks! Before I could get 'test' to work, I had to first go to the build section and make sure everything under 'skill builder checklist' was green. For me, 'build a model' was not green and I had to click it first.

I also couldn't use lambda_basic_execution for the role name as it was also used by another function, so I simple used lambda_basic_execution_youtube.

dmhacker commented 6 years ago

Excellent, glad to hear that. I'll make sure to update the build process to emphasize the checklist as well as fix the lambda role name. Closing this issue.