Spotcast - Errore: extra keys not allowed @ data['search']

Hi all,
I just found that my automation is not working anymore:

alias: Spotify - Cucina
description: ""
mode: single
triggers:
  - command:
      - Suona {media_search} in Cucina
      - Metti qualcosa (di|dei) {media_search} in Cucina
      - Metti {media_search} in Cucina
      - Fammi ascoltare qualcosa (di|dei) {media_search} in Cucina
      - Fammi ascoltare {media_search} in Cucina
      - Metti {media_search} (di|dei) {media_search}  in Cucina
    trigger: conversation
conditions: []
actions:
  - set_conversation_response: Non c'è problema, ecco {{media_search}} in Cucina.
  - data:
      spotify_device_id: 384d59f5c134112c028f6614d1d1901271e5ae1f
      search: "{{trigger.slots.media_search}}"
    action: spotcast.start

It give me the following error: Errore: extra keys not allowed @ data[‘search’]

Is this not supported anymore?
Is there anything I can change to make it works again?
Thank you!

search is currently not supported anymore. This is not so clear from spotcast documentation, but you can see some more info here:

i believe it will be back in the 5.x version of spotcast (currently in beta) but in the latest production version you have to use

album_name, track_name,playlist_name, show_name, genre_name or artist_name

and cannot do a generic search anymore.

Thank you!
Let’s hope for 5.x :slight_smile: