julianh2o / RokuAlexaLambdaSkill

An Alexa Skill that allows voice control of your Roku
MIT License
104 stars 55 forks source link

Manually Roku Address Specification #5

Closed spreadred closed 7 years ago

spreadred commented 7 years ago

When manually specifying the rokuAddress, one must take care to use the entire url:port combination and include a trailing slash or the Roku External Control strings will be built incorrectly. It might be helpful to add information to the README and/or comments to the code to alert users of this.

For example: var rokuAddress = 'http://192.168.1.100:8060/';