Same problem here. I have read some users using duck DNS have the same issues. Personally, I am running the Nginx plugin in Home Assistant to get SSL, have no problems linking the skill, but still receive the “There was a problem with the requested skill’s response” message.
EDIT - SOLUTION: Add the two files language_strings.json and prompts.py to the lambda folder. Thanks to @lakefire on GitHub for the solution!
Thanks for the example!
This works really well until I have more than one event_id as the Node Red all event node responds to any alexa_actionable_notification. Is there a way to have the switch compare the event_id as well as the event_responses? I currently have this working by comparing event_id in a switch before the event_response switch, however it would be great to do these in one
Anyone have an example of how to repeat an actionable notification until the response is yes? I put a door/windows sensor on my freezer door. I want the event to trigger if the door has been left open for 5 minutes. If no response, wait a couple of minutes and repeat the notification until someone responds with YES.
This seems to be an exciting way of using Alexa. But. Call me stupid, I believe I’ve followed the the guide step by step, but in the end all I get when I say, “Alexa, open custom actions” is “There was a problem with the requested skill’s response”. Trying to figure out where I made a mistake, but no success. Can anybody help me out?
My lambda_function.py say:
HOME_ASSISTANT_URL = 'https://z8sxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa69.ui.nabu.casa' # REPLACE WITH THE URL FOR YOUR HA FRONTEND
VERIFY_SSL = True # SET TO FALSE IF YOU DO NOT HAVE VALID CERTS
TOKEN = 'eyJ0eXAiOiJKV1QiLxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxTU0N2JiYmU3ODhlOWMxZWZhZmNkMSIsImlhdCI6MTU5OTEzMTk0NSwiZXhwIjoxOTE0NDkxOTQ1fQ.ZHNljtXnq7CGO1uK-dUHkIqtum9VQlnnvQYxLR75kPo' # ADD YOUR LONG LIVED TOKEN IF NEEDED OTHERWISE LEAVE BLANK
Hello, I think it is a Skill activation error on the AWS server, I had the same error, I got obfuscated and after reviewing everything I left it as impossible and went to sleep, the next day I checked it and it worked, without having modified nothing.
Where can you find all the actionable_notification_* options?
I only see everywhere actionable_notification_lock_left_unlocked this one… but there must be more?
I’m not sure if there’s a question here but I did eventually get it to work by using the instructions from the github wiki. So I’m not sure I can help especially with so little information.
Unfortunately this error means the skill cannot reach your instance of Home Assistant, and this can be caused by more than one issue. I resolved this error by adding all of the files in the repo to my lambda folder. It could very well be that your instance of Home Assistant is unreachable, however because it in Nabu Casa it should work. I would suggest double checking your config and make sure your Nabu Casa info is corrrect.
Like others, I’m totally stuck. I made it through creating the skill, but when testing it by saying “alexa open custom actions”, alexa doesn’t say a word. The amazon device is an echo dot (with a screen) which displays the name of the skill, but doesn’t say/do anything else. And yes, the volume is up
Since I’m using Nabu Casa, I skipped the account linking section and used the external url provided in the “Remote Control” section of the Home Assistant Cloud page. I also created and included the long lived token. Wasn’t sure on SSL, so I’ve tried with both True and False and get the same results.
Perhaps I missed something, but after 3 attempts, I’m reaching out for help.
Thanks to anyone who is willing to point me in the right direction!!!
I’m also having an issue. Everything worked fine the first time when I used the sample automation. I then changed the message to the second example (adding the whisper effect). Now, the echo dot lights up like it did the first time but it is silent. There are no error messages. No idea why it stopped working.
Update: It just suddenly started working. Also, when I tested the skill after the initial setup, I also got the response, “There was a problem with the requested skill’s response." But, it still works.