colinbendell / homebridge-blink-for-home

Blink For Home Camera Homebridge plugin
MIT License
89 stars 27 forks source link

Blink for Home Bridge Missing Blink account credentials #87

Open MartyE1 opened 2 years ago

MartyE1 commented 2 years ago

I received the following in the Hoobs log while configuring the plugin: WARNING unhandled rejection: Error: Missing Blink account credentials {"email","password"} in config.json

the json contains both a username and password as per the doc on the web: To configure this set it up as a platform in your config.json file. "platforms" : [ { "name" : "Blink", "username" : "", "password" : "", "pin" : "", "platform" : "Blink" } ]

The below is what I am using:

"platforms" : [ { "name" : "Blink", "username" : "XXX@xxx.com", "password" : "xxx", "pin" : "123", "platform" : "Blink" } ]

I must be doing something wrong...

colinbendell commented 2 years ago

Can you try with the 3.9 release and see if you are able to make more headway?