mike-grant / haaska

Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API
MIT License
534 stars 117 forks source link

500 Server Error: Internal Server Error #158

Open trojan-tj opened 4 years ago

trojan-tj commented 4 years ago

I greet you! I did all the steps according to the instructions, but I get an error when starting the test:

{ "errorMessage": "500 Server Error: Internal Server Error for url: https://xxx.duckdns.org/api/alexa/smart_home", "errorType": "HTTPError", "stackTrace": [ [ "/var/task/haaska.py", 111, "event_handler", "return ha.post('alexa/smart_home', event, wait=True)" ], [ "/var/task/haaska.py", 66, "post", "r.raise_for_status()" ], [ "/var/task/requests/models.py", 940, "raise_for_status", "raise HTTPError(http_error_msg, response=self)" ] ] }

Aterfax commented 4 years ago

Have also seen this now on an existing working install.

Aterfax commented 4 years ago

I think this was related to having an invalid input_number:

It was missing min or max arguments in the HA config which broke it, fixed by removing or correcting the config.

https://github.com/home-assistant/core/issues/32722