Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
iBicha
Binge Watcher

[BUG] roSystemLog not firing with ComponentLibrary

If the Video node is in the scene, but the hiarchy includes a node from a ComponentLibrary, the roSystemLog does not fire events.

Example:

<Scene>
  <Group>
    <!-- MyComponent is loaded from a ComponentLibrary -->
    <MyComponent>
      <Video />
    </MyComponent>
  </Group>
</Scene>

 

If the Video node or ANY of its parents are defined in a ComponentLibrary, then roSystemLog does not log events.

To be clear, roSystemLog is used normally in the main task of the app.

 

0 Kudos
1 REPLY 1
RokuNicole-S
Community Moderator
Community Moderator

Re: [BUG] roSystemLog not firing with ComponentLibrary

There is a fix for this rolling out in OS 13.0.

0 Kudos