Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I reinstall the Play on Roku channel?

Roku ECP /query/device-info <has-play-on-roku>false</has-play-on-roku>

I cannot cast media to my Roku via the Roku App. I could and then it just stopped.

When I curl http://${ROKU_IP}:8060/query/device-info it returns:

<?xml version="1.0" encoding="UTF-8" ?>
<device-info>
    ...
    <has-play-on-roku>false</has-play-on-roku>
</device-info>

What is the method for reinstalling Play on Roku?

Is the only solution to factory reset? (I have not tried that yet, but I assume that would do it.)

0 Kudos
1 REPLY 1

Re: How do I reinstall the Play on Roku channel?

I think I fixed it.

If anyone else stumbles upon this; I fixed it by running curl -d '' http://${ROKU_IP}:8060/launch/11?contentID=15985

15985 is the id of Play on Roku.

0 Kudos