Google Assistant Unlinked After Working?

Hi all,

I have been happily using Google Assistant in Manual mode and devices were coming through when in the middle of use the account unlinked its self.

I have since gone through recreating from the start how ever when I get past the log in screen the app defaults back to the add device screen.

Any suggestions in relation to the latest build as I have found quite a lot relating to when the API was changed ('18) but nothing recent ?

# Google Assistant
google_assistant:
  project_id: xxxxxxxxxxx
  service_account: !include xxxxxxxxxxxx.json
  expose_by_default: true
  report_state: true
  exposed_domains:
  - cameras

Thanks Terran

EDIT - I have found some good tips here that I am trying - Unable to link Home Assistant to Google Assistant

So some further info from the google logs …

{
  "insertId": "sb0v9tb1t",
  "jsonPayload": {
    "step": "REFRESH_ACCESS_TOKEN",
    "@type": "type.googleapis.com/google.identity.accountlinking.type.AccountLinkingError",
    "request": {
      "method": "POST",
      "uri": "https://xxxxxxxxxxxx.org/auth/token",
      "body": "grant_type=refresh_token&refresh_token=REDACTED_VALUE&client_id=https://oauth-redirect.googleusercontent.com/&client_secret=REDACTED_VALUE"
    },
    "errorReason": "Failed to get response from 3P. 3P returned malformed response like invalid response code or un-inflatble body."
  },
  "resource": {
    "type": "assistant_action_project",
    "labels": {
      "project_id": "xxxxxx"
    }
  },
  "timestamp": "2020-11-25T13:03:59.838Z",
  "severity": "ERROR",
  "logName": "projects/xxxxxxxxxxxx/logs/accountlinking-pa.googleapis.com%2Ferror",
  "receiveTimestamp": "2020-11-25T13:04:00.619650398Z"
}

Thanks

T

OK… Just updated to the new release and I seem to be back.

Odd so will monitor.

T