#media_player.play_media not working in scripts

1 messages · Page 1 of 1 (latest)

teal lodge
#

Hi all, I was trying to write a script that makes use of media_player.play_media to launch an app on my android tv. When I run the action in dev tools > Actions it works just fine. But when I put the exact same thing into my script (it's an intent script, if that matters), it doesn't do anything, nor does it throw any errors in log. Anyone else seen this before? I did some googling and seems this came up many years ago but I couldn't find any resolution in those old threads.

teal lodge
#

For anyone looking at this who may have the same problem, I resolved this by instead using the remote.turn_on action.