mikejac / node-red-contrib-google-smarthome

A collection of Node-RED nodes to control your smart home devices via Google Assistant.
GNU General Public License v3.0
116 stars 36 forks source link

Setup Account linking Step 5 does not work! An error occured, please try again later #417

Closed hohmannc85 closed 1 year ago

hohmannc85 commented 1 year ago

Hello! I did everything like your instruction. Everything works so far, I get also the success request. now I am at step 5 Setup Account linking; I klick in my app on [test] XXXX (no device count below). and it says there is an error try again later. any idea?

as well I can run https://xxx/oauth, /token , /check and I see a result, but /smarthome does not exist! is that correct?

Caprico85 commented 1 year ago

Hello @hohmannc85,

did you try https://xxx/smarthome in the browser? /smarthome only supports POST requests. You need a tool like https://resttesttest.com/ for that. Select the POST method.

If it works, you should get error 401 with "missing inputs" (as we gave no credentials).

image

If you get another error (like 404) there is indeed something wrong.

hohmannc85 commented 1 year ago

Hello thank you for your help, Google Need some Time and i Had to redownload the App. Everything works great- good job