After last HA update on iOS, scripts from widgets do not work

The buttons on my desktop widgets worked until last Home Assistant update. After that, the widget flicker after clicking any button that points to a script.
I tried reinstalling the phone app (it somehow knows the state of widgets since before uninstalling, thing I find weird).
I see some error logs:

Logger: homeassistant.components.mobile_app.webhook
Source: components/mobile_app/webhook.py:291
integration: Mobile App
First occurred: 10:15:38 PM (2 occurrences)
Last logged: 10:15:38 PM

Error when calling service during mobile_app webhook (device name: Vlad): Action script.2da17a4e3b4a4144917a71f699adf80d-priza_1_min not found

and

Logger: homeassistant.components.webhook
Source: components/webhook/init.py:192
integration: Webhook ()
First occurred: 10:15:38 PM (2 occurrences)
Last logged: 10:15:38 PM

Error processing webhook 855a4d99d03cba3cac8d039f97f6a93b0b733c50149dbf6e99553f91f48d5ce6

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py”, line 283, in webhook_call_service await hass.services.async_call( File “/usr/src/homeassistant/homeassistant/core.py”, line 2694, in async_call raise ServiceNotFound(domain, service) from None homeassistant.exceptions.ServiceNotFound: Action script.2da17a4e3b4a4144917a71f699adf80d-priza_1_min not found The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/webhook/init.py”, line 192, in async_handle_webhook response: Response | None = await webhook[“handler”](hass, webhook_id, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py”, line 265, in handle_webhook return await asyncio.shield( ^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py”, line 175, in validate_and_run return await func(hass, config_entry, data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/mobile_app/webhook.py”, line 299, in webhook_call_service raise HTTPBadRequest from ex aiohttp.web_exceptions.HTTPBadRequest: Bad Request

Fix coming on iOS v2024.9.1, currently under Apple Review

1 Like

Just validated in 2024.9.1. It is working now.
Thank you!