Blackhawk
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
02:00 PM
Genkey dont work
I cant generate the key for my channel
[youtube:230fs6zh]CLo3yqM1YdI[/youtube:230fs6zh]
[youtube:230fs6zh]CLo3yqM1YdI[/youtube:230fs6zh]
7 REPLIES 7
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
02:37 PM
Re: Genkey dont work
Issue the genkey command to port 8080. https://sdkdocs.roku.com/display/sdkdoc/Packaging+Your+Application
Blackhawk
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
04:27 PM
Re: Genkey dont work
I did what the instructions said but I don't see the serial number
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
05:32 PM
Re: Genkey dont work
I don't think you did what the instructions say. From your video, your showing that you connected to port 8085 (the debug port). You have to telnet to port 8080.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Blackhawk
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
06:06 PM
Re: Genkey dont work
The instructions told me to do exactly this
[youtube:g2efwj6t]1qFJWyHK96c[/youtube:g2efwj6t]
[youtube:g2efwj6t]1qFJWyHK96c[/youtube:g2efwj6t]
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
06:16 PM
Re: Genkey dont work
Oh boy. I appreciate documenting your pain and suffering.
What "instructions" are you talking about?
The ones to follow are here: https://sdkdocs.roku.com/display/sdkdoc ... keyUtility
What "instructions" are you talking about?
The ones to follow are here: https://sdkdocs.roku.com/display/sdkdoc ... keyUtility
Blackhawk
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
06:28 PM
Re: Genkey dont work
The instructions says "From a computer, run your telnet application, using the IP address found in step 1 and port number 8080. For example, if the IP address were 192.168.1.45, you would type:
telnet 192.168.1.45 8080"
I did that in the video
I don't see any serial number
telnet 192.168.1.45 8080"
I did that in the video
I don't see any serial number
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2016
11:21 PM
Re: Genkey dont work
You did `telnet 8080` which won't work because of missing IP - and then you did `telnet 192.168.1.73 8085` which did not work because of wrong port. Need to get both right.