Hello there,
Since yesterday, my Alexa skill is not connecting HA.
I can’t “link the skill” anymore
The login page of HA is showing, my credentials are correct, the 2FA is showing and after a few seconds, I have the above screen.
So I’ve done some tests.
Using the api in postman is succesfull
But the same in the AWS developer console is giving me a timeout (same BASE_URL)
START RequestId: 6501e0c8-c5cb-4060-af9a-b4f1e4b9c873 Version: $LATEST
[WARNING] 2024-07-15T08:45:36.482Z 6501e0c8-c5cb-4060-af9a-b4f1e4b9c873 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fa313f03550>, ‘Connection to xxxxxx timed out. (connect timeout=2.0)’)’: /api/alexa/smart_home
2024-07-15T08:45:37.459Z 6501e0c8-c5cb-4060-af9a-b4f1e4b9c873 Task timed out after 3.01 secondsEND RequestId: 6501e0c8-c5cb-4060-af9a-b4f1e4b9c873
REPORT RequestId: 6501e0c8-c5cb-4060-af9a-b4f1e4b9c873 Duration: 3005.08 ms Billed Duration: 3000 ms Memory Size: 128 MB Max Memory Used: 38 MB Init Duration: 158.51 ms
It is the same external URL.
My Dasboard is reachable with the same URL.
Why is the lambda not able to connect intime to my HA instance?
Any idea to explore?
P.S.: I’ve even created a brand new lambda, using Python 3.12 (instead of 3.7, 2 years ago) but it is also unsuccesfull