Genkey dont work

I cant generate the key for my channel

[youtube:230fs6zh]CLo3yqM1YdI[/youtube:230fs6zh]

Issue the genkey command to port 8080. https://sdkdocs.roku.com/display/sdkdoc/Packaging+Your+Application

I did what the instructions said but I don’t see the serial number

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

The instructions told me to do exactly this
[youtube:g2efwj6t]1qFJWyHK96c[/youtube:g2efwj6t]

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

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

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.