My system is just all of a sudden now getting errors on all the automations I had setup. Anyone else having these problems?
Error while executing automation automation.front_door_open. Unknown error for call_service at pos 2:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/automation/__init__.py", line 437, in action
await script_obj.async_run(variables, context)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/script.py", line 190, in async_run
await self._handle_action(action, variables, context)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/script.py", line 274, in _handle_action
await self._actions[_determine_action(action)](action, variables, context)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/script.py", line 357, in _async_call_service
context=context,
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 97, in async_call_from_config
domain, service_name, service_data, blocking=blocking, context=context
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/core.py", line 1236, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/core.py", line 1261, in _execute_service
await handler.func(service_call)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/notify/__init__.py", line 120, in async_notify_message
await notify_service.async_send_message(**kwargs)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/mobile_app/notify.py", line 135, in async_send_message
result = await response.json()
File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 1031, in json
headers=self.headers)
aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='https://us-central1-ha-client-c73c4.cloudfunctions.net/sendPushNotification
Doesn’t look like we’ve had any major issues today. Just about 3 failed requests today for things that aren’t in your control. Are you still having this issue?
Hello, this error is back tonight. And some quite often, but not always… what the heck is going on.
Wed Mar 04 2020 19:35:58 GMT-0500 (Eastern Standard Time)
Error while executing automation automation.garage_rollup_door_open. Unknown error for call_service at pos 2:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 397, in async_trigger
await self.action_script.async_run(variables, trigger_context)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 247, in async_run
await self._handle_action(action, variables, context)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 331, in _handle_action
await self._actions[_determine_action(action)](action, variables, context)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 413, in _async_call_service
context=context,
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 96, in async_call_from_config
domain, service_name, service_data, blocking=blocking, context=context
File "/usr/src/homeassistant/homeassistant/core.py", line 1226, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
File "/usr/src/homeassistant/homeassistant/core.py", line 1251, in _execute_service
await handler.func(service_call)
File "/usr/src/homeassistant/homeassistant/components/notify/__init__.py", line 119, in async_notify_message
await notify_service.async_send_message(**kwargs)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/notify.py", line 135, in async_send_message
result = await response.json()
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 1031, in json
headers=self.headers)
aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='https://us-central1-ha-client-c73c4.cloudfunctions.net/sendPushNotificat