Hello,
Yesterday I upgrade to 0.117.1 from 0.116.4 and my Alexa integration stopped working. I set it up using the following link:
I disabled and tried to re-enable the skill, but it gives me the following error:
“We were unable to link Hass Voice Automation at this time.
For instructions and assistance with configuring your skill for account linking with OAuth, please see this guide.”
When I log into the lambda function to test the Discovery function from the instructions, I get the following error:
{
"errorMessage": "HTTPSConnectionPool(host='<my hostname>', port=443): Max retries exceeded with url: /api/alexa/smart_home (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7facf47ea810>: Failed to establish a new connection: [Errno -2] Name or service not known'))",
"errorType": "MaxRetryError",
"stackTrace": [
" File \"/var/task/lambda_function.py\", line 68, in lambda_handler\n body=json.dumps(event).encode('utf-8'),\n",
" File \"/var/runtime/urllib3/request.py\", line 80, in request\n method, url, fields=fields, headers=headers, **urlopen_kw\n",
" File \"/var/runtime/urllib3/request.py\", line 171, in request_encode_body\n return self.urlopen(method, url, **extra_kw)\n",
" File \"/var/runtime/urllib3/poolmanager.py\", line 336, in urlopen\n response = conn.urlopen(method, u.request_uri, **kw)\n",
" File \"/var/runtime/urllib3/connectionpool.py\", line 767, in urlopen\n **response_kw\n",
" File \"/var/runtime/urllib3/connectionpool.py\", line 767, in urlopen\n **response_kw\n",
" File \"/var/runtime/urllib3/connectionpool.py\", line 767, in urlopen\n **response_kw\n",
" File \"/var/runtime/urllib3/connectionpool.py\", line 727, in urlopen\n method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]\n",
" File \"/var/runtime/urllib3/util/retry.py\", line 439, in increment\n raise MaxRetryError(_pool, url, error or ResponseError(cause))\n"
]
}
This happens even if a LONG_LIVED_ACCESS_TOKEN defined. I did check that nothing changed on the AWS side based on the link above, but I cannot figure out why.
Also, in my configuration there is no content under “smart_home:” however I never added anything to it in the past; I assume the config gets added when it’s linked?
Can someone please help?
Thanks
Ray