Roku ECP not working on Android

I have SSDP working, and can get the channel listings; however, keypress and launch is not working. I never get a response.

I’m not even sure what language that is, but are you using port 8000? It should be 8060.
If you have access to a Linux system, you can verify that it works from the command line, and then see what’s different about what you’re sending.


curl -d '' http://192.168.1.137:8060/keypress/home

–Mark

NM figured it out. It was a simple coding issue on my end. I was sending the correct data.

The language is Basic using B4A Rad Development Tool. I could code Java, but why the headache?