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: 
wbmurray
Visitor

Re: Roku sends a 404 on /Keypress/Home

I'm having the exact problem you describe in the Netflix channel but also in the ROKU Channel Store. The commands work perfectly in other channels otherwise.

If you press the arrow keys many times in a row the selection may move once.

Context:
I'm sending the commands via the Philips Pronto 9400.

This is assigned to my DOWN arrow key.
keypress2("Down");

This function is active when the arrow keys are available.
function keypress2(key) {
var url = CF.widget("aURL","PARAMETERS").label;
var timeout = CF.widget("aTIMEOUT","PARAMETERS").label;
var socket = new TCPSocket(true);
socket.connect(url, 8060, timeout);
socket.write("POST /keypress/"+key+" HTTP/1.1\r\n\r\n");
socket.close();
0 Kudos
RokuKevin
Visitor

Re: Roku sends a 404 on /Keypress/Home

We are aware of the problems using ECP keypress commands within Hulu, Netflix, and other roGridScreen channels. We are working to fix these issues in an upcoming release.

The commands should be working elsewhere.

--Kevin
0 Kudos
pirey4
Visitor

Re: Roku sends a 404 on /Keypress/Home

"RokuKevin" wrote:
We are aware of the problems using ECP keypress commands within Hulu, Netflix, and other roGridScreen channels. We are working to fix these issues in an upcoming release.

The commands should be working elsewhere.

--Kevin

Thanks!
0 Kudos
gonzotek
Visitor

Re: Roku sends a 404 on /Keypress/Home

"pirey4" wrote:
"RokuKevin" wrote:
We are aware of the problems using ECP keypress commands within Hulu, Netflix, and other roGridScreen channels. We are working to fix these issues in an upcoming release.

The commands should be working elsewhere.

--Kevin

Thanks!

Ditto! 🙂
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
ge0ff73
Visitor

Re: Roku sends a 404 on /Keypress/Home

"RokuKevin" wrote:
We are aware of the problems using ECP keypress commands within Hulu, Netflix, and other roGridScreen channels. We are working to fix these issues in an upcoming release.

The commands should be working elsewhere.

--Kevin


Has this been resolved?
0 Kudos
RokuKevin
Visitor

Re: Roku sends a 404 on /Keypress/Home

Not yet...

--Kevin
0 Kudos