Google TTS breaks after 2024.10.1

Failed to perform the action tts.google_translate_say. CastMediaPlayerEntity._quick_play Failed: Failed to execute quick play http://192.168.0.123:8123/api/tts_proxy/093e08afd32a92574f5c2b9ffff7bbc1a0d92af3_en_-_google_translate.mp3

This worked before the update. This issue is intermittent.

Welcome!
Already under discussion here:

To summarize: Problem identified and a fix is probably on the way soon

Working partly but,

Google tts cloud action shows double action in YAML.

target:
  entity_id: media_player.google_home_beneden
data:
  media_content_id: >-
    media-source://tts/cloud?message=De+planten+moeten+water+hebben.+&language=nl-NL&voice=ColetteNeural
  media_content_type: provider
metadata:
  title: "De planten moeten water hebben. "
  thumbnail: https://brands.home-assistant.io/_/cloud/logo.png
  media_class: app
  children_media_class: null
  navigateIds:
    - {}
    - media_content_type: app
      media_content_id: media-source://tts
    - media_content_type: provider
      media_content_id: >-
        media-source://tts/cloud?message=De+planten+moeten+water+hebben.+&language=nl-NL&voice=ColetteNeural
action: media_player.play_media
service: media_player.play_media

service: media_player.play_media should not be there!
But when you delete it, it will be back after save. Because of this you cannot edit in visual mode.