wbmurray
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010
09:37 AM
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();
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();

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2010
09:46 AM
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
The commands should be working elsewhere.
--Kevin
pirey4
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2010
05:10 PM
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!

gonzotek
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2010
06:04 PM
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
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
ge0ff73
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2011
05:23 PM
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?

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2011
08:49 AM
Re: Roku sends a 404 on /Keypress/Home
Not yet...
--Kevin
--Kevin
- « Previous
-
- 1
- 2
- Next »