The login script
params:
rasp_version: 1
default_keypress_wait: 5
channels:
Roku Channel: dev
steps:
- launch: Roku Channel
- pause: 10
- press: ok
- text: script-login
- pause: 10
- press: down
- press: down
- press: down
- press: down
- press: ok
- pause: 10
- text: script-password
- press: down
- press: down
- press: down
- press: down
- press: ok
- pause: 10
The logout script
params:
rasp_version: 1
default_keypress_wait: 2
channels:
Roku Channel: dev
steps:
- launch: Roku Channel
- press: right
- press: info
- press: down
- press: down
- press: down
- press: down
- press: down
- press: down
- press: down
- press: down
- press: down
- press: ok
- press: ok
When I run any of the script above (script-login and script-password replaced with original in sideloaded channel), the channel launches and gets stuck in the splash screen. No error in the console (8085 port). But when I manually launch the channel (without the script), the channel loads fine.
I have run this on two channels today:
One of them reports 'Channel name Roku Channel does not match ID dev'. (name of channel replaced)
And in the other channel I get the following error.
![]()