John Poet

Results 1 comments of John Poet

Hi. This works: ``` curl -d '' "http://192.168.1.22:8060/launch/195316?contentId=g5Wdv42YrFI&mediaType=live"` ``` But this does not: ``` roku = Roku('192.168.1.22') roku.launch(195316, {"contentId": "g5Wdv42YrFI", "mediaType": "live"}) ``` ``` File "/usr/local/lib/python3.12/site-packages/roku/core.py", line 299, in launch...