Nest setup crashes

Hi,

I’ve tried to add the google nest integration but i’m unable to do so.
When selecting google nest from the integrations menu I’m presented with a guide on the steps to take in advance. When I press “submit” nothing happens, i did get an error in the logs but I’m unable to figure out what goes wrong.

Logger: homeassistant.components.websocket_api.http.connection
Bron: helpers/config_entry_oauth2_flow.py:68
integratie: Home Assistant WebSocket API (documentatie, problemen)
Eerst voorgekomen: 13:11:08 (1 gebeurtenissen)
Laatst gelogd: 13:11:08

[547354956208] Error handling message: Unknown error (unknown_error) Hannes from 127.0.0.1 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/src/homeassistant/homeassistant/components/application_credentials/__init__.py", line 332, in handle_integration_list
    domain: await _async_integration_config(hass, domain) for domain in domains
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/application_credentials/__init__.py", line 315, in _async_integration_config
    placeholders = await platform.async_get_description_placeholders(hass)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/google_drive/application_credentials.py", line 22, in async_get_description_placeholders
    "redirect_url": config_entry_oauth2_flow.async_get_redirect_uri(hass),
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 68, in async_get_redirect_uri
    raise RuntimeError("No header in request")
RuntimeError: No header in request

Thanks in advance

Delete the Nest Application Credential in:

  • Settings
  • Devices and Services
  • 3 dots top right of page

and then try again

1 Like