Reputation: 3
I am trying to link my Smart Home action and it is not working for some specific accounts. I have traced out some logs on our server and found that our API is taking longer for some of the accounts which have more number of devices connected than usual. So when I try to link the Smart Home Action on the Google Home App, it loads for like 10 seconds and then lands back to the previous screen without getting linked. My question is, Is there a default timeout for the requests that Google Home is sending at my end, which I am exceeding?
Upvotes: 0
Views: 265
Reputation: 139
You can visit the following link https://developers.google.com/assistant/smarthome/develop/troubleshooting#platform_error_codes and if scroll down to the description for RESPONSE_TIMEOUT error code then it is mentioned that the timeout period for sending a response is 9 seconds for most requests.
If this is not the exact error you are facing then it might be because testing hasn't been enabled on the project. To fix in case this is the issue, AoG Console > Develop > Account Linking > Test (Upper Right Corner).
Upvotes: 1