Hello, hopefully someone can help me here.
I’m developing a Roku app that plays different audio streams, using an Audio node. When I submit my Beta application for Static Analysis, it always fails with the Error: “end of playlist” status message of “roAudioPlayerEvent” is deprecated.
I’m confused because I don’t use the status message of the Audio node. My Audio node usage is:
- creating the Audio node
- creating and assigning its Content Node
- reading the player state, so the application can determine appropriate Ui display/features
- setting the player control field, to stop/start audio playback
- setting the player content’s url field to change stream sources
Why would I be failing the static analysis, and how can I resolve ?
Thank you !
