haaska icon indicating copy to clipboard operation
haaska copied to clipboard

struggling with this for a bit now please

Open nashlib opened this issue 8 years ago • 1 comments

Hi, I think i have setup the haaska skill properly, following all steps to the T. but when I run the haaska function in lambda, i get this following message. Any help would be brilliant. I am using my public IP for home assistant. Not sure where i'm erring !

{ "stackTrace": [ [ "/var/task/haaska.py", 41, "event_handler", "cfg = get_config()" ], [ "/var/task/haaska.py", 34, "get_config", "cfg = json.load(f)" ], [ "/usr/lib64/python2.7/json/init.py", 290, "load", "**kw)" ], [ "/usr/lib64/python2.7/json/init.py", 338, "loads", "return _default_decoder.decode(s)" ], [ "/usr/lib64/python2.7/json/decoder.py", 366, "decode", "obj, end = self.raw_decode(s, idx=_w(s, 0).end())" ], [ "/usr/lib64/python2.7/json/decoder.py", 382, "raw_decode", "obj, end = self.scan_once(s, idx)" ] ], "errorType": "ValueError", "errorMessage": "Expecting , delimiter: line 4 column 5 (char 84)" }

nashlib avatar Jun 27 '16 21:06 nashlib

for me, I had added a line in the config.json so that I had my cert in there. I had forgotten a comma at the end of the second line (I added the third)

sisensee avatar Aug 09 '16 20:08 sisensee