Using Postman, I’m able to send a POST request to our Roku TV by using our local IP and entering the appropriate parameters, for example:
http://192.168.1.1:8060/launch/12345?contentId=abcxyz123&mediaType=episode
When the request is successful, it shows an empty message and my Roku TV responds to the request. Roku has created a web tool version of their own here. Which works when I enter in the correct information and I’m connected to the same network as my Roku TV.
I’m recreating the tool on Bubble and using the API Connector plugin. However, I cannot connect it to the API Connector even though I am on the same network as my Roku TV. Is there additional configurations that need to be done?