google-home / smarthome-local

https://codelabs.developers.google.com/codelabs/smarthome-local
Apache License 2.0
28 stars 17 forks source link

gaxios throw error in onSync of `requestsync` endpoint #14

Open unsigned6 opened 3 years ago

unsigned6 commented 3 years ago

I've deployed to firebase on step 3, but see a web interface with no device. Viewing logs of requestsync in firebase see next:

requestsync
{ Error: Requested entity was not found.
    at Gaxios._request (/workspace/node_modules/googleapis/node_modules/gaxios/build/src/gaxios.js:85:23)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  response:
   { config:
      { url: 'https://homegraph.googleapis.com/v1/devices:requestSync',
        method: 'POST',...

Any ideas ho to solve this?

Michael-Hanley commented 3 years ago

Receiving the same issue