Error processing the query

I have a brand new install, on a kvm VM, running home assistant OS. When I try to create an automation I get this error in the logs and error message as shown.

Does anyone have any ideas?

2021-06-08 15:18:47 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [139773378319552] Received {'type': 'cloud/thingtalk/convert', 'query': 'MyFirstAutomation', 'id': 83}
2021-06-08 15:18:48 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [139773378319552] Sending {"id": 83, "type": "result", "success": false, "error": {"code": "unknown_error", "message": "Error processing the query [2]."}}2021-06-08 15:18:47 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [139773378319552] Received {'type': 'cloud/thingtalk/convert', 'query': 'MyFirstAutomation', 'id': 83}
2021-06-08 15:18:48 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [139773378319552] Sending {"id": 83, "type": "result", "success": false, "error": {"code": "unknown_error", "message": "Error processing the query [2]."}}

image

Version core-2021.6.3
Installation Type Home Assistant OS
Development false
Supervisor true
Docker true
Virtual Environment false
Python Version 3.8.9
Operating System Family Linux
Operating System Version 5.4.109
CPU Architecture x86_64
1 Like

Same issue here, did you figure it out?

Do you have an automations.yaml ?

I setup the automations via GUI directly after install. If I set a custom name from the first modal it throws this error, if I use one of the example automations it allows me to continue to the actual automation config wizard where I can then set the actual name I want.

Edit; looks like it actually does this if you try to set one up by describing the automation, I didn’t see the smaller option to skip and create a blank automation.