Hi, Im hoping you can help me to fix an error I am getting after following the DrZzs youtube video
to setup Alexa to work with Home Assistant. This video follows the Mike-Grant instructions.
I managed to make it all the way through the instructions to the 13 minute mark where I found I was getting a timeout error when running the haaska test.
Can you please help to let me know what needs to be adjusted to ensure a successful test so I can move to the next steps?
Hi,
Seems that after a lot of google searching I managed to find the issue.
I originally had my config.json with the following line as shown in the video:
“url”: “https://******.duckdns.org”,
I change it to the below line and the test ran successfully.
“url”: “https://******.duckdns.org:8123”,
Hope this entry can help someone else in the future!