You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like the clientIdSecret function is not called after a "Deploy" in Node Red. It must have taken an old config value, which was empty. A full restart of Node Red fixed the issue.
A more permanent fix for this issue would be to call the setClientIdSecret function after a redeploy
When I try to pair with GHome, I get the following error msg:
it somehow expects the client ID to be emtpy. I checked nginx access log, where
is logged. I also checked the code to try to understand my error a bit, where I came to the conclusion that the expected empty string has to come from the initialization in https://github.com/mikejac/node-red-contrib-google-smarthome/blob/master/lib/Auth.js#L32 , although it should get overwritten in https://github.com/mikejac/node-red-contrib-google-smarthome/blob/master/lib/SmartHome.js#L64
did I do something wrong?
The text was updated successfully, but these errors were encountered: