szokeptr / homebridge-tradfri-plugin

Ikea Tradfri plugin for Homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck on Initializing IkeaTadfri

talkaboutdesign opened this issue · comments

[4/22/2017, 9:58:14 PM] [Tradfri] Initializing IkeaTradfri platform...

Than it closes after min or so. Doesn't actually start.

@talkaboutdesign please update node to 6.x or preferably 7.x, after that update the plugin to 1.0.6, I just pushed a fix for some issues related to this.

With Node 7.10 and plugin 1.0.6 I have the same issue:

[5/6/2017, 12:36:24 AM] [Tradfri] Initializing IkeaTradfri platform...
(node:33502) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: Unexpected token v in JSON at position 0
(node:33502) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

And the config.json file is a valid JSON

I updated the plugin with better error handling, please update it then try again.

It works now 👍 my mistake was just wrong PSK. Error handling helped to guess where is the issue.