Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/e7a43a23c5ee46df49f3a3b444d83974 to your computer and use it in GitHub Desktop.
Save marcusramberg/e7a43a23c5ee46df49f3a3b444d83974 to your computer and use it in GitHub Desktop.
2019-08-11 20:54:02 ERROR (MainThread) [hass_nabucasa.iot] Error handling message
Traceback (most recent call last):
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 220, in _handle_connection
self.cloud, msg["handler"], msg["payload"]
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 274, in async_handle_message
return await handler(cloud, payload)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 286, in async_handle_google_actions
return await cloud.client.async_google_message(payload)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 147, in async_google_message
self._hass, self.google_config, self.prefs.cloud_user, payload
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 99, in google_config
assert self.cloud is not None
AssertionError
2019-08-11 20:54:03 ERROR (MainThread) [hass_nabucasa.iot] Error handling message
Traceback (most recent call last):
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 220, in _handle_connection
self.cloud, msg["handler"], msg["payload"]
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 274, in async_handle_message
return await handler(cloud, payload)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 286, in async_handle_google_actions
return await cloud.client.async_google_message(payload)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 147, in async_google_message
self._hass, self.google_config, self.prefs.cloud_user, payload
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 99, in google_config
assert self.cloud is not None
AssertionError
2019-08-11 20:54:03 ERROR (MainThread) [hass_nabucasa.iot] Error handling message
Traceback (most recent call last):
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 220, in _handle_connection
self.cloud, msg["handler"], msg["payload"]
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 274, in async_handle_message
return await handler(cloud, payload)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/hass_nabucasa/iot.py", line 286, in async_handle_google_actions
return await cloud.client.async_google_message(payload)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 147, in async_google_message
self._hass, self.google_config, self.prefs.cloud_user, payload
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 99, in google_config
assert self.cloud is not None
AssertionError
2019-08-11 20:56:01 ERROR (MainThread) [homeassistant.components.cloud.http_api] Unexpected error processing request for cloud/alexa/entities
Traceback (most recent call last):
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/http_api.py", line 146, in error_handler
return await handler(hass, connection, msg)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/http_api.py", line 540, in alexa_list
entities = alexa_entities.async_get_entities(hass, cloud.client.alexa_config)
File "/home/marcus/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/client.py", line 88, in alexa_config
assert self.cloud is not None
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment