Using RaspiAudio Muse Luxe - no radio browsing working any more - web radio problem

Hi - I am using ESPRaspiAudio Muse Luxe … and it is working fine for Voice Assistant. But I cannot get any webradio playing on my device any more.
In the past (some releases ago) I had an automation which playes a “text to speach” message and started the webradio for streaming. Since some month itś not working any more … I mean, the “text to speach” will be played, and afterthat there ist only some “Cracking” and no sound comes from the speaker any more.

Here is the code snippes from the automation:

service: media_player.play_media
target:
  entity_id: media_player.esp04_raspiaudio_muse_esp04_raspiaudio_muse_2
data:
  media_content_id: media-source://radio_browser/4afd638b-9f4d-4a55-b4f1-b53214ae717e
  media_content_type: audio/mpeg
metadata:
  title: Welle1
  thumbnail: ""
  media_class: music
  children_media_class: null
  navigateIds:
    - {}
    - media_content_type: app
      media_content_id: media-source://radio_browser
    - media_content_type: music
      media_content_id: media-source://radio_browser/country/AT

P.S.: also the same with the m5stack-atom-echo Speaker which I had installed

Can somebody help me ?

Maybe an update was installed on your devices and something in the code has changed. Try to see if the problem is still there when wake word is on. I had the same issue with tts when wake word was active. Somehow it didnt turn off wake word when a media was playing. So your home assistant config is (probably) fine.

I was looking at this device this week, is there a guide for getting voice assistant satellite on there ? Thanks.