02-07-2024 03:27 AM - edited 02-07-2024 03:52 AM
Hi all,
Following this sample https://developers.home.google.com/codelabs/smarthome-local#2 everything seems to be ok and it deploys. But when I try to link to the google assistant, I can see the test smart home washer device in the list, when i select it i get a "link this service to google" web page button, but when i press it and the screen goes back to google home app, i get an error message "Could not reach [test] Smart Home Washer. Please try again." I have tried many times, same error.
I see in my GCP logs the following error message
SYNC: Request ID 3196224617845968606 failed with code: BACKEND_FAILURE_URL_ERROR
But I cannot find any information about this error. Where can I go next with this issue?
So the flow seems to be
1. open google home app and add device
2. search and select [test] Smart Home Washer
3. Press the Link this service to google
4. linking to.... "Could not reach [test] Smart Home Washer. Please try again."
Looks like whats being returned is like
com.google.android.apps.gsa.gal://oauth2redirect?redirect_state=AEUpNz...YueFl_g&state=AEUpN...tO24&service=test-project-24001_dev
Then the error message.
Thanks for any help!
B.
Answered! Go to the Recommended Answer.
02-12-2024 01:44 PM
Hello @banman ,
02-12-2024 01:44 PM
Hello @banman ,
04-15-2024 07:22 AM
Thanks. I had checked the logs, but there was no root cause evident. I deleted my action project and set up a new one. I have managed to now implement the washer codelab AND the local codelab successfully. I'm not sure I understand why the first attempt was throwing that error however.