You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I think so, but it depends whether the specific app supports it and you know the correct metadata about the content https://sdkdocs-archive.roku.com/Deep-Linking_4264420.html The contentId and mediaType parameters can be passed to the launch method.
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
if app.roku and app.roku != self:
^^^^^^^^
AttributeError: 'int' object has no attribute 'roku'
I need to be able to open deep links with this library. Is this possible? if so, how?
The text was updated successfully, but these errors were encountered: