"jamesonf" wrote:
When I sideloaded the channel I was able to view the console as it crashed. The video component reported an unknown event, but it was still reporting to our Google Analytics. By “unknown” event - it was not a documented event within here: https://sdkdocs.roku.com/display/sdkdoc/roVideoPlayerEvent[/url:5z0m5pwr]
Follow-up on this opening remark - what do you mean by "unknown", again?
Is it "isRequestFailed()" with unknown getIndex() code or what?
Mind you, roVideoPlayerEvent does not have "isUnknown()" predicate, so the choice of printing it to console as unknown was done by you/your developer. Mind troubleshooting that a little more? E.g. put a STOP in the catch-all branch that handles unrecognized events and when side-loaded and this happens, try investigating manually in console what that event is (getIndex(), getInfo(), getMessage()).