I’m getting an “error - The request timed out”
while trying to set up the companion app with my local installation.
homeassistant/raspberrypi3-homeassistant 0.108.8 ddbf100d446c 2 days ago 1.25GB
homeassistant/armv7-hassio-supervisor 219 262d0e5dd234 2 days ago 284MB
homeassistant/armv7-hassio-supervisor latest 262d0e5dd234 2 days ago 284MB
- The app finds my installation and lets me login just fine:
- It goes thru the last setup part until a popup error appears:
- At this point, the app seems dead. I waited for 5 mins and nothing changed (please check the time in the screenshot):
- Closing and reopening the app starts from the beginning:
- checking the integrations tho reveals something did happen:
tailing the docker container’s logs gives:
2020-04-24 18:06:45 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new device_tracker.mobile_app entity: device_tracker.mulberry_3
2020-04-24 18:06:45 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2020-04-24 18:06:45 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2020-04-24 18:06:45 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2020-04-24 18:06:55 ERROR (MainThread) [homeassistant.components.webhook] Error processing webhook af7db23da26dbb703dace7bb526515ee1312d7691ccc612a7da876f4860446e5
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 77, in async_handle_webhook
response = await webhook["handler"](hass, webhook_id, request)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 186, in handle_webhook
return await WEBHOOK_COMMANDS[webhook_type](hass, config_entry, webhook_payload)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 131, in validate_and_run
return await func(hass, config_entry, data)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 379, in webhook_register_sensor
await hass.data[DOMAIN][DATA_STORE].async_save(savable_state(hass))
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 136, in async_save
await self._async_handle_write_data()
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 197, in _async_handle_write_data
self._write_data, self.path, data
concurrent.futures._base.CancelledError
2020-04-24 18:06:55 ERROR (MainThread) [homeassistant.components.webhook] Error processing webhook af7db23da26dbb703dace7bb526515ee1312d7691ccc612a7da876f4860446e5
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 77, in async_handle_webhook
response = await webhook["handler"](hass, webhook_id, request)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 186, in handle_webhook
return await WEBHOOK_COMMANDS[webhook_type](hass, config_entry, webhook_payload)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 131, in validate_and_run
return await func(hass, config_entry, data)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 379, in webhook_register_sensor
await hass.data[DOMAIN][DATA_STORE].async_save(savable_state(hass))
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 136, in async_save
await self._async_handle_write_data()
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 197, in _async_handle_write_data
self._write_data, self.path, data
concurrent.futures._base.CancelledError
2020-04-24 18:06:55 ERROR (MainThread) [homeassistant.components.webhook] Error processing webhook af7db23da26dbb703dace7bb526515ee1312d7691ccc612a7da876f4860446e5
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 77, in async_handle_webhook
response = await webhook["handler"](hass, webhook_id, request)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 186, in handle_webhook
return await WEBHOOK_COMMANDS[webhook_type](hass, config_entry, webhook_payload)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 131, in validate_and_run
return await func(hass, config_entry, data)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 379, in webhook_register_sensor
await hass.data[DOMAIN][DATA_STORE].async_save(savable_state(hass))
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 136, in async_save
await self._async_handle_write_data()
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 197, in _async_handle_write_data
self._write_data, self.path, data
concurrent.futures._base.CancelledError
2020-04-24 18:06:55 ERROR (MainThread) [homeassistant.components.webhook] Error processing webhook af7db23da26dbb703dace7bb526515ee1312d7691ccc612a7da876f4860446e5
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 77, in async_handle_webhook
response = await webhook["handler"](hass, webhook_id, request)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 186, in handle_webhook
return await WEBHOOK_COMMANDS[webhook_type](hass, config_entry, webhook_payload)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 131, in validate_and_run
return await func(hass, config_entry, data)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py", line 379, in webhook_register_sensor
await hass.data[DOMAIN][DATA_STORE].async_save(savable_state(hass))
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 136, in async_save
await self._async_handle_write_data()
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 197, in _async_handle_write_data
self._write_data, self.path, data
concurrent.futures._base.CancelledError
I cannot troubleshoot it much further because Error processing webhook af7db23da26dbb703dace7bb526515ee1312d7691ccc612a7da876f4860446e5
doesn’t mean much to me
Any suggestion?