keatontaylor / alexa-actions

A README and associated code to get actionable notifications setup for Alexa devices.
GNU General Public License v3.0
399 stars 187 forks source link

Event not firing in HA #176

Closed hawkseye76 closed 1 year ago

hawkseye76 commented 1 year ago

I followed the wiki and got everything setup. The script asks the question, retrieves the answer, but the event is never fired in Home Assistant. There aren't any errors i can see. I enabled debug, and i don't see any errors in cloudwatch. I'm sure i'm probably missing something. Any help is greatly appreciated. Here is one of the log files.

log_file.txt

hawkseye76 commented 1 year ago

A little more info. My initial attempts were behind an nginx reverse proxy. To see if it was maybe my setup, i flipped it over to a cloud account with a nabu casa url, and that doesn't work either. I'm not getting any events fired from either url.

JosXa commented 1 year ago

I am also unable to get HA to send data to the skill. I triple-checked all steps from the wiki and am certain I have it set up correctly, but nothing shows up in Cloudwatch when I trigger the media player. I can use the media player in other situations just fine. I have configured the skill in the EU region in AWS, not sure if that matters... I can't seem to find any logs of the media player anywhere that would help me debug this either.

hawkseye76 commented 1 year ago

I can get HA to send data to the skill, but the skill doesn't send data back to reverse proxy url or nabu casa cloud url. I can't manually fire events from api externally, so it's not being blocked.

DEADSEC-SECURITY commented 1 year ago

@JosXa did you use the correct skill id in the media_player? Is the media_player in HA the same account as the skill?

hawkseye76 commented 1 year ago

Well, not sure what the deal was, but after a couple of reboots and recreating the amazon skill again, everything is working as expected now.