Channels & viewing

Are your Roku channels not working? Find troubleshooting tips for adding/removing channels, logging in, authentication, activation, playback issues, and more.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TechTalk01
Binge Watcher

How to launch another channel from our channel.

I want to launch another channel from my channel. For example
In my channel i have a option of netflix then when i click on that it should open netflix channel to me.

tried to give like this


        urlString = "http://(IP Address):(port)/launch/12"
        request = CreateObject("roUrlTransfer")
        request.SetUrl(urlString)
        request.AsyncPostFromString(urlString)
but getting the error mentioned below.
BRIGHTSCRIPT: ERROR: roUrlTransfer: creating MAIN|TASK-only component failed on RENDER thread: (path)
It went wrong:  'Dot' Operator attempted with invalid BrightScript Component or interface reference.
0 Kudos
1 REPLY 1
Anonymous
Not applicable

Re: How to launch another channel from our channel.

@TechTalk01 

I'd suggest posting this in the developer's forum:

https://community.roku.com/t5/Developers/ct-p/channel-developers

0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.