home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.21k stars 31.16k forks source link

Google assistant via nabu casa cannot sync devices #57917

Closed estebanz01 closed 3 years ago

estebanz01 commented 3 years ago

The problem

After doing some changes in my entities (new Tuya integration setup), when I try to sync my devices with Google, it says that something went wrong trying to sync with Home Assistant Cloud by Nabu Casa.

On basic log output, it shows the following:

Oct 17 11:14:09 raspberrypi hass[4985]: 2021-10-17 11:14:09 WARNING (MainThread) [hass_nabucasa.cloud_api] Fetched https://remotestate.nabucasa.com/request_sync (500)

When I hit the endpoint on the web browser, it returns other HTTP statuses, meaning the 500 it's something related to the data and the verb being used to hit them via HA.

This is the output for the log being shown in the HA UI: grafik

which shows a 401 followed by a 500.

What is version of Home Assistant Core has the issue?

core-2021.10.5

What was the last working version of Home Assistant Core?

core-2021.9.5

What type of installation are you running?

Home Assistant Core

Integration causing the issue

nabu-casa

Link to integration documentation on our website

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Just doing emphasis that I migrated to the new Tuya configuration, which I believe it shouldn't cause any issues.

estebanz01 commented 3 years ago

I don't know what changed on the cloud, but it works now.