Hello, with the SceneGraph channel we have to change the URL to our own file on line 22 but I was wondering how do I edit that so that if one link is down then to check another? Thanks
'Variables for storing node selected and position
m.node = invalid
m.array = invalid
m.UriHandler = createObject("roSGNode","UriHandler")
url = "https://devtools.web.roku.com/videoplayer/xml/categories.xml" ' < ------ Line 22: URL to change to our own server
makeRequest({}, url, "GET", 0, "")
m.UriHandler.observeField("content","onContentSet")
m.UriHandler.observeField("categorycontent","onCategoryContentSet")
m.RegistryTask.observeField("result","onReadFinished")