Independent Developer Kit

Learn how to innovate on the Roku platform with the Independent Developer Kit. Reimagine your TV with Roku app development! Join the community for help.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mrtrodonet
Newbie

Upload page times out after dev mode was enabled

I'm trying to load an app to a roku device in developer mode.

I followed the sequence of buttons, Selected Enbale Install and restart

Set up a password and the device rebooted.

I navigated to http://192.168.1.215 which is the ip of my device and the browser returned with a request timeout.

The following ports are open:

7000/tcp open afs3-fileserver
8080/tcp open http-proxy
8085/tcp open unknown
8086/tcp open d-s-n
8087/tcp open simplifymedia
8088/tcp open radan-http
8089/tcp open unkn

 

Model 3900X-Roku Express

SWVersion: 10.5.0-4208-51

2 REPLIES 2

Re: Upload page times out after dev mode was enabled

I notice that port 80 is not in your list. Normally, that would be the default web (http) port. 

Port 8080, however, is open. This is a common place to park a secondary web server or proxy. 

Try:

Http://192.168.x.x:8080

Of course, I forgot your device IP, but you get the idea. 

 

0 Kudos
zacwolf
Newbie

Re: Upload page times out after dev mode was enabled

The DEV page is no longer a basic html page you can open in your browser.  It expects specific parameters and an upload package, so you have to use curl to format a GET request that it can do something with.

 

More details here at the bottom of:

See https://blog.roku.com/developer/2013/10/08/security-enhancements-added-to-channel-development

 

0 Kudos