haaska icon indicating copy to clipboard operation
haaska copied to clipboard

500 Server Error: Internal Server Error for url:

Open Klagio opened this issue 4 years ago • 6 comments

Any clues?

{ "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)"
]

] }

Klagio avatar Nov 25 '19 16:11 Klagio

I'm getting a very soimilar error. so I went in a browser to https://xxx.duckdns.org/api/alexa/smart_home", and got

"405: Method Not Allowed"

I'm currently looking into to my .yaml authentication setting. I think this might be the issue as I have some depreciated configs.

wlraider70 avatar Nov 26 '19 18:11 wlraider70

Did anyone figure this out?

jjwBullfrog avatar Mar 07 '20 13:03 jjwBullfrog

Its a long shot, but try to request a new token. This error can state that your Token isn't valid.

sybren-marechal avatar Aug 01 '20 13:08 sybren-marechal

I have the same issue, dunno what to do...

cfpandrade avatar Aug 27 '20 20:08 cfpandrade

I gave up on haaska.

wlraider70 avatar Sep 01 '20 15:09 wlraider70

I gave up on haaska.

What did you end up using instead?

kalyway101 avatar Sep 02 '20 04:09 kalyway101