python-roku icon indicating copy to clipboard operation
python-roku copied to clipboard

App launches than goes back to home screen

Open Phantom3 opened this issue 5 years ago • 1 comments

I have a RCA RokuTv

In my script I have Tv5=Roku('192.168.1.225’) Pan= Tv5[‘Pandora’] Pan.launch()

Pandora will load, will say logging in than return to the home screen.

Phantom3 avatar Oct 27 '19 14:10 Phantom3

I just did that myself, and everything seems to be working fine for me, maybe check the App id and use that instead of 'Pandora'? (Tv5.app)

BradyCodes avatar Jan 23 '21 00:01 BradyCodes