"mjrtoo" wrote:
Yes, I tried it without the HTTP as well and I get the same results.
I'm running a 4200X - Roku 3 with software v6.2 build 3332.
I'm opening a client to the IP address port 8060, if that's not correct please let me know.
Did you try the command exactly as shown by Mark? I.e. no "HTTP/1.1\r\n" at the end...that is not part of a curl command.
The problem is probably that the HTTP parser is requiring CR-LF line endings now. It was not intentional to affect any clients.
If you use curl or any standard HTTP tool or library, it should do that correctly, but if you have custom code you may need to modify it so it outputs a CR-LF after each line and an empty line after the last line.