entrez / roku.vim

Vim plugin for Roku development (Scenegraph/Brightscript)
https://www.vim.org/scripts/script.php?script_id=5828
12 stars 3 forks source link

device returns server error when schema omitted #17

Closed entrez closed 5 years ago

entrez commented 5 years ago

when I have used curl to contact my roku boxes prior to today, the results have been the same no matter whether the address was written as ${ROKU_IP}/plugin_package or http://${ROKU_IP}/plugin_package. starting today, however, (or potentially even earlier, since I haven't sideloaded a new app in the ~two days before this) curl fails to successfully contact the device unless the schema is included in the address or the port is explicitly specified. this means that the installation and packaging commands in this plugin are not working at all for me.

I don't know if this is due to an update to the roku OS or something else (could even be related to macos 10.15 I guess??), but the fix is pretty easy—just prepend http:// before the device IP when installing or packaging a channel.