Catt not working properly since last update (Google cast, Google Hub 2)

Google cast worked perfectly on my Google Nest Hub 2, until the last updates.

It does not cast anymore with my script.
When i do it manually (terminal), it still works for several minutes (10 min)
Even if I run the script manually, it also works

Terminal:

catt -d “Google Nest Hub 2” stop
catt -d “Google Nest Hub 2” cast_site http://192.168.1.120:8123/lovelace/google-nest-hub-2

Script:

if ! catt -d “Google Nest Hub 2” status | grep ‘PLAYING’; then
catt -d “Google Nest Hub 2” volume 0
catt -d “Google Nest Hub 2” stop
catt -d “Google Nest Hub 2” cast_site http://192.168.1.120:8123/lovelace/google-nest-hub-2
fi

Core version: core-2021.12.3
Supervisor version: supervisor-2021.12.2