Ytubemusic player help

Having troubles getting this working. It previously worked, then it got updated and I had to re-install with with a new “log-in” process to verify my account. It worked for a couple tries, but then it just stopped. And I can’t get it going again. I’ve re-installed and gone through the process a few times with no luck. It says it authenticated my Google account fine, then this script still doesn’t work. The same script that worked previously.

How do I even go about starting to debug this?

alias: Bedtime Stories
sequence:
  - service: media_player.select_source
    data:
      source: simon_s_nest
    target:
      entity_id: media_player.ytube_music_player
  - service: media_player.shuffle_set
    data:
      shuffle: true
    target:
      entity_id: media_player.ytube_music_player
  - service: media_player.play_media
    data:
      media_content_id: PL5PmFhUvDBMZvGMS0R3ki9mIHPoU3V2gK
      media_content_type: playlist
    target:
      entity_id: media_player.ytube_music_player
mode: single
1 Like